An enterprise is configuring a multi-account governance model using AWS Organizations. The security team wants to restrict the member accounts in the Applications Organizational Unit (OU) to a subset of approved AWS services. A cloud engineer proposes attaching a Service Control Policy (SCP) to the Applications OU that lists only the approved services in an Allow statement, and then removing the default FullAWSAccess policy from the OU. Which of the following describes the effect of this configuration on the permissions of users in the member accounts, and the required next steps?
- AThe SCP directly grants permissions to the approved services to all IAM users and roles in the Applications OU, allowing them to access the services without needing local IAM policies.
- BThe SCP will block all access to the approved services unless a trust relationship is configured on the local IAM roles to allow the sts:AssumeRoleWithSAML action from the organization's management account.
- The SCP acts as a guardrail that defines the maximum allowed permissions, meaning users in the Applications OU will have no access until local IAM policies in their respective accounts are configured to grant permissions to those approved services.Cevap
- DThe SCP will block access to the services unless a Route 53 Private Hosted Zone for the approved services is associated with every VPC in the member accounts under the Applications OU.
Cevap
The SCP acts as a guardrail that defines the maximum allowed permissions, meaning users in the Applications OU will have no access until local IAM policies in their respective accounts are configured to grant permissions to those approved services.
The correct option is the one stating that the SCP acts as a guardrail defining the maximum allowed permissions. SCPs do not grant permissions directly; they only set the boundaries. Therefore, local IAM policies in the member accounts must still explicitly grant access to the approved services for any user or role to interact with them.
Adım Adım Çözüm
Anahtar Kavram
Interaction between Service Control Policies (SCPs) and local IAM Policies
Tahmini Süre:2m 0s