Doubt on Authentication with boto

Hello @Ansil_M_B,

My guess is that the lab setup follows the same procedure as setting your own environment. After creating the AWS Account and an IAM user it creates an access key (more info here). After you create the access key it runs aws configure with the default region, finally that allows us to work with Boto after you import boto3 in the notebook for Python SDK. Hope it helps

1 Like