Question 1,436 of 1,738
Identity and Access ManagementhardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is that the role MyRole can be assumed by EC2 instances. This is because the command `aws ec2 associate-iam-instance-profile` attaches an instance profile—a container that holds the IAM role—to the specified EC2 instance. Once associated, the instance profile enables the EC2 instance to assume MyRole and retrieve temporary security credentials from the EC2 metadata service, allowing it to interact with other AWS services securely. On the AWS Certified Security Specialty SCS-C02 exam, this concept tests your understanding of how instance profiles bridge IAM roles to compute resources, often appearing in scenario-based questions about credential delivery or least privilege. A common trap is confusing the instance profile name with the role name itself; remember that the instance profile is the wrapper, and the role is the actual permission set. Memory tip: think of the instance profile as the “keychain” that holds the “key” (the IAM role) for the EC2 instance to use.

SCS-C02 Identity and Access Management Practice Question

This SCS-C02 practice question tests your understanding of identity and access management. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.

Network Topology
$ aws iam get-rolerole-name MyRoleRefer to the exhibit."Role": {"Path": "/","RoleName": "MyRole","Arn": "arn:aws:iam::123456789012:role/MyRole","AssumeRolePolicyDocument": {"Version": "2012-10-17","Statement": ["Effect": "Allow","Principal": {"Service": "ec2.amazonaws.com"},"Action": "sts:AssumeRole"

Refer to the exhibit. A security engineer runs the command above. Which of the following is true about the role MyRole?

Question 1hardmultiple choice
Full question →
Network Topology
$ aws iam get-rolerole-name MyRoleRefer to the exhibit."Role": {"Path": "/","RoleName": "MyRole","Arn": "arn:aws:iam::123456789012:role/MyRole","AssumeRolePolicyDocument": {"Version": "2012-10-17","Statement": ["Effect": "Allow","Principal": {"Service": "ec2.amazonaws.com"},"Action": "sts:AssumeRole"

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 role can be assumed by EC2 instances

The command `aws ec2 associate-iam-instance-profile --instance-id i-1234567890abcdef0 --iam-instance-profile Name=MyRole` attaches an IAM instance profile to an EC2 instance. An instance profile is a container for an IAM role that enables EC2 instances to assume that role and obtain temporary credentials via the EC2 metadata service. Therefore, the role MyRole can be assumed by EC2 instances when associated through an instance profile.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 role has a resource-based policy attached

    Why it's wrong here

    The output shows the trust policy, not a resource-based policy.

  • The role can be assumed by any IAM user in account 123456789012

    Why it's wrong here

    The principal is ec2.amazonaws.com, not an AWS account.

  • The role can be assumed by any AWS service

    Why it's wrong here

    Only EC2 is allowed.

  • The role can be assumed by EC2 instances

    Why this is correct

    The trust policy grants sts:AssumeRole to the EC2 service.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the distinction between an IAM role's trust policy (who can assume it) and the instance profile (the mechanism for EC2 to use the role), leading candidates to incorrectly assume that any AWS service can assume the role or that the role has a resource-based policy attached.

Trap categories for this question

  • Command / output trap

    The output shows the trust policy, not a resource-based policy.

Detailed technical explanation

How to think about this question

An instance profile is a wrapper for an IAM role that EC2 uses to retrieve temporary security credentials from AWS STS via the instance metadata service (IMDS). The trust policy of the role must include `ec2.amazonaws.com` as a trusted entity, and the instance profile must be created and associated with the EC2 instance; the `associate-iam-instance-profile` command performs the latter step. Under the hood, the EC2 instance calls `sts:AssumeRole` using the instance profile's ARN to obtain credentials that are automatically rotated.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SCS-C02 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 SCS-C02 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 SCS-C02 question test?

Identity and Access Management — This question tests Identity and Access Management — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The role can be assumed by EC2 instances — The command `aws ec2 associate-iam-instance-profile --instance-id i-1234567890abcdef0 --iam-instance-profile Name=MyRole` attaches an IAM instance profile to an EC2 instance. An instance profile is a container for an IAM role that enables EC2 instances to assume that role and obtain temporary credentials via the EC2 metadata service. Therefore, the role MyRole can be assumed by EC2 instances when associated through an instance profile.

What should I do if I get this SCS-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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 SCS-C02 practice questions

Last reviewed: Jun 11, 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 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.