Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 726 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 726 Bytes

AWS EC2 Backup Script

Codacy Badge

This is a AWS Snapshot script that can be run from a Python Shell. The Dependacy which is need to be install will be:

1. Boto3
2. Paramiko
3. PIPENV
4. AWS Secret Key and Access ID with EC2 Full Access.

How to use the Script

- Clone the script on Desktop or Virtual Machine.
- Create a Python 3 environment using PIPENV
- Install dependency using `pipenv install`