AWS Certified Security – Specialty — Question 365

A company’s security team needs to receive a notification whenever an AWS access key has not been rotated in 90 or more days. A security engineer must develop a solution that provides these notifications automatically.

Which solution will meet these requirements with the LEAST amount of effort?

Answer options

Correct answer: A

Explanation

Option A is correct because using the pre-built AWS Config managed rule 'access-keys-rotated' combined with EventBridge and SNS requires the least operational effort and no custom code. Options B, C, and D all require writing, testing, and maintaining custom scripts or Lambda functions, which increases complexity and administrative overhead. AWS Config natively evaluates compliance status and seamlessly integrates with EventBridge for automated notifications.