Releases: trussworks/terraform-aws-ou-scp
Releases · trussworks/terraform-aws-ou-scp
Adds Public Access Policy for S3 Buckets
Adds additional policy:
- Deny S3 Buckets Public Access (DenyS3BucketsPublicAccess)
Initial Release
Combines multiple Service Control Policies (SCP). Combining multiple policy statements into a single policy allows more than 5 policies to be be applied to a single Organizational Unit (OU). Alternatively, enables creation of a "Deny All Access" Service Control Policy.
Policy options* are:
- Deny leaving AWS Organizations
- Deny creating IAM users or access keys
- Deny deleting KMS Keys
- Deny deleting Route53 Hosted Zones
- Deny deleting VPC Flow logs, Cloudwatch log groups, and Cloudwatch log streams
- Deny root account
- Protect S3 Buckets
- Protect IAM Roles
- Restrict Regional Operations
- Require S3 encryption
*Options are based on policies previously defined in terraform-aws-org-scp.