3 Tier Architecture AWS best practices: WordPress application
Wordpress on AWS - Terraform for multiple teams Project
Last updated
Wordpress on AWS - Terraform for multiple teams Project
Last updated
In this project, we aimed to build a three-tier WordPress application using Terraform in a real-world environment where the DevOps team is distributed worldwide and independent contributors or groups provide each block. To make it possible we use a "remote" backend for Terraform on an S3 bucket (versioning enabled) and DynamoDB to keep the state locked for only one transaction at a time.
Git clone the repo
Go to repo directory:
Check if aws s3 is available:
Copy content from the "template.txt" file or edit and save it as "envs/prod/prod.tfvars" file:
Run script to install Terraform environment and version:
Run Makefile:
Script also will create the "backend.tf" file into VPC,ASG,RDS folders
Optionally, if your VM does not have administrator priviliages, run below commands to add your AWS credentials as environment variables.
Finaly, run
And wait for about 20 mins
TROUBLESHOOTING:
In case of error when deleteing S3 bucket use AWS console and manually empty and delete the bucket
From EC2 instance of Web in your VPC!!! DB endpoints should be available from the final outputs
You should see: