exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 333 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 333
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company needs to deploy an Amazon Aurora PostgreSQL DB instance into multiple accounts. The company will initiate each DB instance from an existing Aurora PostgreSQL DB instance that runs in a shared account. The company wants the process to be repeatable in case the company adds additional accounts in the future. The company also wants to be able to verify if manual changes have been made to the DB instance configurations after the company deploys the DB instances.

A database specialist has determined that the company needs to create an AWS CloudFormation template with the necessary configuration to create a DB instance in an account by using a snapshot of the existing DB instance to initialize the DB instance. The company will also use the CloudFormation template's parameters to provide key values for the DB instance creation (account ID, etc.).

Which final step will meet these requirements in the MOST operationally efficient way?

  • A. Create a bash script to compare the configuration to the current DB instance configuration and to report any changes.
  • B. Use the CloudFormation drift detection feature to check if the DB instance configurations have changed.
  • C. Set up CloudFormation to use drift detection to send notifications if the DB instance configurations have been changed.
  • D. Create an AWS Lambda function to compare the configuration to the current DB instance configuration and to report any changes.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rrshah83
1 year, 7 months ago
Selected Answer: B
Is it a poorly worded question? Notifications can be automated using other supporting services such as config, sns...https://aws.amazon.com/blogs/mt/implementing-an-alarm-to-automatically-detect-drift-in-aws-cloudformation-stacks/
upvoted 3 times
...
KikiNoviandi
1 year, 8 months ago
Selected Answer: B
Use the CloudFormation drift detection feature to check if the DB instance configurations have changed.
upvoted 1 times
...
marll88
1 year, 8 months ago
I think B. A. do not want to use handmade shells B. use CloudFormation features C. I don't think CloudFormation's functionality can do automatic verification; AWS Config might be able to do it D. Don't want to use handmade lambda
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...