The following topics are covered in the second part 2 (The Bootstrap Guide):
- Get a simple web application running on a single EC2 instance
- Recreate the web app through CloudFormation
- Automatically update our application when a change gets pushed to GitHub
- Load balancing: run our application on more than one EC2 instance
- Scaling: Replace explicit EC2 instances with Auto Scaling
- Create separate environments for staging and production
- Access our application from a custom domain
- Migrate our endpoint from HTTP to HTTPS
- Make our instances inaccessible from the internet