Skip to content

Instantly share code, notes, and snippets.

@fernandostc
Created October 26, 2020 16:00
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 fernandostc/a6d27c8497b0029e050ef2ebf29d0da3 to your computer and use it in GitHub Desktop.
Save fernandostc/a6d27c8497b0029e050ef2ebf29d0da3 to your computer and use it in GitHub Desktop.
Test_First_Pipeline.yml
Resources:
S3Bucket:
Type: AWS::S3::Bucket
Properties:
BucketName: test-first-pipeline-on-aws
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
VersioningConfiguration:
Status: Enabled
Tags:
-
Key: "Environment"
Value: "test-first-pipeline-on-aws"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment