Describe in high-level the process of creating AMIs
Answer
- Start an EC2 instance
- Customized the EC2 instance (install packages, change OS configuration, etc.)
- Stop the instance (for avoiding data integrity issues)
- Create EBS snapshot and build an AMI
- To verify and test the AMI, launch an instance from the AMI