hardmultiple choiceObjective-mapped

A platform team lets application teams create IAM roles in member accounts through Infrastructure as Code. Security says every new role must stay within a centrally approved permission ceiling, even if someone later attaches broader managed policies or inline policies. Which control should be used to enforce that maximum permission set?

Question 1hardmultiple choice
Full question →

A platform team lets application teams create IAM roles in member accounts through Infrastructure as Code. Security says every new role must stay within a centrally approved permission ceiling, even if someone later attaches broader managed policies or inline policies. Which control should be used to enforce that maximum permission set?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Use an AWS Organizations service control policy to grant the role all needed permissions directly.

An SCP sets the maximum permissions an account can use, but it does not define a per-role ceiling that survives future policy attachment changes. It is the wrong tool for limiting an individual IAM role’s permissions boundary.

B

Best answer

Attach a permissions boundary to each role so the role can never exceed the approved ceiling.

A permissions boundary is specifically designed to cap the maximum permissions a role can ever receive, regardless of what identity-based policies are attached later. If a developer adds a broader managed policy or inline policy, the effective permissions still cannot exceed the boundary. This makes it the best fit for delegated role creation with a centrally approved ceiling.

C

Distractor review

Use a resource-based policy on Amazon S3 to restrict the permissions that IAM roles can receive.

Resource policies control access to the resource they are attached to, not the maximum permissions a role can hold across AWS services. They do not provide a general guardrail for IAM role creation or future policy attachment.

D

Distractor review

Require temporary STS session policies whenever the role is assumed.

Session policies can further reduce permissions for a specific session, but they depend on every caller behaving correctly each time the role is assumed. They are not a durable organizational ceiling for all future role sessions or policy attachments.

Common exam trap

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.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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.

Related practice questions

Related SAA-C03 practice-question pages

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

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Attach a permissions boundary to each role so the role can never exceed the approved ceiling. — A permissions boundary is the AWS control that caps a role’s maximum effective permissions. It acts as an upper limit that still applies even if someone attaches additional managed policies, inline policies, or other permissions later. That is exactly what security wants here: delegated role creation with a hard ceiling defined centrally and enforced per role. An SCP is useful as an account or organization-wide guardrail, but it is not the same as a per-role maximum permission boundary. Resource policies are scoped to individual resources and do not constrain IAM role creation. STS session policies are temporary and depend on each call, so they cannot reliably enforce the organization’s ceiling long term.

What should I do if I get this SAA-C03 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.