Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Security - Specialty SCS-C02 All Questions

View all questions & answers for the AWS Certified Security - Specialty SCS-C02 exam

Exam AWS Certified Security - Specialty SCS-C02 topic 1 question 13 discussion

A security engineer is designing an IAM policy to protect AWS API operations. The policy must enforce multi-factor authentication (MFA) for IAM users to access certain services in the AWS production account. Each session must remain valid for only 2 hours. The current version of the IAM policy is as follows:

Which combination of conditions must the security engineer add to the IAM policy to meet these requirements? (Choose two.)

  • A. "Bool": {"aws:MultiFactorAuthPresent": "true"}
  • B. "Bool": {"aws:MultiFactorAuthPresent": "false"}
  • C. "NumericLessThan": {"aws:MultiFactorAuthAge": "7200"}
  • D. "NumericGreaterThan": {"aws:MultiFactorAuthAge": "7200"}
  • E. "NumericLessThan": {"MaxSessionDuration": "7200"}
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
kk2000
Highly Voted 1 year ago
Correct Answer is AC
upvoted 7 times
...
Gentlesoul
Most Recent 1 month, 2 weeks ago
The correct answer is AC, the MFA age must be less than or equal to 7200
upvoted 1 times
...
nischal77777
1 month, 3 weeks ago
Selected Answer: AC
Correct Answer is AC
upvoted 2 times
...
PareshBPatel
7 months, 4 weeks ago
C. "NumericLessThan": {"aws:MultiFactorAuthAge": "7200"} This condition ensures that the action is allowed only if the MFA session age is less than 7200 seconds (2 hours), meaning it enforces the requirement that each MFA session remains valid for only 2 hours. This is a correct choice as it directly addresses the session validity requirement. D. "NumericGreaterThan": {"aws:MultiFactorAuthAge": "7200"} This condition would allow the action only if the MFA session age is greater than 7200 seconds, which is contrary to the requirement. Therefore, this option is incorrect.
upvoted 2 times
...
Raphaello
7 months, 4 weeks ago
Selected Answer: AC
AC ofc
upvoted 1 times
...
mtzanida
8 months, 3 weeks ago
Selected Answer: AC
A and C
upvoted 1 times
...
Raphaello
9 months, 3 weeks ago
AC Action is ALLOW..as long as the auth. age is LESS 7200 seconds.
upvoted 1 times
...
Daniel76
10 months, 3 weeks ago
Selected Answer: AC
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_configure-api-require.html
upvoted 2 times
...
kejam
11 months ago
A and C https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_configure-api-require.html#MFAProtectedAPI-overview
upvoted 3 times
...
lalee2
11 months, 1 week ago
Selected Answer: AC
A and C
upvoted 1 times
...
denied
11 months, 2 weeks ago
Selected Answer: AC
A and C
upvoted 2 times
...
KR693
11 months, 2 weeks ago
A and C
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...