🔥 3-day streak
AWS Certified DevOps Engineer - Professional31 / 204
Question 31 of 204
A DevOps team manages a production application using a single CloudFormation stack that provisions an Amazon RDS database, an S3 bucket containing user uploads, and several stateless compute resources. During a planned refactor, the team must remove the compute resources by deleting and recreating the stack under a new name, but they cannot afford to lose the RDS data or the S3 objects. They also want CloudFormation to leave the existing database and bucket in place — without creating final snapshots that incur extra cost — when the old stack is deleted. Which approach ensures the stateful resources survive the stack deletion with the least operational risk?
Reviewed for accuracy · Report an issueNext question