Skip to content

Instantly share code, notes, and snippets.

@dkhmelenko
Created October 15, 2020 13:56
Show Gist options
  • Save dkhmelenko/1f4724188c8f888ab64415f946faf659 to your computer and use it in GitHub Desktop.
Save dkhmelenko/1f4724188c8f888ab64415f946faf659 to your computer and use it in GitHub Desktop.
AWSTemplateFormatVersion: '2010-09-09'
Description: Stack to create new S3 bucket
Resources:
myUniqueBucket:
Type: AWS::S3::Bucket
Properties:
BucketName: 'my-unique-bucket-name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment