Amazon EC2 AMI Lifecycle (Part 3)
Create an instance store-backed AMI The AMI you choose when launching your instance dictates the kind of root device volume. To generate an instance store-backed Linux AMI, begin with an instance that was launched from an existing instance store-backed Linux AMI. After personalizing the instance to meet your requirements, bundle the volume and register a new AMI, which can be used to launch additional instances with these modifications. It is not possible to create an instance-store backed Windows AMI since Windows AMIs do not support instance store for the root device. Overview of AMI Creation Initially, start an instance using an AMI that is similar to the one you wish to create. You can connect to your instance and modify it as needed. Once your instance is configured to your specifications, you can proceed to bundle it. The bundling process may take several minutes to finish. After this process concludes, you will have a bundle that includes an image manifest and files outlin...