Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Last active August 6, 2019 23:31
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 PradeepLoganathan/11601ed88d6b9e28ee0c9335917108e9 to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/11601ed88d6b9e28ee0c9335917108e9 to your computer and use it in GitHub Desktop.
A very simple cloudformation tempalte to create an s3 bucket.
Resources:
MyS3Bucket:
Type: AWS::S3::Bucket
Outputs:
BucketName:
Value:
Ref: MyS3Bucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment