Preparing the environment in the AWS SDK
Written by
Updated at July 15, 2025
Configure the environment for your programming language:
Python
-
Download and install Python
3.6 or higher. -
Install the Boto3 library:
pip install boto3
For more information about the AWS SDK for Python (Boto), see the AWS documentation
.