
Answer-first summary for fast verification
Answer: Utilize AWS Secrets Manager with scheduled rotation and multi-Region replication.
The correct answer is A. AWS Secrets Manager is specifically designed for managing secrets such as database credentials, and it provides features like automatic rotation and multi-Region secret replication seamlessly. This solution minimizes operational overhead as AWS Secrets Manager handles the complexities of secret management, rotation, and replication, ensuring security and ease of maintenance. The other options either do not provide a direct way to rotate secrets or require more manual setup and management, hence they result in higher operational overhead.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can a company minimize operational overhead while rotating credentials for Amazon RDS MySQL databases across multiple AWS Regions during monthly maintenance?
A
Utilize AWS Secrets Manager with scheduled rotation and multi-Region replication.
B
Employ AWS Systems Manager parameters with scheduled rotation and multi-Region replication.
C
Leverage an S3 bucket with SSE, using EventBridge to trigger a Lambda function for credential rotation.
D
Use AWS KMS encrypted secrets in a DynamoDB global table, with Lambda for retrieval and RDS API for rotation.