Skip to content

Instantly share code, notes, and snippets.

View nicoanadt's full-sized avatar

Nico Anandito nicoanadt

  • AWS
View GitHub Profile
@GusAntoniassi
GusAntoniassi / README.md
Created May 25, 2020 13:50
AWS CloudFormation Nested Stack bucket policy

This S3 bucket policy allows CloudFormation to read your Nested Stack template without making it public for everyone.

Policy JSON:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "AllowCloudformationAccessBucket",
 "Effect": "Allow",