AWS Certified Security – Specialty — Question 82

A Security Engineer is building a Java application that is running on Amazon EC2. The application communicates with an Amazon RDS instance and authenticates with a user name and password.
Which combination of steps can the Engineer take to protect the credentials and minimize downtime when the credentials are rotated? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers are C and E because AWS Secrets Manager automates credential rotation, providing a seamless way to manage and update credentials without downtime. Option E enhances this by allowing the application to dynamically retrieve updated credentials, preventing connection failures. Options A, B, and D do not effectively minimize downtime or utilize automatic credential rotation as efficiently as C and E do.