AWS Certified Security – Specialty — Question 164

A company uses an external identity provider to allow federation into different AWS accounts. A security engineer for the company needs to identify the federated user that terminated a production Amazon EC2 instance a week ago.
What is the FASTEST way for the security engineer to identify the federated user?

Answer options

Correct answer: B

Explanation

The fastest way to identify the federated user is option B, as it directly correlates the TerminateInstances event with the AssumeRoleWithSAML event, providing the user name associated with the IAM role. Options A and D involve additional steps that may not be as efficient, while option C relies on matching timestamps, which is less direct and may not yield accurate results.