Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 4.52 KB

File metadata and controls

69 lines (49 loc) · 4.52 KB

awesome-service-control-policies

Awesome AWS service control policies (SCPs), resource control policies (RCPs), and organizational policies in general (service control, resource control, declarative, ai opt out, backup, tagging)

Inspired by many other awesome lists!

terraform modules

service control policies

IAM helpers

policy stores

reference architecture

blogs

Limits

  • Policies do not affect users or roles in the management/root account. They affect only the member accounts in your organization.
  • Policies have a maximum of 5 policies that can be attached to root/ou/account. 1
  • Policies have a maximum character limit of 5120 characters. 1
  • Policies do not affect service linked roles.
  • member accounts cannot query which policies are applied to them 2
  • Denied actions show that it was blocked by a service control policy but will not show which one in the error or in cloudtrail. 2
  • No audit or evaluation mode for SCPs and other policies. 2

related projects

references

Footnotes

  1. Quotas and service limits for AWS Organizations 2

  2. SummitRoute's SCP Best Practices AWS Wishlist 2 3