AWS Certified Security – Specialty (SCS-C02) — Question 84

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 provides built-in functionality for automatic credential rotation, minimizing downtime, and E allows the application to dynamically retrieve updated credentials during runtime. Options A and D involve additional manual steps and storage methods that do not inherently manage credential rotation as efficiently as Secrets Manager, while B requires an application restart, which is counterproductive to minimizing downtime.