All AMIs are categorized as following
1. backed by Amazon EBS
It means that the root device for an instance launched from the AMI is an Amazon EBS volume created from an Amazon EBS snapshot.
2. backed by instance store.
It means that the root device for an instance launched from the AMI is an instance store volume created from a template stored in Amazon S3.
Comments