ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

440 / 690

Question 440:

A company has a set of EC2 Instances hosting a revenue generating applications. Some of the data on the root EBS volumes are critical to retain. Hence it has to be ensured that even after the instances are terminated, the EBS volumes will remain intact. Which of the following needs to be done to ensure this requirement can be met?

Answer options:

A.Enable the DisableApiTermination for the EC2 Instance.
B.Make the attribute of DeleteOnTermination for the EBS volume to false.
C.Run the command, (aws ec2 delete-volume –f) in AWS Command Line Interface to disable deletion of volume on terminating Instances.
D.Run the command ( aws ec2 modify-instance-attribute\--block-device-mappings `DeviceName=/dev/sda1,Ebs={DeleteOnTermination-false} ) in AWS Command Line Interface to disable deletion of volume on terminating Instances