A user has launched an EC2 Windows instance from an instance store backed AMI. The user wants to convert
the AMI to an EBS backed AMI. How can the user convert it?

A.
Attach an EBS volume to the instance and unbundle all the AMI bundled data inside the EBS
B.
A Windows based instance store backed AMI cannot be converted to an EBS backed AMI
C.
It is not possible to convert an instance store backed AMI to an EBS backed AMI
D.
Attach an EBS volume and use the copy command to copy all the ephermal content to the EBS
Volume
Explanation:
Generally when a user has launched an EC2 instance from an instance store backed AMI, it can be converted to
an EBS backed AMI provided the user has attached the EBS volume to the instance and unbundles the AMI
data to it. However, if the instance is a Windows instance, AWS does not allow this. In this case, since the
instance is a Windows instance, the user cannot convert it to an EBS backed AMI.
D.
Attach an EBS volume and use the copy command to copy all the ephermal content to the EBS
Volume
https://aws.amazon.com/blogs/aws/converting-an-s3-backed-windows-ami-to-an-ebs-backed-ami/
0
0
Answer is B
Chef, the link you provided talks about converting an S3-backed AMI to EBS but the question is asking about converting an instance store backed AMI to EBS backed AMI
0
0
S3 back is the same as instance store back AMI
0
0
it’s windows ami so it’s not possible:
You can’t convert an instance store-backed Windows AMI to an Amazon EBS-backed Windows AMI and you cannot convert an AMI that you do not own.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ConvertingS3toEBS.html
0
0
Generally when a user has launched an EC2 instance from an instance store backed AMI,
it can be converted to an EBS backed AMI provided the user has attached the EBS volume
to the instance and unbundles the AMI data to it. However, if the instance is a Windows
instance, AWS does not allow this. In this case, since the instance is a Windows instance,
the user cannot convert it to an EBS backed AMI.
0
0
B is correct
0
0
B
0
0
What Chef has said above appear to be correct .
D
https://media.amazonwebservices.com/pdf/How-to-Convert-S3-Backed-Windows-AMIs-to-EBS-Backed-AMIs.pdf
0
0
b
0
0
Answer is D
0
0
You can convert an instance store-backed Linux AMI that you own to an Amazon EBS-backed Linux AMI.
Important
You can’t convert an instance store-backed Windows AMI to an Amazon EBS-backed Windows AMI and you cannot convert an AMI that you do not own.
0
0
B
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ConvertingS3toEBS.html
Converting your Instance Store-Backed AMI to an Amazon EBS-Backed AMI
You can convert an instance store-backed Linux AMI that you own to an Amazon EBS-backed Linux AMI.
Important
You can’t convert an instance store-backed Windows AMI to an Amazon EBS-backed Windows AMI and you cannot convert an AMI that you do not own.
0
0