Thanks that worked, I had to set the AWS_PROFILE as well
That's usually using the standard AWS environment variables: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#using-environment-variables
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?
Thanks that worked, I had to set the AWS_PROFILE as well
That's usually using the standard AWS environment variables: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#using-environment-variables