ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 236 - SCS-C01 discussion

Report
Export

You are designing a custom IAM policy that would allow uses to list buckets in S3 only if they are MFA authenticated. Which of the following would best match this requirement?

A.
Answers
A.
B.
Answers
B.
C.
Answers
C.
D.
Option D
Answers
D.
Option D
Suggested answer: A

Explanation:

The Condition clause can be used to ensure users can only work with resources if they are MFA authenticated. Option B and C are wrong since the aws:MultiFactorAuthPresent clause should be marked as true.

Here you are saying that onl if the user has been MFA activated, that means it is true, then allow access. Option D is invalid because the "boor clause is missing in the evaluation for the condition clause.

Boolean conditions let you construct Condition elements that restrict access based on comparing a key to "true" or "false." Here in this scenario the boot attribute in the condition element will return a value True for option A which will ensure that access is allowed on S3 resources.

For more information on an example on such a policy, please visit the following URL:

asked 16/09/2024
Scott Albee
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first