https://github.com/samparsky/cloudformation-template
This is a demo AWS cloudformation template using Python Troposphere library
https://github.com/samparsky/cloudformation-template
Last synced: 2 months ago
JSON representation
This is a demo AWS cloudformation template using Python Troposphere library
- Host: GitHub
- URL: https://github.com/samparsky/cloudformation-template
- Owner: samparsky
- Created: 2017-09-15T12:58:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T01:54:48.000Z (over 7 years ago)
- Last Synced: 2023-10-26T11:51:48.781Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PyCon Demo Cloudformation Template
### Requirements
* Python 3.5+This is a sample cloudformation template built using the troposphere python library.
To run the python script execute the command below, you should see the output in the command line
```
$ python cloudformation.py
```To save the output into a file
```
$ python cloudformation.py >> output.json
```