A company is using AWS CloudFormation to deploy a two-tier application. The application will use Amazon RDS as its backend database. The company wants a solution that will randomly generate the database password during deployment. The solution also must automatically rotate the database password without requiring changes to the application. What is the MOST operationally efficient solution that meets these requirements? A. Use an AWS Lambda function as a CloudFormation custom resource to generate and rotate the password. B. Use an AWS Systems Manager Parameter Store resource with the SecureString data type to generate and rotate the password. C. Use a cron daemon on the application’s host to generate and rotate the password. D. Use an AWS Secrets Manager resource to generate and rotate the password.  Suggested Answer: D Community Answer: D This question is in DVA-C02 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate 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