
Answer-first summary for fast verification
Answer: Using AWS Secrets Manager to store and access database credentials with appropriate IAM permissions.
The correct answer is A: Using AWS Secrets Manager to store and access database credentials with appropriate IAM permissions. AWS Secrets Manager is specifically designed to store, manage, and automatically rotate database credentials and other secrets, providing a secure method for applications to access sensitive information without hardcoding it into the application code. This meets the company's requirement to frequently rotate user credentials while ensuring secure access.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a company ensure secure and frequent credential rotation for web servers accessing a common Amazon RDS MySQL Multi-AZ DB instance?
A
Using AWS Secrets Manager to store and access database credentials with appropriate IAM permissions.
B
Utilizing AWS Systems Manager OpsCenter for secure credential storage and retrieval with necessary IAM permissions.
C
Securing credentials in an Amazon S3 bucket with IAM permissions for web server access and retrieval.
D
Encrypting credentials with AWS KMS on the web server file system for decryption and access.
No comments yet.