
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which AWS service helps enforce enterprise security controls, such as restricting which regions Amazon Bedrock can be used from?
A
AWS Organizations + Service Control Policies (SCPs)
B
Amazon S3 Versioning
C
AWS Lambda Layers
D
Amazon Lightsail
Explanation:
Explanation:
AWS Organizations with Service Control Policies (SCPs) is the correct answer because:
AWS Organizations is a service that enables you to centrally manage and govern your AWS environment as you grow and scale your AWS resources.
Service Control Policies (SCPs) are a feature of AWS Organizations that allow you to set permission guardrails for accounts in your organization. SCPs define the maximum available permissions for accounts in your organization.
Region Restrictions: SCPs can be used to restrict which AWS services can be used in specific regions. For example, you can create an SCP that denies all Amazon Bedrock operations except in specific approved regions.
Enterprise Security Controls: This is exactly the type of enterprise-level security control that SCPs are designed for - enforcing organizational policies across multiple AWS accounts.
Why other options are incorrect:
B. Amazon S3 Versioning: This is for object versioning in S3 buckets, not for enforcing regional restrictions on services.
C. AWS Lambda Layers: This is for sharing code and dependencies across Lambda functions, not for security controls.
D. Amazon Lightsail: This is a simplified virtual private server (VPS) service, not for enforcing enterprise security policies.
Key Takeaway: When you need to enforce organizational policies like restricting which regions specific AWS services can be used from, AWS Organizations with Service Control Policies (SCPs) is the appropriate solution.