Sandeep540
Sandeep540

Reputation: 977

AWS - AMI with different config - possibilities?

I want to create an AWS AMI with t2.micro - CentOS 7 with my custom app and other configs

Create an AMI out of it and then launch with "r4.2xlarge" or "r4.xlarge",

is it possible?

Upvotes: 0

Views: 52

Answers (1)

franklinsijo
franklinsijo

Reputation: 18300

Yes, it is possible. Instance type used for creating the AMI is not imposed when Creating new Instances using the Image. But

If you customized your instance with instance store volumes or EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.

Upvotes: 1

Related Questions