Projects with this topic
-
Back up and restore WordPress on Kubernetes with Kanister: https://www.donaldsebleung.com/blog/20240609-protecting-stateful-workloads-on-kubernetes-with-kanister
Updated -
wordpress using mariadb and nginx -- a single nomad deploy with 2 containers ( see tag sqlite for prior single container using sqlite :)
Updated -
Setup a S3 backend for terraform. Follow process describe on this link: Terraform S3 Backend Best Practices
The EC2 instance should always use the latest amazon 2 linux ami
Everything should be done in the prod VPC
EC2 should allow SSH traffic from everywhere
Ec2 and RDS connectivity
The RDS security group should only allow communication from the EC2 SG
The output of the terraform deployment should be the public IP of the instance.
The dev team did supply us with the userdata script that is ready to use
Updated