Welcome to the AWS Python Scripts Collection repository! π Here, you'll find a curated collection of Python scripts designed to automate various AWS tasks, Strengthening and also showcasing my skills in cloud automation, DevOps, and Python development.
This repository contains a series of Python scripts that interact with AWS services using the Boto3 library. These scripts are designed to help automate and manage AWS resources efficiently. Each script is well-documented and includes examples of usage.
amiscript.py
: Exports a list of AMIs in your AWS account to a CSV file.ami_delete.py
: Deregisters AMIs and deletes associated snapshots from a CSV file.
To get started with these scripts, you'll need to have Python3 and Boto3 installed on your system.
- Python 3
- Boto3
- AWS CLI configured with your credentials (Access Key, Secret Access Key and Region)
Clone the repository:
git clone https://github.com/RunSabba/pythonscripts
cd pythonscripts