1. AMI is region specific. It means that if I create an AMI in us-east-1, I will not be able to use that AMI in any another region. 2. Workaround of the above issue is to copy the ami to other region. 3. Two virtualization type, HVM and Paravirtualizatio 4. Windows only use HVM 5. Linux / Unix can be on both 6. If we create AMI while the instance is running. Instances will be unavailable for the moment till the snapshot of EBS volume will get created. As soon as snapshot of EBS volume gets created, we 2/2 checks happen and you will be able to see the Instance online 7. If you create AMI during runtime of EC2 instance, there are chances that your filesystem will get corrupted. In that case if you don't have proper backup, you can not restore it back. 8. Idle case create AMI while instance is shutdown. 9. Need to take care of reboot option.