The repository that you cloned contains nested templates, which does the following:
- A VPC with public and private subnets
- The EC2 instance with high availability deployed across two AZs and scalable with Auto Scaling group
- NAT gateways to handle outbound traffic
- An application load balancer for the public subnets to handle inbound traffic
- Centralized logging with Amazon Cloud watch
- Create S3 buckets for ELB Logging and webhosting static content
- Multi AZ database for Production environment
You can launch multiple stacks in three different env: test, dev, and prod. Now once you cloned the repository, you have to do the following things:
- Change the ARN value of the certificate and enter the suitable values according to your ...