- Terraform set up that uses proper module-style code, and variables for all dynamic or configurable data, to build the following:
- CloudFront + ALB
- Aurora MySQL
- Redis cluster mode
- CodePipeline, triggered from a github repo.
- CodeBuild outputting to ECR.
- CodeDeploy pushing to…
- ECS + Fargate
- Create the Codestar connection. (Go to CodeCommit and then go to Settings->Connections. Going to CodeStar directly takes you to a different place?)
- Create a bastion box. New ec2 instance in the VPC, in the bastion SG, public IP. Save the key or use an existing.
- Access the database and run
CREATE DATABASE
foxy-n8n;
terraform apply -input=false -var-file=env/stage.tfvars