Skip to content

AWS python sdk boto library allows you to automate your aws infrastructure. Here are a few examples.

Notifications You must be signed in to change notification settings

bilalahmad99/aws-boto-examples

Repository files navigation

AWS examples with boto API

AWS has a python sdk that allows you to scriptize your tasks. The library name is boto and it allows you to automate your aws infrastructure.

Setup:

For Python dependencies needed. Just run pip install -r requirements.txt in this directory to get started

Here are a few snippets examples.

  • create_new_role.py: creates a new IAM role if it does not already exists with the required policy.
  • copy_over_env_variables_ebs.py: It copy ENV variables from source to destination

About

AWS python sdk boto library allows you to automate your aws infrastructure. Here are a few examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages