DBS-C01 · Question #324
A company provisioned a three-tier application by using AWS CloudFormation and an Amazon RDS DB instance. During a test, a database administrator accidentally deleted the CloudFormation stack. The res
The correct answer is B. Set the deletion policy of the RDS resource to Retain. E. Enable termination protection for the stack.. https://repost.aws/knowledge-center/delete-cf-stack-retain-resources https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-
Question
A company provisioned a three-tier application by using AWS CloudFormation and an Amazon RDS DB instance. During a test, a database administrator accidentally deleted the CloudFormation stack. The results were a deletion of all the resources, including the DB instance, and a loss of critical data. The company wants to prevent accidental deletion of a DB instance from happening in the future. Which solutions will meet this requirement? (Choose two.)
Options
- ASet the deletion policy of the stack to Retain.
- BSet the deletion policy of the RDS resource to Retain.
- CSet the deletion policy of the stack to Snapshot.
- DEnable termination protection for the RDS resource.
- EEnable termination protection for the stack.
How the community answered
(27 responses)- A7% (2)
- B74% (20)
- C4% (1)
- D15% (4)
Explanation
https://repost.aws/knowledge-center/delete-cf-stack-retain-resources https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-
Topics
Community Discussion
No community discussion yet for this question.