https://github.com/stephencoady/aws_management
https://github.com/stephencoady/aws_management
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephencoady/aws_management
- Owner: StephenCoady
- Created: 2015-10-16T18:22:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T15:56:03.000Z (over 10 years ago)
- Last Synced: 2023-02-26T13:12:16.550Z (over 3 years ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Interact with AWS using the boto API and python.
by Stephen Coady (Applied Computing)
## Instructions to run
To run this program, you must have boto installed and your keys properly configured in your .boto file in the home folder.
After that, python is also required to run this program.
### To run: the command is "python3 run_newwebserver.py"
### Note:
This program assumes you have your private key for connecting to instances saved in the same directory as the program is running from. Simply move the key to the current directory, tell the program what it is called when it asks and then it will look after the rest.