An open API service indexing awesome lists of open source software.

https://github.com/blackbass64/pulumi-aws-s3-python

🎲 An AWS Python Pulumi - S3
https://github.com/blackbass64/pulumi-aws-s3-python

aws pulumi pulumi-aws python s3

Last synced: 5 months ago
JSON representation

🎲 An AWS Python Pulumi - S3

Awesome Lists containing this project

README

        

# Pulumi AWS S3 with Python

Create and configure a new stack

```sh
pulumi stack init s3
pulumi config set aws:region ap-southeast-1
pulumi config set pulumi-aws-s3-python:bucket-name
pulumi config set pulumi-aws-s3-python:environment
```

Preview and run the deployment

```sh
pulumi up
```

---

Remove the app and its stack

```sh
pulumi destroy && pulumi stack rm -y
```