Skip to content

Commit

Permalink
AWS S3 - Added Infra configuration file for creating bucket - Docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Jun 6, 2023
1 parent 636701c commit 64cff00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/aws-s3/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ The commmand to create the infra is:
$ aws cloudformation deploy --template-file cloudformation/aws-s3.yaml --stack-name my-new-stack --parameter-overrides BucketName=<bucket-name>
```

Once completed do:

```bash
$ aws cloudformation delete-stack --stack-name my-new-stack
```


0 comments on commit 64cff00

Please sign in to comment.