ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

42 / 310

Question 42:

Your company is performing a security audit of your AWS environment. The security specialist asked you to provide a document that contained the status of all IAM users in the AWS account. The document should include information such as when users were created, when passwords were used or changed, whether MFA was enabled, etc. What is the best way to provide this documentation?

Answer options:

A.Use IAM CLI list-users to generate the JSON document for the status of all IAM users.
B.Generate and download an IAM credential report through AWS Management Console or AWS SDKs.
C.In AWS Config, select the resource type as IAM:user and download the resource inventory for all IAM users.
D.Use AWS Athena to perform SQL query to AWS CloudTrail S3 bucket to get the IAM user information. Generate a report based on the Athena query result.