That's usually using the standard AWS environment variables: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#using-environment-variables
Thanks that worked, I had to set the AWS_PROFILE as well
If I have an AWS key/secret for an IAM user, what is the best way to pass in these credentials so the task docker container has credentials generated for usage with boto3?
That's usually using the standard AWS environment variables: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#using-environment-variables
Thanks that worked, I had to set the AWS_PROFILE as well