ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

119 / 145

Question 119:

An application uses DocumentDB as its database. The application development team wants to implement automatic rotation of database credentials. How should the application team meet this requirement?

Answer options:

A.Store credentials in AWS Secrets Manager. Update the application to retrieve the credentials. Enable secret rotation.
B.Store credentials in System Manager Parameter Store. Update the application to retrieve the credentials. Enable secret rotation.
C.Store credentials in AWS KMS. Update the application to retrieve the credentials. Enable secret rotation.
D.Store credentials in AWS KMS. Update the application to retrieve the credentials. Create an AWS Lambda function to rotate the credentials. Create CloudWatch Alarm to trigger the Lambda function.