DEV Community

Aadit Unni
Aadit Unni

Posted on

Restricting users to specific AWS region

[52/100] #100DaysOfCloud Today, I created a Service Control policy to restrict users to specific regions.

Service control policies (SCPs) are a type of organization policy that you can use to manage permissions in your organization. SCPs offer central control over the maximum available permissions for all accounts in your organization. SCPs help you to ensure your accounts stay within your organization’s access control guidelines. SCPs are available only in an organization that has all features enabled. SCPs aren't available if your organization has enabled only the consolidated billing features.

SCPs are similar to AWS Identity and Access Management (IAM) permission policies and use almost the same syntax. However, an SCP never grants permissions. Instead, SCPs are JSON policies that specify the maximum permissions for the affected accounts.

You can try do it by yourself by following the steps from the link below: GitHub

Top comments (0)