May 2020
Intermediate to advanced
404 pages
10h 52m
English
boto3 is the official library for communicating with AWS APIs, provided by the AWS team. You can find the library at https://aws.amazon.com/sdk-for-python/, and it can be installed using the following command:
pip install boto3
After installation, you need to configure boto3 for use with your project. To configure boto3 (https://bit.ly/2OvXAvb), the first step is to get your AWS access keys from the Identity and Access Management (IAM) console. Go through the following steps to perform the configuration:

On the preceding ...
Read now
Unlock full access