nerdexam
AmazonAmazon

DBS-C01 · Question #365

DBS-C01 Question #365: Real Exam Question with Answer & Explanation

The correct answer is A: Create RDS resources by using AWS CloudFormation. Share the CloudFormation template with. For deploying compliant Amazon RDS instances across over 100 AWS accounts in an automated and operationally efficient manner, AWS CloudFormation templates are the most suitable solution.

Submitted by helene.fr· Mar 6, 2026Deployment and Migration

Question

A company has more than 100 AWS accounts that need Amazon RDS instances. The company wants to build an automated solution to deploy the RDS instances with specific compliance parameters. The data does not need to be replicated. The company needs to create the databases within 1 day. Which solution will meet these requirements in the MOST operationally efficient way?

Options

  • ACreate RDS resources by using AWS CloudFormation. Share the CloudFormation template with
  • BCreate an RDS snapshot. Share the snapshot with each account. Deploy the snapshot into each
  • CUse AWS CloudFormation to create RDS instances in each account. Run AWS Database
  • DCreate a script by using the AWS CLI to copy the RDS instance into the other accounts from a

Explanation

For deploying compliant Amazon RDS instances across over 100 AWS accounts in an automated and operationally efficient manner, AWS CloudFormation templates are the most suitable solution.

Common mistakes.

  • B. Creating and sharing RDS snapshots is primarily for data restoration or creating instances with pre-existing data, which contradicts the requirement that data does not need to be replicated. It is also less flexible and efficient than CloudFormation for defining and deploying compliant infrastructure from scratch.
  • C. While using AWS CloudFormation is a good approach for deployment, the additional step of running AWS Database Migration Service (DMS) to replicate data contradicts the explicit requirement that 'The data does not need to be replicated.'
  • D. While AWS CLI scripts can automate tasks, they are typically less declarative and harder to manage for ensuring consistency and compliance across a large number of accounts compared to CloudFormation templates, which offer built-in state management and rollback capabilities.

Concept tested. Large-scale, automated, compliant resource deployment using CloudFormation

Reference. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html

Topics

#Multi-account strategy#RDS deployment#CloudFormation#Operational efficiency

Community Discussion

No community discussion yet for this question.

Full DBS-C01 PracticeBrowse All DBS-C01 Questions