Home > Glossary > AWS Certified Solutions Architect - Associate > Service Control Policies (SCPs)

📖 What is Service Control Policies (SCPs)?

Service Control Policies (SCPs) are organization-level policies used to manage permissions across all accounts in an AWS Organization. They define the maximum available permissions for an account, ensuring that specific actions are blocked even if IAM policies allow them.

🥋 Sensei Says:

"Focus on the 'deny' capability for the exam; an explicit deny in an SCP always overrides any 'allow' permission granted within a member account's IAM policy."

📚 Certification: AWS Certified Solutions Architect - Associate (SAA-C03)

🔑 What are the Key Concepts of Service Control Policies (SCPs)?

  • SCPs act as guardrails that define the maximum available permissions for an account, but they do not grant permissions to users or roles themselves.
  • An explicit deny in an SCP always overrides any allow permission granted by IAM policies, ensuring critical resources remain protected regardless of local settings.
  • Policies are applied to the root, Organizational Units (OUs), or individual accounts, and permissions are inherited down the hierarchy to all child entities.
  • SCPs affect all identities within a member account, including the root user, which allows administrators to restrict root access for enhanced security compliance.
  • The default FullAWSAccess policy allows all actions; administrators typically add restrictive SCPs to create a 'deny-list' for specific services or regions.

🎯 How does Service Control Policies (SCPs) appear on the SAA-C03 Exam?

You may be asked to implement a restriction that prevents any user in a member account from deleting S3 buckets, even if they have AdministratorAccess IAM permissions. The correct solution involves applying an SCP with an explicit deny for s3:DeleteBucket.

A scenario might describe a need to restrict the deployment of AWS resources to specific geographic regions for compliance. Expect to identify SCPs as the tool to block all regions except the approved ones.

Expect questions about cost control where a company needs to prevent developers from launching expensive EC2 instance types across multiple accounts. You must identify SCPs as the mechanism to restrict specific API actions.

❓ Frequently Asked Questions

Do SCPs grant permissions to IAM users or roles?

No, SCPs only define the maximum permissions available. For a user to perform an action, they must have both an allowing SCP and a corresponding allow permission in their IAM policy.


How do SCPs differ from IAM permission boundaries?

SCPs are managed at the Organization level and affect the entire account, including the root user. Permission boundaries are applied to specific IAM entities within a single account.

Related Terms from AWS Certified Solutions Architect - Associate

📝 Related Study Guides

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

The AWS Solutions Architect Associate (SAA-C03) exam validates your ability to design cost-effective, resilient, and secure cloud architectures. To pass, you must master four domains—Security, Resilience, Performance, and Cost Optimization—and score at least 720/1000 on 65 questions within 130 minutes using the AWS Well-Architected Framework.

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

To pass the AWS SAA-C03 exam, you must master four domains: secure, resilient, high-performing, and cost-optimized architectures. Success requires deep knowledge of core services like VPC, EC2, and S3, combined with hands-on experience and rigorous practice using high-quality question banks to simulate the 65-question, 130-minute exam environment.

Deep Dive 8 min read

AWS SQS vs SNS: Core Differences for the SAA-C03 Exam

AWS SQS is a pull-based message queuing service used for one-to-one decoupling, ensuring messages are processed once. AWS SNS is a push-based pub/sub service for one-to-many notifications. For the SAA-C03 exam, remember SQS provides persistence and polling, while SNS delivers real-time messages to multiple subscribers instantly.

🧠

Test Your Knowledge

Think you understand Service Control Policies (SCPs)? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium