What we'll cover
We'll be moving a single-server setup (assumed to have everything on it - database, redis, codebase) onto AWS.
We'll:
- Create an EC2 instance
- Setup the instance and create an AMI (server image), from which we can launch similar instances
- Create an managed MySQL instance (using RDS), and set it up to work over the private network
- Create an managed Redis instance (ElastiCache), also setup for use over a private network