Welcome to the AWS Boto Scripts Repository! This repository contains a collection of scripts written in Boto3 for various AWS services.
A repository containing Boto3 scripts for various AWS services organized by service name.
The repository is organized by AWS service. Each service has its own directory containing relevant scripts.
AWS-Boto3/
│
├── DynamoDB/
│ ├── Put_Item.py
│ ├── Delete_Item.py
│ ├── Get_Item.py
│ └── Update_Item.py
│
├── EC2/
│ ├── Security_Group.py
│ ├── Add_Policy.py
│ ├── Describe_KeyPair.py
│ ├── Create_KeyPair.py
│ ├── Delete_KeyPair.py
│ └── Create_Instance.py
│
├── IAM/
│ ├── List_Users.py
│ ├── List_Roles.py
│ ├── List_Groups.py
│ ├── Create_User.py
│ ├── Create_Role.py
│ ├── Create_Group.py
│ ├── Attach_Group_Policy.py
│ ├── Add_User_to_Group.py
│ └── Delete_Role.py
│
├── RDS/
│ ├── Create_DB.py
│ └── Command_to_connect_to_RDS.txt
│
├── S3/
│ ├── Create_Bucket.py
│ ├── Put_Object.py
│ ├── Delete_Object.py
│ ├── Versioning.py
│ ├── Delete_Versioning.py
│ └── Delete_Bucket.py
|
└── VPC/
├── Create_VPC.py
├── Create_Subnet.py
├── Route_Table.py
└── Internet_Gateway.py
To get started, clone this repository to your local machine:
git clone https://github.com/mohitjaiswal28/AWS-Boto3
cd AWS-Boto3
Contributions are welcome! If you have a script you'd like to add, or if you find any issues, feel free to submit a pull request or open an issue.