{"id":22542421,"url":"https://github.com/mohitjaiswal28/aws-boto3","last_synced_at":"2026-04-18T13:32:12.366Z","repository":{"id":240004217,"uuid":"801382798","full_name":"mohitjaiswal28/AWS-Boto3","owner":"mohitjaiswal28","description":"A repository containing Boto3 scripts for various AWS services organized by service name.","archived":false,"fork":false,"pushed_at":"2024-05-16T06:24:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T10:43:39.434Z","etag":null,"topics":["aws","aws-sdk","boto3","boto3-script","devops","python-boto3","python-boto3-scripts"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohitjaiswal28.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-16T06:01:59.000Z","updated_at":"2025-05-19T16:29:54.000Z","dependencies_parsed_at":"2024-05-16T08:54:47.817Z","dependency_job_id":null,"html_url":"https://github.com/mohitjaiswal28/AWS-Boto3","commit_stats":null,"previous_names":["mohitjaiswal28/aws-boto3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohitjaiswal28/AWS-Boto3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitjaiswal28%2FAWS-Boto3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitjaiswal28%2FAWS-Boto3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitjaiswal28%2FAWS-Boto3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitjaiswal28%2FAWS-Boto3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohitjaiswal28","download_url":"https://codeload.github.com/mohitjaiswal28/AWS-Boto3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitjaiswal28%2FAWS-Boto3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-sdk","boto3","boto3-script","devops","python-boto3","python-boto3-scripts"],"created_at":"2024-12-07T13:10:21.767Z","updated_at":"2026-04-18T13:32:12.347Z","avatar_url":"https://github.com/mohitjaiswal28.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AWS Boto3 \n\nWelcome to the AWS Boto Scripts Repository! This repository contains a collection of scripts written in Boto3 for various AWS services.\n\u003cbr\u003e\nA repository containing Boto3 scripts for various AWS services organized by service name.\n\n## Structure\n\nThe repository is organized by AWS service. Each service has its own directory containing relevant scripts.\n\n```\nAWS-Boto3/\n│\n├── DynamoDB/\n│   ├── Put_Item.py\n│   ├── Delete_Item.py\n│   ├── Get_Item.py\n│   └── Update_Item.py  \n│\n├── EC2/\n│   ├── Security_Group.py\n│   ├── Add_Policy.py\n│   ├── Describe_KeyPair.py\n│   ├── Create_KeyPair.py\n│   ├── Delete_KeyPair.py\n│   └── Create_Instance.py\n│\n├── IAM/\n│   ├── List_Users.py\n│   ├── List_Roles.py\n│   ├── List_Groups.py\n│   ├── Create_User.py\n│   ├── Create_Role.py\n│   ├── Create_Group.py\n│   ├── Attach_Group_Policy.py\n│   ├── Add_User_to_Group.py\n│   └── Delete_Role.py\n│\n├── RDS/\n│   ├── Create_DB.py\n│   └── Command_to_connect_to_RDS.txt  \n│\n├── S3/\n│   ├── Create_Bucket.py\n│   ├── Put_Object.py\n│   ├── Delete_Object.py\n│   ├── Versioning.py\n│   ├── Delete_Versioning.py\n│   └── Delete_Bucket.py\n|\n└── VPC/\n    ├── Create_VPC.py\n    ├── Create_Subnet.py\n    ├── Route_Table.py\n    └── Internet_Gateway.py\n```\n\n## Getting Started\n\nTo get started, clone this repository to your local machine:\n\n```bash\ngit clone https://github.com/mohitjaiswal28/AWS-Boto3\n```\n```bash\ncd AWS-Boto3\n```\n\n## Contributing\nContributions 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.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitjaiswal28%2Faws-boto3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohitjaiswal28%2Faws-boto3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitjaiswal28%2Faws-boto3/lists"}