AWS SAA-C03 · Question 05 · Domain 1.1: Secure Access
A company is hosting a web application on Amazon EC2 instances. The application connects to an Amazon RDS for MySQL database. The security team mandates that database credentials must not be stored in the application code or configuration files. Which solution meets this requirement with the LEAST operational overhead?
A company is hosting a web application on Amazon EC2 instances. The application connects to an Amazon RDS for MySQL database. The security team mandates that database credentials must not be stored in the application code or configuration files. Which solution meets this requirement with the LEAST operational overhead?
Answer options:
Store the database credentials in an encrypted Amazon S3 bucket and retrieve them at runtime.
Enable IAM DB authentication on the RDS instance and attach an IAM role to the EC2 instances.
Use AWS KMS to encrypt the database password and store the ciphertext in the application code.
Store the credentials in AWS Systems Manager Parameter Store as a SecureString.
How to approach this question
Full Answer
Common mistakes
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
Expert