An Amazon Machine Image (AMI) provides the information required to launch an EC2 instance. You can customize an EC2 instance and then save the configuration as a custom AMI for your private or public use. Every EC2 instance launched selecting the customized AMI will contain any software or file that you've previously added.
During this lab, you will setup a webserver EC2 instance starting from a Linux AMI, and then generate a new AMI.
Your first step to start the laboratory experience
How to create a simple webserver instance
How to create an AMI starting from a customized EC2 instance
How to allow the usage of a specific AMI from other AWS accounts