Skip to content

Instantly share code, notes, and snippets.

View absolutarin's full-sized avatar
🎯
Focusing

absolutarin absolutarin

🎯
Focusing
  • Snowflake
  • Canada
View GitHub Profile
@absolutarin
absolutarin / boto3_hands_on.md
Created August 3, 2016 13:46 — forked from iMilnb/boto3_hands_on.md
Programmatically manipulate AWS resources with boto3 - a quick hands on

boto3 quick hands-on

This documentation aims at being a quick-straight-to-the-point-hands-on AWS resources manipulation with [boto3][0].

First of all, you'll need to install [boto3][0]. Installing it along with [awscli][1] is probably a good idea as

  • [awscli][1] is boto-based
  • [awscli][1] usage is really close to boto's