Courseiva
Management and Security GovernancehardMultiple SelectObjective-mapped

Enforce MFA Using Service Control Policies

A company has a security policy that requires all IAM users to use multi-factor authentication (MFA) when accessing the AWS Management Console. The company also wants to enforce this policy using an SCP. Which TWO conditions must be met for the SCP to be effective?

Quick Answer

For a service control policy to actually enforce an MFA requirement across an organization, two separate conditions both have to be true, and the question tests whether you understand that an SCP needs the right condition logic and the right placement to be effective. The condition logic comes from the aws:MultiFactorAuthPresent context key, which an SCP can check to deny actions when the requesting principal has not authenticated with MFA, giving the policy something concrete to evaluate rather than a vague intent. The placement comes from where the SCP is attached: because SCPs only apply to accounts within the organizational unit they're attached to, attaching the policy to the root OU is what makes it apply organization-wide rather than to just one branch of accounts. It's worth being precise about what SCPs can and cannot do: they can conditionally deny access based on whether MFA was present at the time of the request, but they cannot force a user to register MFA in the first place, and they attach to organizational units or accounts, never to individual IAM users directly. Whenever a question describes enforcing a security requirement organization-wide through an SCP, check for both pieces together, the condition key that captures the requirement and the attachment point high enough in the OU hierarchy to cover every account that needs governing.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The SCP must use a condition that checks if MFA is present.

Options A and D are correct. The SCP must use a condition key such as `aws:MultiFactorAuthPresent` to deny access if the user has not authenticated with MFA (A), and it must be attached to the root organizational unit to apply to all accounts in the organization (D). Option B is incorrect because `aws:SourceIp` is for IP-based restrictions, not MFA. Option C is incorrect because SCPs cannot require MFA registration; they can only enforce conditional access. Option E is incorrect because SCPs are attached to organizational units, not individual IAM users.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The SCP must use a condition that checks if MFA is present.

    Why this is correct

    The SCP uses aws:MultiFactorAuthPresent to check MFA status.

  • The SCP must use the condition key 'aws:SourceIp' to allow only MFA-enabled IPs.

    Why it's wrong here

    Source IP is not related to MFA; aws:MultiFactorAuthPresent is the correct key.

  • The SCP must require users to register MFA devices before accessing the console.

    Why it's wrong here

    SCPs cannot enforce registration; they only deny access based on conditions.

  • The SCP must be attached to the root organizational unit to apply to all accounts.

    Why this is correct

    Attaching to the root OU ensures the SCP applies to all accounts in the organization.

  • The SCP must be attached to individual IAM users.

    Why it's wrong here

    SCPs are attached to OUs or accounts, not IAM users.

About these practice questions

Courseiva writes every SCS-C02 question from scratch — 376 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on SCS-C02

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company wants to enforce that all IAM users must use multi-factor authentication (MFA) to access the AWS Management Console. Which policy should be attached to the IAM users or group to enforce this requirement?

medium
  • A.Allow access if MFA is present
  • B.Deny access if MFA is not present
  • C.Deny access if MFA is present
  • D.Grant access with a condition requiring MFA

Why B: The condition 'aws:MultiFactorAuthPresent':'true' in a Deny statement ensures that if MFA is not present, access is denied. Option A is wrong because it allows access without MFA. Option C is wrong because it only denies when MFA is present. Option D is wrong because it allows access with MFA but does not deny without it.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SCS-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SCS-C02 exam.