DBS-C01 · Question #56
A company is load testing its three-tier production web application deployed with an AWS CloudFormation template on AWS. The Application team is making changes to deploy additional Amazon EC2 and AWS
The correct answer is B. You need to review the change set before accepting changes. E. Use Stack set policy to prevent updates to resources.. Explanation Why B and E are correct: Reviewing a change set (B) allows the Database Specialist to preview exactly which resources will be added, modified, or deleted before any changes are applied to the stack, giving them visibility to verify RDS resources remain untouched. A st
Question
A company is load testing its three-tier production web application deployed with an AWS CloudFormation template on AWS. The Application team is making changes to deploy additional Amazon EC2 and AWS Lambda resources to expand the load testing capacity. A Database Specialist wants to ensure that the changes made by the Application team will not change the Amazon RDS database resources already deployed. Which combination of steps would allow the Database Specialist to accomplish this? (Choose two.)
Options
- AReview the stack drift before modifying the template
- BYou need to review the change set before accepting changes.
- CExport the database resources as stack outputs
- DDefine the database resources in a nested stack
- EUse Stack set policy to prevent updates to resources.
How the community answered
(30 responses)- A13% (4)
- B77% (23)
- C7% (2)
- D3% (1)
Explanation
Explanation
Why B and E are correct: Reviewing a change set (B) allows the Database Specialist to preview exactly which resources will be added, modified, or deleted before any changes are applied to the stack, giving them visibility to verify RDS resources remain untouched. A stack policy (E) acts as a guardrail by explicitly defining which resources are protected from updates or replacements, preventing the Application team's changes from accidentally modifying the RDS database even if the change set is accepted.
Why the distractors are wrong:
- (A) Stack drift detects existing differences between the live stack and the template, but doesn't protect resources from future changes.
- (C) Exporting database resources as stack outputs shares values between stacks but provides no protection against modifications to those resources.
- (D) Nested stacks improve organization and reusability but don't inherently prevent updates to the resources within them.
Memory Tip
Think of it as "See then Secure" - a Change Set lets you see what will change before it happens, while a Stack Policy secures resources by locking them against unwanted updates. Together, they give you both visibility and enforcement - the two pillars of protecting critical infrastructure.
Topics
Community Discussion
No community discussion yet for this question.