A logistics firm is organizing its cloud footprint using AWS Organizations. The security team requires that all member accounts under the Dev-Sandbox Organizational Unit (OU) be blocked from launching Amazon Redshift clusters to control costs. However, developers in these sandbox accounts must retain full administrative privileges for all other AWS services to test new features. The solution must be managed centrally and minimize administrative overhead. Which strategy should a solutions architect recommend to meet these requirements with the least operational overhead?
- AConfigure AWS Resource Access Manager (RAM) to share a centralized IAM permission boundary that restricts Redshift access to all member accounts in the Dev-Sandbox OU.
- Attach a Service Control Policy (SCP) to the Dev-Sandbox OU containing a Deny rule for the redshift actions, while keeping the local IAM policies in the member accounts unchanged.Cevap
- CAttach a Service Control Policy (SCP) to the Dev-Sandbox OU containing an Allow rule for all services except Redshift, and remove the local IAM policies in the member accounts.
- DCreate an IAM policy that denies redshift actions in a centralized account, and configure AWS Directory Service to federate and map this policy to all local user roles.
Cevap
Attach a Service Control Policy (SCP) to the Dev-Sandbox OU containing a Deny rule for the redshift actions, while keeping the local IAM policies in the member accounts unchanged.
Attaching a Service Control Policy (SCP) with a Deny statement directly to the target Organizational Unit (OU) is the most operationally efficient strategy. Explicit Deny statements in SCPs override any local permissions (including local administrator access) without requiring manual changes to existing IAM policies, users, or roles in the member accounts.
Adım Adım Çözüm
Anahtar Kavram
Service Control Policies (SCPs) define the maximum available permissions for member accounts in an AWS Organization, allowing central administrators to establish guardrails that cannot be bypassed by local account administrators.
Tahmini Süre:1m 30s