Skip to content

A repository containing Boto3 scripts for various AWS services organized by service name.

Notifications You must be signed in to change notification settings

mohitjaiswal28/AWS-Boto3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Boto3

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.

Structure

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

Getting Started

To get started, clone this repository to your local machine:

git clone https://github.com/mohitjaiswal28/AWS-Boto3
cd AWS-Boto3

Contributing

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.

About

A repository containing Boto3 scripts for various AWS services organized by service name.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages