You can modify this behavior by changing the value of the flag_____ to false when you launch the instance

By default, EBS volumes that are created and attached to an instance at launch are deleted when that instance
is terminated. You can modify this behavior by changing the value of the flag_____ to false when you launch
the instance

By default, EBS volumes that are created and attached to an instance at launch are deleted when that instance
is terminated. You can modify this behavior by changing the value of the flag_____ to false when you launch
the instance

A.
DeleteOnTermination

B.
RemoveOnDeletion

C.
RemoveOnTermination

D.
TerminateOnDeletion



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Chef

Chef

By default, when you attach an EBS volume to an instance, its DeleteOnTermination attribute is set to false. Therefore, the default is to preserve these volumes. After the instance terminates, you can take a snapshot of the preserved volume or attach it to another instance.

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html

Question is wrong.

TechMinded

TechMinded

Sorry Chef but I read: B
by default, Amazon EBS root device volumes are automatically deleted when the instance terminates. However, by default, any additional EBS volumes that you attach at launch, or any EBS volumes that you attach to an existing instance persist even after the instance terminates. This behavior is controlled by the volume’s DeleteOnTermination attribute, which you can modify.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html

IMHO answer is A

kay

kay

agreed with TeschMind

Da

Da

A
– Volume root -> default is delete (True)
By default, the DeletionOnTermination attribute for the root volume of an instance is set to true. Therefore, the default is to delete the root volume of an instance when the instance terminates.
– Other EBS volumn -> default is not delete (False).
By default, when you attach an EBS volume to an instance, its DeleteOnTermination attribute is set to false.

Dong

Dong

A

By default, when you attach an EBS volume to an instance, its DeleteOnTermination attribute is set to false. Therefore, the default is to preserve these volumes.

Duck Bro

Duck Bro

A
By default, Amazon EBS root device volumes are automatically deleted when the instance terminates. However, by default, any additional EBS volumes that you attach at launch, or any EBS volumes that you attach to an existing instance persist even after the instance terminates. This behavior is controlled by the volume’s DeleteOnTermination attribute, which you can modify.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html

Ganesh Ghube

Ganesh Ghube

A.
DeleteOnTermination