https://github.com/ahmedalaa14/python-automation
This repository contains a collection of Python scripts for automating various tasks in AWS
https://github.com/ahmedalaa14/python-automation
aws ec2 monitor python-script volume
Last synced: 12 months ago
JSON representation
This repository contains a collection of Python scripts for automating various tasks in AWS
- Host: GitHub
- URL: https://github.com/ahmedalaa14/python-automation
- Owner: ahmedalaa14
- Created: 2024-07-13T01:09:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T19:23:32.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:42:30.618Z (about 1 year ago)
- Topics: aws, ec2, monitor, python-script, volume
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Automation Scripts
- This repository contains a collection of Python scripts for automating various tasks in AWS
## Contents
- `add-env-tags.py`: Script to add environment tags to AWS resources.
- `cleanup-snapshots.py`: Script to clean up old EBS snapshots.
- `ec2-status-checks.py`: Script to perform status checks on EC2 instances.
- `eks-status-checks.py`: Script to perform status checks on EKS clusters.
- `restore-volume.py`: Script to restore an EBS volume from a snapshot.
- `volume-backups.py`: Script to create backups of EBS volumes.
- `monitor-website.py` : Script to monitor your website.
## Prerequisites
- Python 3.x
- Boto3 library
- AWS credentials configured
## Usage
1. Clone the repository:
```sh
git clone https://github.com/ahmedalaa14/Python-Automation.git
```
2. Navigate to the project directory:
```sh
cd Python-Automation
```
3. Install the required dependencies:
```sh
pip install boto3
```
4. Run the desired script:
```sh
python script-name.py
```
## Contributing
Feel free to open issues or submit pull requests for improvements or bug fixes.