Question 200:
You have an EC2 Instance that is located in a subnet mapped to an Availability Zone. Due to a recent network redesign by your network architects, the Instance needs to be moved to another availability zone ( in another region ). How can you achieve this?
Answer options:
A.Create an AMI out of the EC2 Instance. Copy the AMI and launch a new Instance in the other Availability Zone. B.Create an ENI in the new subnet. Attach it to the Instance. C.Assign a new private IP address that pertains to the new subnet and then assign it to the Instance. D.Assign a new public IP address that pertains to the new subnet and then assign it to the Instance.