Production deployment to EC2 with minimal downtime
- by jensendarren
I have a simple web application deployed on a large instance with EC2. I now want to deploy the latest code to this server but I want to do this in a way which minimizes downtime and is a smooth as possible for the end user. Here is my plan:
Fire up another large instance
Install all the software layers on that instance
Restore and attach an EBS…