provisionpad
Create and connect to secure EC2 instances from your terminal
File Explorer
Download Latest Version (.zip)- pull_request_template.md
- __init__.py
- aws_ec2.py
- aws_iam.py
- aws_sg.py
- aws_sts.py
- aws_vol.py
- __init__.py
- propad.py
- __init__.py
- database.py
- __init__.py
- namehelpers.py
- texthelpers.py
- update_status.py
- __init__.py
- tclock.py
- __init__.py
- attach_volume.py
- create_instance.py
- create_vpc.py
- initiate.py
- start_instance.py
- status.py
- stop_instance.py
- terminate_instance.py
- __init__.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/amirzed/provisionpad
Downloads the entire project code from GitHub to your computer.
cd provisionpad
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install provisionpad
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install provisionpad
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
