ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 318 - DBS-C01 discussion

Report
Export

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?

A.
Create RDS resources by using AWS CloudFormation. Share the CloudFormation template with each account.
Answers
A.
Create RDS resources by using AWS CloudFormation. Share the CloudFormation template with each account.
B.
Create an RDS snapshot. Share the snapshot With each account Deploy the snapshot into each account
Answers
B.
Create an RDS snapshot. Share the snapshot With each account Deploy the snapshot into each account
C.
use AWS CloudFormation to create RDS instances in each account. Run AWS Database Migration Service (AWS DMS) replication to each ot the created instances.
Answers
C.
use AWS CloudFormation to create RDS instances in each account. Run AWS Database Migration Service (AWS DMS) replication to each ot the created instances.
D.
Create a script by using the AWS CLI to copy the ROS instance into the other accounts from a template account.
Answers
D.
Create a script by using the AWS CLI to copy the ROS instance into the other accounts from a template account.
Suggested answer: A

Explanation:

AWS CloudFormation is a service that helps you model and set up your AWS resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS.You create a template that describes all the AWS resources that you want (like Amazon RDS instances), and CloudFormation takes care of provisioning and configuring those resources for you1.

Using AWS CloudFormation to create RDS resources and share the template with each account is a suitable solution for the company's requirements, as it can:

Automate the deployment of RDS instances with specific compliance parameters, such as security groups, encryption, backup settings, etc.

Reduce the operational overhead and human errors of manually creating RDS instances in each account.

Enable the company to create the databases within one day, as CloudFormation can provision resources in parallel and in a consistent manner.

asked 16/09/2024
Mark Lalangan
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first