AWS Certified Security – Specialty — Question 450

A company's security administrator receives an AWS Abuse notification that an IAM user's access key might be compromised. A legacy application uses the IAM user. The security administrator must remediate the potential compromise with the least possible downtime to the application.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Creating a new access key and updating the legacy application before deactivating the old one ensures that the application remains operational during the key rotation, minimizing downtime. Deleting the key immediately would cause immediate application failure, while migrating a legacy application to use an IAM role might require extensive code changes and testing, leading to significant delays and potential downtime.