Soru

Zorluk: KolayMulti-Account Governance and Organizational Structure

An enterprise is implementing a multi-account strategy using AWS Organizations. The security team has attached a Service Control Policy (SCP) to a production Organizational Unit (OU) that explicitly denies the s3:DeleteBucket action. A developer operating within a member account under this OU has been assigned an IAM policy granting administrator access (*:*), but finds they are blocked from deleting any S3 buckets in their account. Which of the following statements correctly explains why the developer cannot delete S3 buckets?

  1. A
    The Service Control Policy (SCP) automatically modifies the developer's local IAM policy in the member account to remove the delete permission.
  2. The Service Control Policy (SCP) acts as a guardrail that restricts the maximum allowed permissions, and an explicit deny in the SCP overrides any permissions granted by the local IAM policy.Cevap
  3. C
    The Service Control Policy (SCP) automatically grants the developer all permissions except the denied action, rendering local IAM policies unnecessary.
  4. D
    The Service Control Policy (SCP) only restricts the member account's root user and does not affect permissions granted to other IAM users or roles.

Cevap

The Service Control Policy (SCP) acts as a guardrail that restricts the maximum allowed permissions, and an explicit deny in the SCP overrides any permissions granted by the local IAM policy.
The correct option correctly states that Service Control Policies (SCPs) act as guardrails defining the maximum allowed permissions for member accounts. Under the AWS policy evaluation logic, an explicit deny in an SCP overrides any allow permissions defined in local IAM policies.

Adım Adım Çözüm

1
Evaluate the role of the Service Control Policy (SCP) in AWS Organizations.
The SCP is attached to the Organizational Unit (OU) containing the member accounts.
SCPs define the permission boundaries (maximum permissions) for all accounts within the scope of the OU.
2
Analyze how SCPs interact with local IAM policies.
An explicit deny in an SCP overrides any allow permission granted in a local identity-based or resource-based IAM policy.
AWS evaluation logic dictates that a request is denied if any applicable policy contains an explicit Deny, regardless of any Allow statements.

Anahtar Kavram

Service Control Policies (SCPs) act as permission filters (guardrails) and do not grant permissions directly. An explicit deny in an SCP overrides any local IAM permissions.
Tahmini Süre:45s
Bu soruyu puanla