Your company has an AWS account.
An external auditor conducted an audit to list all the users with the status of their passwords, access keys, and MFA devices.
How would you achieve in getting this list for them?
Click on the arrows to vote for the correct answer
A. B. C. D.Answer - C.
This is mentioned in the AWS Documentation.
You can generate and download a credential report that lists all users in your account and the status of their various credentials, including passwords, access keys, and MFA devices.
You can get a credential report from the AWS Management Console, the AWS SDKs and Command Line Tools, or the IAM API.
All other options are invalid since the report is already available for download from the IAM section.
For more information on getting report credentials, please refer to the below URL-
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.htmlThe correct answer is C. Go to IAM and download the Credentials report.
Explanation: In order to get a list of all the users with the status of their passwords, access keys, and MFA devices, you need to go to IAM (Identity and Access Management) in your AWS account and download the Credentials report. This report contains information about all the IAM users in your account, including the status of their passwords, access keys, and MFA devices.
Option A and B are incorrect because calling up AWS support or contacting an AWS partner may not provide you with the list of credentials, as they would not have access to your IAM users' credentials.
Option D is also incorrect because EC2 is a service that provides scalable computing capacity in the cloud, and it does not manage IAM users' credentials.
In summary, the correct way to get the list of credentials for the external auditor is to go to IAM and download the Credentials report.