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: 24 days ago
JSON representation
🎲 An AWS Python Pulumi - S3
- Host: GitHub
- URL: https://github.com/blackbass64/pulumi-aws-s3-python
- Owner: blackbass64
- Created: 2021-07-20T16:03:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T16:33:41.000Z (almost 5 years ago)
- Last Synced: 2025-05-15T04:33:37.628Z (about 1 year ago)
- Topics: aws, pulumi, pulumi-aws, python, s3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```