AWS Certified Security – Specialty — Question 455

A security engineer receives an abuse report email message from the AWS Trust and Safety team. The abuse report identifies a resource that appears to be compromised. The abuse report indicates that the resource is an IAM access key that belongs to a DevOps engineer in the security engineer's company. The access key is used in a deployment system that uses AWS Lambda functions to launch AWS CloudFormation stacks.

The security engineer must address the abuse report, prevent any further use of the exposed access key, and implement security best practices.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Deleting or deactivating the compromised key immediately mitigates the active threat. Best practice for AWS Lambda functions is to use temporary credentials via IAM execution roles instead of static IAM access keys. Finally, responding directly to the AWS Trust and Safety abuse report is the correct procedure to resolve the abuse case.