Deploying a WordPress server on AWS using Terraform
AWS Cloud Computing|Sebastian Prinz|February 23, 2024
What is the final project useful for?
Deploying a VPC with 2 public subnets containing a bastion host preconfigured for WordPress, a NAT gateway, and an application load balancer, as well as 2 private subnets hosting an auto scaling group and an RDS Multi-AZ DB instance deployment running MariaDB, all using the IaC tool Terraform.
What does the final project look like?
Here is the link to the final project.