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.  Suggested Answer: B Community Answer: B This question is in DBS-C01 AWS Certified Database – Specialty Exam For getting AWS Certified Database – Specialty Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer