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.
- Clone the script on Desktop or Virtual Machine.
- Create a Python 3 environment using PIPENV
- Install dependency using `pipenv install`