ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 163 - SCS-C01 discussion

Report
Export

A Security Engineer has been asked to create an automated process to disable IAM user access keys that are more than three months old. Which of the following options should the Security Engineer use?

A.
In the AWS Console, choose the IAM service and select “Users”. Review the “Access Key Age” column.
Answers
A.
In the AWS Console, choose the IAM service and select “Users”. Review the “Access Key Age” column.
B.
Define an IAM policy that denies access if the key age is more than three months and apply to all users.
Answers
B.
Define an IAM policy that denies access if the key age is more than three months and apply to all users.
C.
Write a script that uses the GenerateCredentialReport, GetCredentialReport, and UpdateAccessKey APIs.
Answers
C.
Write a script that uses the GenerateCredentialReport, GetCredentialReport, and UpdateAccessKey APIs.
D.
Create an Amazon CloudWatch alarm to detect aged access keys and use an AWS Lambda function to disable the keys older than 90 days.
Answers
D.
Create an Amazon CloudWatch alarm to detect aged access keys and use an AWS Lambda function to disable the keys older than 90 days.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccessKey.html

https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html

https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetCredentialReport.html

asked 16/09/2024
Jonaid Alam
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first