Ecosyste.ms: Awesome
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: 23 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T16:33:41.000Z (over 3 years ago)
- Last Synced: 2024-05-07T17:40:44.397Z (9 months ago)
- Topics: aws, pulumi, pulumi-aws, python, s3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- 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
```