Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a solutions architect enhance the security of a custom application with embedded credentials accessing an Amazon RDS MySQL instance, with minimal programming changes?
A
Implement AWS KMS for key creation, integrate AWS KMS with the application for credential retrieval, and apply automatic key rotation.
B
Utilize AWS Secrets Manager to store and manage the application's database credentials, configure the application to fetch credentials from Secrets Manager, and deploy a Lambda function for credential rotation.
C
Place the application's database credentials in AWS Secrets Manager, ensure the application retrieves credentials from Secrets Manager, and establish a rotation schedule for the credentials within the RDS MySQL instance using Secrets Manager.
D
Secure the application's database credentials using AWS Systems Manager Parameter Store, set the application to access credentials from Parameter Store, and create a rotation schedule for the RDS MySQL user credentials via Parameter Store.