Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# AWS Organizations Service Control Policies
---
## Description
A repository of community generated Service control policies (SCPs) and reference links to ensure proper governance and access control guidelines across your entire organization. Please feel free to contribute or submit a pull request if you would like to improve an existing SCP or share additional ones.
## Example Policies
- [us-regions-only](us-regions-only.policy) - Deny actions unless performed in one of the US related regions
- [prevent-resourcesharing](prevent-resourcesharing.policy) - Prevent account from creating or deleting resource shares within the organization
- [prevent-disabling-cloudtrail](prevent-disabling-cloudtrail.policy) - Account cannot disable CloudTrail service
- [prevent-deletion-of-service-resources](prevent-deletion-of-service-resources.policy) - Protect various organizational roles and resources curated for service and governance related purposes.
## Reference Links
- [Service Control Policies](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html) - AWS Organizations - Service Control Policies Documentation
- [Example Control Policies](https://github.com/awsdocs/aws-organizations-docs/blob/master/doc_source/orgs_manage_policies_example-scps.md)