An application you maintain consists of multiple EC2 instances in a default tenancy VPC. This application has
undergone an internal audit and has been determined to require dedicated hardware for one instance. Your
compliance team has given you a week to move this instance to single-tenant hardware.
Which process will have minimal impact on your application while complying with this requirement?

A.
Create a new VPC with tenancy=dedicated and migrate to the new VPC
B.
Use ec2-reboot-instances command line and set the parameter “dedicated=true”
C.
Right click on the instance, select properties and check the box for dedicated tenancy
D.
Stop the instance, create an AMI, launch a new instance with tenancy=dedicated, and terminate the old
instance
Explanation:
http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-CreateVpc.html
Hi, correct answer is D
See: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instance.html#dedicated-apichanges
You cannot change the tenancy of a default instance after you’ve launched it. You can change the tenancy of an instance from “dedicated” to “host” after you’ve launched it, and vice versa.
Thanks,
Frank
2
0
This question states that dedicated tenancy is needed for one instance, not the entire VPC, therefore Frank is correct. The answer is D.
3
0
D is correct.
1
0
D
1
0
d
1
0
D
1
0