Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created December 10, 2017 12:38
Show Gist options
  • Save li0nel/73760dd9833b1218a2412e657e1e31f6 to your computer and use it in GitHub Desktop.
Save li0nel/73760dd9833b1218a2412e657e1e31f6 to your computer and use it in GitHub Desktop.
CloudFormation S3 template
# CloudFormation will generate one unique bucket name for us
# Nothing else to do!
Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: PublicRead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment