Skip to content

Instantly share code, notes, and snippets.

@fredericbarthelet
Created April 26, 2020 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredericbarthelet/5e07fdfb50d8fdb991999a71cd5293f4 to your computer and use it in GitHub Desktop.
Save fredericbarthelet/5e07fdfb50d8fdb991999a71cd5293f4 to your computer and use it in GitHub Desktop.
CloudFormation template
AWSTemplateFormatVersion: 2010-09-09
Resources:
S3Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: PublicRead
WebsiteConfiguration:
IndexDocument: index.html
ErrorDocument: error.html
DeletionPolicy: Retain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment