AMIs Flashcards
1
Q
What is AMI?
A
Amazon Machine Image - provides the information required to launch an instance.
AMIs are Region specific
2
Q
T/F - AMIs are regions specific
A
True
3
Q
If you need to use an AMI created in a region different then the one you are in. What can you do?
A
Copy the image you want to your region
4
Q
Where can you can get an AMI (3 places)?
A
Community AMI (free) AWS Marketplace (free or paid depending on what you need) You can create your own AMI
5
Q
What information is on an AMI?
A
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.