AWS Certified SysOps Administrator – Associate — Question 188

An AWS CloudFormation template creates an Amazon RDS instance. This template is used to build up development environments as needed and then delete the stack when the environment is no longer required. The RDS-persisted data must be retained for further use, even after the CloudFormation stack is deleted.

How can this be achieved in a reliable and efficient way?

Answer options

Correct answer: C

Explanation

The correct answer is C because the Snapshot Deletion Policy allows the RDS snapshots to be retained even after the CloudFormation stack is deleted. Option A is inefficient as it requires constant backup scripts, while option B relies on manual intervention, which can lead to human error. Option D involves creating a new template, which is unnecessary when the deletion policy can handle snapshot retention directly.