Reputation: 1870
Just wanted to know, how can I launch an Instance Store Backed Instance, on the EC2 launch page I see all EBS backed AMIs. Don't see any Instance store backed AMI. Do I have to create an Instance Store Backed AMI first to launch an Instance Store backed instance.
Upvotes: 1
Views: 123
Reputation: 269312
You will need to use an instance store-backed AMI.
When launching an Amazon EC2 instance in the management console:
By the way, there is very little benefit these days in booting off instance store, compared to the benefits that EBS provides (start/stop, snapshots, resizing, etc).
Upvotes: 1