Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a development team prevent accidental deletion of an Amazon RDS database when using a single AWS CloudFormation template for web application deployment across different environments?
A
Apply a Deletion Policy attribute with the Retain value to the database resource in the CloudFormation template.
B
Implement a CloudFormation stack policy to restrict updates to the database resource.
C
Enable Multi-AZ deployment for the database.
D
Utilize a CloudFormation stack set for managing web application and database deployments.
E
Assign a DeletionPolicy attribute with the Retain value to the entire CloudFormation stack.