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:
- Go to your AWS IAM console at https://console.aws.amazon.com/iam. It will look like the following:
On the preceding dashboard, you will be able to see the access keys.
- Click on Delete your root access keys and then Manage Security Credentials. You will be presented with the following window:
- Expand the Access keys (access key ID and secret access...