A user has launched an EBS backed EC2 instance. The user has rebooted the instance. Which of the below
mentioned statements is not true with respect to the reboot action?
A.
The private and public address remains the same
B.
The Elastic IP remains associated with the instance
C.
The volume is preserved
D.
The instance runs on a new host computer
Explanation:
A user can reboot an EC2 instance using the AWS console, the Amazon EC2 CLI or the Amazon EC2 API.
Rebooting an instance is equivalent to rebooting an operating system. However, it is recommended that the
user use the Amazon EC2 to reboot the instance instead of running the operating system reboot command
from the instance. The instance remains on the same host computer and maintains its public DNS name,
private IP address, and any data on its instance store volumes. It typically takes a few minutes for the reboot to
complete, but the time it takes to reboot depends on the instance configuration.
it too easy . Answer is D
A
“When you reboot an instance, it remains on the same physical host, so your instance keeps its public DNS name, private IP address, and any data on its instance store volumes.”
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-reboot.html
A. Nothing saidd about public IP.
When you reboot an instance, it remains on the same physical host, so your instance keeps its public DNS name, private IP address, and any data on its instance store volumes.
D
D
D
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-reboot.html
When you reboot an instance, it remains on the same physical host, so your instance keeps its public DNS name (IPv4), private IPv4 address, IPv6 address (if applicable), and any data on its instance store volumes.
above link is talking about keep the instance same on physical host, but the question does not talk about weather the instance is physical or VM. assuming its AWS and should be mostly VM’s .. I will go for D
A
D
if you elimination true once the only left is D
D
A.
On reboot it doesn’t change the underlying host. On reboot it changes it’s public ip.
D.
The instance runs on a new host computer