Question 13 of 1,024
Security and CompliancemediumMultiple ChoiceObjective-mapped

CLF-C02 Security and Compliance Practice Question

This CLF-C02 practice question tests your understanding of security and compliance. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: sCPs define maximum permissions for accounts in an AWS Organization.. 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.

A company uses AWS Organizations with multiple accounts. The security team wants to enforce a policy that prevents any user, including account administrators, from creating Amazon S3 buckets that are publicly accessible across the entire organization. The policy must be centrally managed and cannot be overridden by individual account administrators. Which AWS feature should the security team use?

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

Service Control Policies (SCPs) in AWS Organizations

Service Control Policies (SCPs) in AWS Organizations are the correct choice because they allow the security team to centrally define a policy that denies the creation of publicly accessible S3 buckets across all accounts in the organization. SCPs apply to all users, including account administrators, and cannot be overridden by any IAM policy or local account permissions, ensuring organization-wide enforcement.

Key principle: SCPs define maximum permissions for accounts in an AWS Organization.

Answer analysis

Option-by-option breakdown

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

  • AWS Config rules with auto-remediation

    Why it's wrong here

    AWS Config rules are used to evaluate resource configurations for compliance, and auto-remediation can trigger actions to fix noncompliant resources. However, they do not prevent the creation of publicly accessible S3 buckets in real time; they react after the resource is created. Additionally, account administrators could disable or modify the rules. This does not meet the requirement for a policy that cannot be overridden.

  • Service Control Policies (SCPs) in AWS Organizations

    Why this is correct

    SCPs are a type of organization policy that you can use to specify the maximum permissions for member accounts. They apply to all users and roles in the account, including the account root user, and cannot be overridden by any IAM policy within those accounts. By attaching an SCP that denies actions that make S3 buckets public (e.g., setting a bucket policy that allows public access), the security team can enforce this restriction across the entire organization.

    Related concept

    SCPs define maximum permissions for accounts in an AWS Organization.

  • AWS Identity and Access Management (IAM) policies with a Deny effect

    Why it's wrong here

    IAM policies can deny actions, but they are attached to individual IAM users, groups, or roles within a single AWS account. Account administrators have full control over IAM policies in their own account and could create policies that override these denials. This approach does not provide centralized, unchangeable enforcement across all accounts in the organization.

    When this WOULD be correct

    An exam scenario where a company wants to restrict S3 bucket public access for specific IAM users or roles within a single account, and the policy must be applied at the user/role level without affecting other accounts. In that case, IAM policies with a Deny effect would be appropriate.

  • Amazon Macie with automated response

    Why it's wrong here

    Amazon Macie is a fully managed data security and data privacy service that uses machine learning to discover, monitor, and protect sensitive data in AWS. It can alert on publicly accessible S3 buckets, but it does not have the ability to prevent the creation of such buckets. It is a detection tool, not an enforcement mechanism, and it does not provide a policy that account administrators cannot override.

    When this WOULD be correct

    A company wants to automatically detect and respond to publicly accessible S3 buckets containing sensitive data, such as PII, by triggering remediation actions like applying bucket policies or notifying security teams.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.

Service Control Policies (SCPs) in AWS OrganizationsCorrect answer

Why this is correct

SCPs are a type of organization policy that you can use to specify the maximum permissions for member accounts. They apply to all users and roles in the account, including the account root user, and cannot be overridden by any IAM policy within those accounts. By attaching an SCP that denies actions that make S3 buckets public (e.g., setting a bucket policy that allows public access), the security team can enforce this restriction across the entire organization.

AWS Identity and Access Management (IAM) policies with a Deny effectWrong answer — click to see why

Why this is wrong here

IAM policies with a Deny effect can be overridden by account administrators who have full administrative privileges in their own accounts, as they can modify or remove IAM policies. The question requires a centrally managed policy that cannot be overridden, which is only possible with SCPs.

★ When this WOULD be the correct answer

An exam scenario where a company wants to restrict S3 bucket public access for specific IAM users or roles within a single account, and the policy must be applied at the user/role level without affecting other accounts. In that case, IAM policies with a Deny effect would be appropriate.

Why candidates choose this

Candidates may think IAM policies can enforce organization-wide restrictions, but they overlook that account administrators can bypass IAM policies by modifying them or using their own permissions.

Amazon Macie with automated responseWrong answer — click to see why

Why this is wrong here

Amazon Macie is a data security service that discovers and protects sensitive data, but it does not enforce policies to prevent S3 bucket creation or public access; it only detects and alerts on public buckets or sensitive data.

★ When this WOULD be the correct answer

A company wants to automatically detect and respond to publicly accessible S3 buckets containing sensitive data, such as PII, by triggering remediation actions like applying bucket policies or notifying security teams.

Why candidates choose this

Candidates may confuse Macie's automated response capabilities with policy enforcement, thinking it can prevent public bucket creation, when it actually focuses on detection and remediation after the fact.

Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse SCPs with IAM policies, thinking IAM Deny effects can be centrally managed and enforced across accounts, but IAM policies are account-scoped and can be overridden by local administrators, whereas SCPs operate at the organization level and are non-overridable.

Detailed technical explanation

How to think about this question

SCPs are JSON-based policies that define the maximum permissions for all accounts in an AWS Organization, acting as a guardrail that filters permissions granted by IAM policies. They do not grant permissions themselves but restrict what actions can be allowed, and they apply to all principals, including the root user of member accounts. A common real-world scenario is using an SCP with a Deny effect on the s3:PutBucketPublicAccessBlock action to prevent any bucket from being made public, which is more robust than relying on IAM because SCPs cannot be bypassed by account administrators.

KKey Concepts to Remember

  • SCPs define maximum permissions for accounts in an AWS Organization.
  • SCPs apply to all users and roles, including the root user, in affected accounts.
  • SCPs cannot be overridden by IAM policies within member accounts.
  • SCPs are centrally managed from the organization's management account.

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

SCPs define maximum permissions for accounts in an AWS Organization.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

What to study next

Got this wrong? Here's your next step.

Review sCPs define maximum permissions for accounts in an AWS Organization., then practise related CLF-C02 questions on the same topic to reinforce the concept.

Related practice questions

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

Security and Compliance — This question tests Security and Compliance — SCPs define maximum permissions for accounts in an AWS Organization..

What is the correct answer to this question?

The correct answer is: Service Control Policies (SCPs) in AWS Organizations — Service Control Policies (SCPs) in AWS Organizations are the correct choice because they allow the security team to centrally define a policy that denies the creation of publicly accessible S3 buckets across all accounts in the organization. SCPs apply to all users, including account administrators, and cannot be overridden by any IAM policy or local account permissions, ensuring organization-wide enforcement.

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

Review sCPs define maximum permissions for accounts in an AWS Organization., then practise related CLF-C02 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

SCPs define maximum permissions for accounts in an AWS Organization.

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 CLF-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 CLF-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 CLF-C02 exam.