Question 913 of 1,733
MigrationmediumMultiple ChoiceObjective-mapped

PAS-C01 ec2:RunInstances Practice Question

This PAS-C01 practice question tests your understanding of migration. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: ec2:RunInstances. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Refer to the exhibit.

```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ec2:DescribeInstances",
        "ec2:StartInstances",
        "ec2:StopInstances",
        "ec2:DescribeVolumes",
        "ec2:AttachVolume",
        "ec2:DetachVolume"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:GetObject",
        "s3:PutObject"
      ],
      "Resource": "arn:aws:s3:::sap-migration-backup/*"
    }
  ]
}
```

An AWS IAM policy is attached to a role used by an SAP migration tool (e.g., AWS Application Migration Service) for migrating an SAP system to AWS. The migration fails because the tool cannot create EC2 instances. What is the missing permission?

Exhibit

Refer to the exhibit.

```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ec2:DescribeInstances",
        "ec2:StartInstances",
        "ec2:StopInstances",
        "ec2:DescribeVolumes",
        "ec2:AttachVolume",
        "ec2:DetachVolume"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:GetObject",
        "s3:PutObject"
      ],
      "Resource": "arn:aws:s3:::sap-migration-backup/*"
    }
  ]
}
```

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

ec2:RunInstances [CORRECT]

The policy likely allows actions like Describe, Start, Stop, and volume operations for existing resources, but it does not include 'ec2:RunInstances', which is required for the SAP migration tool to provision new EC2 instances for the target SAP system. Without this permission, the migration cannot proceed.

Key principle: ec2:RunInstances

Answer analysis

Option-by-option breakdown

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

  • ec2:DescribeImages [wrong]

    Why it's wrong here

    'ec2:DescribeImages' allows listing AMIs, which is needed to select an image but does not create instances. Without 'ec2:RunInstances', the tool cannot launch instances.

  • ec2:RunInstances [CORRECT]

    Why this is correct

    'ec2:RunInstances' is the permission required to create new EC2 instances. This is the missing permission for the SAP migration tool.

    Related concept

    ec2:RunInstances

  • ec2:AllocateAddress [wrong]

    Why it's wrong here

    'ec2:AllocateAddress' is for assigning public IPs, not for creating instances. The migration fails before that step.

  • ec2:CreateVolume [wrong]

    Why it's wrong here

    'ec2:CreateVolume' is used to create new EBS volumes. The migration tool may use existing volumes or create them, but the inability to create instances is the blocking issue.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • ec2:RunInstances
  • SAP migration on AWS

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

ec2:RunInstances

Real-world example

How this comes up in practice

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

What to study next

Got this wrong? Here's your next step.

Review ec2:RunInstances, then practise related PAS-C01 questions on the same topic to reinforce the concept.

Related practice questions

Related PAS-C01 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PAS-C01 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PAS-C01 question test?

Migration — This question tests Migration — ec2:RunInstances.

What is the correct answer to this question?

The correct answer is: ec2:RunInstances [CORRECT] — The policy likely allows actions like Describe, Start, Stop, and volume operations for existing resources, but it does not include 'ec2:RunInstances', which is required for the SAP migration tool to provision new EC2 instances for the target SAP system. Without this permission, the migration cannot proceed.

What should I do if I get this PAS-C01 question wrong?

Review ec2:RunInstances, then practise related PAS-C01 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

ec2:RunInstances

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More PAS-C01 practice questions

Last reviewed: Jun 20, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PAS-C01 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 PAS-C01 exam.