Member-only story

Automating AWS S3 Services Using Boto3 in Python.

Rajan Sahu
5 min readApr 18, 2022

--

My article is for everyone! Non-members can click on this link and jump straight into the full text!!

AWS provides us with many tools and services to help us construct our pipelines and to achieve end-goals at scales that merely ten years ago would have been impossible for all but the biggest of corporations and government agencies.

A big part of how this type of dynamic scaling was achieved is “automation”. AWS allowed its users to link programs that could automate certain tasks given certain pre-defined conditions that drastically reduced the maintenance of deployed software. This allowed even small to medium-sized entities to handle, quite frankly, loads that would have made a server admin from 15 years ago break out in hives.

So let us learn about the secret weapon of DevOps in this day and age and the secret to making the internet tick in the 2020s.

Automation

Table of Content

  1. Introductions
  2. Core terms of Boto3
  3. What is Amazon Web Services(AWS)?
  4. What is AWS S3.
  5. Differences between session, client, and resource.
  6. How to connect to AWS S3 using Boto3.
  7. How to List down all the buckets from AWS s3.

--

--

Rajan Sahu
Rajan Sahu

Written by Rajan Sahu

Backend and Data Engineer by Day; Teacher, Friend and Content-Writer by night.

No responses yet