About Boto3
This module contains the Python Boto3 course covering how to interact with various AWS services
Prerequisites
4 Lessons
This lesson contains an overview of the Python Boto3 library, Boto3 clients, and resources.
This lesson demonstrates how to install Boto3 in Python 3 virtual environment, test setup and configuration settings.
This lesson describes how to read the Boto3 documentation, where and how to search for specific information related to Boto3 clients, resources, and API methods.
S3
6 Lessons
This lesson demonstrates using the Boto3 S3 client and Boto3 S3 resource to create S3 buckets. Also, you'll cover your code with unit tests.
This lesson demonstrates using the Boto3 S3 client and Boto3 S3 resource to list S3 buckets. Also, you'll cover your code with unit tests using the moto library.
This lesson demonstrates using the Boto3 S3 client and Boto3 S3 resource to filter AWS S3 buckets by Tag. Also, you'll cover your code with unit tests using the moto library.
This lesson demonstrates using the Boto3 S3 client and Boto3 S3 resource to clean up and delete AWS S3 buckets. Also, you'll cover your code with unit tests using the moto library.
This lesson demonstrates using the Boto3 S3 client and Boto3 S3 resource to upload files to AWS S3 buckets. Also, you'll cover your code with unit tests using the moto library.
This lesson demonstrates using the Boto3 S3 client and Boto3 S3 resource to download files to AWS S3 buckets. Also, you'll cover your code with unit tests using the moto library.