AWS AMI (Amazon Machine Image) - Pre-configured template for EC2 instance
Overview
Is a pre-configured virtual machine template that contains the necessary information to launch an EC2 instance (the AMI must be compatible with the instance type that we chose for our instance).
We can add or own software, configuration, OS, libraries, or any customizations.
It has faster boot, and configuration time because all of the customizations are pre-packaged.
AMIs are built for a specific region, it can be copied across regions.
We can launch EC2 instances by using AMI from:
Create the customized AMI