Question 195:
Your company has a set of EC2 Instances. There is a requirement to ensure that all EBS volumes, both root and data, must be preserved even after the instance is terminated. How can you achieve this?
Answer options:
A.Set the DisableApiTermination attribute on the EC2 Instance to True. B.Set the DeletionOnTermination attribute for the volumes to True. C.Set the DisableApiTermination attribute on the EC2 Instance to False. D.Set the DeleteOnTermination attribute for the volumes to False.