
AWS Certified Solutions Architect - Professional
Get started today
Ultimate access to all questions.
A company is using AWS CloudFormation to deploy its infrastructure. The company is concerned that, if a production CloudFormation stack is deleted, important data stored in Amazon RDS databases or Amazon EBS volumes might also be deleted. How can the company prevent users from accidentally deleting data in this way?
A company is using AWS CloudFormation to deploy its infrastructure. The company is concerned that, if a production CloudFormation stack is deleted, important data stored in Amazon RDS databases or Amazon EBS volumes might also be deleted. How can the company prevent users from accidentally deleting data in this way?
Exam-Like
Explanation:
A.https://aws.amazon.com/premiumsupport/knowledge-center/delete-cf-stack-retain-resources/ B.Stack Policy is used when stack is updated https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html C.This will prevent deletion that are on purpose D.Config rule is used to monitor, not prevention