What is AMI?
Amazon Machine Image - provides the information required to launch an instance.
AMIs are Region specific
T/F - AMIs are regions specific
True
If you need to use an AMI created in a region different then the one you are in. What can you do?
Copy the image you want to your region
Where can you can get an AMI (3 places)?
Community AMI (free) AWS Marketplace (free or paid depending on what you need) You can create your own AMI
What information is on an AMI?
A template for the root volume instance (EBS or Instance Store). i.e.( OS, App Server, applications).
Launch permissions that control which AWS accounts can use the AMI to launch instances
A block device mapping that specifies the volumes to attach to the instance when its launched.