Courseiva
Identity and Access ManagementhardMultiple ChoiceObjective-mapped

SCS-C02 Identity and Access Management Practice Question

Network Topology
$ aws iam simulate-custom-policypolicy-input-list '{"Version":"2012-10-17"action-names ec2:DescribeInstances ec2:RunInstancesresource-arns 'arn:aws:ec2:us-east-1:123456789012:instance/*'Refer to the exhibit.```"EvaluationResults": ["EvalActionName": "ec2:DescribeInstances","EvalResourceName": "arn:aws:ec2:us-east-1:123456789012:instance/*","EvalDecision": "allowed"},"EvalActionName": "ec2:RunInstances","EvalDecision": "explicitDeny"

Refer to the exhibit. A security engineer runs the IAM Policy Simulator with the provided policy input. The result shows 'explicitDeny' for ec2:RunInstances even though the policy only contains an Allow. What is the most likely reason?

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 user has an attached policy or SCP that explicitly denies ec2:RunInstances.

The most likely reason is that the user has another policy attached (such as an identity-based policy or a service control policy) that explicitly denies ec2:RunInstances. The IAM Policy Simulator evaluates all applicable policies, so even if the provided policy only contains an Allow, an explicit deny from another policy overrides and results in an explicitDeny. Option B (syntax error) is not likely because a syntax error typically causes an error or implicit deny, not an explicit deny. Option C is incorrect because the simulate-custom-policy command does support ec2:RunInstances. Option D is incorrect because an incorrect resource ARN would result in an implicit deny, not an explicit deny.

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 user has an attached policy or SCP that explicitly denies ec2:RunInstances.

    Why this is correct

    Explicit deny overrides Allow; other policies may be causing the deny.

  • The policy input has a syntax error.

    Why it's wrong here

    The input is valid JSON.

  • The simulate-custom-policy command does not support ec2:RunInstances.

    Why it's wrong here

    It supports all actions.

  • The resource ARN is incorrect for ec2:RunInstances.

    Why it's wrong here

    RunInstances does not operate on an existing instance, so resource ARN is not the issue.

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

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.