v0.14.2
cloudposse-releaser
released this
15 Apr 10:47
·
14 commits
to refs/heads/main
since this release
🐛 Bug Fixes
Minor cleanups @Nuru (#50)
what
Minor fixes to several SCPs
DenyLambdaWithoutVpc
was previously invalid. It is now valid, but has not been thoroughly tested to ensure it does what it promises.DenyRDSUnencrypted
was fixed to denyrds:RestoreDBClusterFromSnapshot
when not encrypted. Previously this action was not denied, and instead the nonexistentRestoreDBClusterFromDBSnapshot
was denied- The
DenyS3BucketsPublicAccess
policy was cleaned up by eliminating the nonexistents3:DeletePublicAccessBlock
action. Note that it still is probably not something you want to use, because it denies enabling a public access block as well as removing one. We hope to have a better policy in the future. - The Region Restriction Templates
DenyRegions
andRestrictToSpecifiedRegions
were updated to exclude theaccount
,artifact
, andsupportplans
services from region restrictions, since they are global services. The obsoleteawsbillingconsole
service was removed. DenyS3InNonSelectedRegion
was fixed to allow users to allow S3 bucket creation inus-east-1
. Previouslyus-east-1
was always prohibited even when expressly allowed, due to quirks in S3.
why
- Restore intended behavior
references
- Closes #33