Before we start I assume you have a little knowledge of terraform and don’t have problems running terraform. At the end of this step by step you should have a fully wordpress deployed in AWS.
You will learn how to use this architecture below to deploy a word press on aws using these services:
- CIDR
- VPC
- Subnet
- Internet gateway
- Nat Gateway
- Route Tables
- Security group
- EFS
- RDS (MYSQL)
- AMI
- Launch template
- EC2
- Application load balancer
- Auto scaling group
- Route 53

Complete code on github https://github.com/claretyoung20/aws_wordpress_with_terraform
Lets get started click next post.