You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: As of this writing (10/14/2023) instance credentials for Python boto3 doesn't actually work in Superblocks. But a ticket is in process to fix this
I think the issue is that you're missing a variable in the SUPERBLOCKS_EXECUTION_ENV_INCLUSION_LIST environment variable of the agent container build. If you add AWS_CONTAINER_CREDENTIALS_RELATIVE_URI, the Python Worker in the ECS Tasks should be able to find the credentials necessary to interact with AWS APIs.
Info about this environment variable can be found in the AWS SDK docs
The text was updated successfully, but these errors were encountered:
In the README section ECS Task IAM Role and Policies, you write
I think the issue is that you're missing a variable in the SUPERBLOCKS_EXECUTION_ENV_INCLUSION_LIST environment variable of the agent container build. If you add
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
, the Python Worker in the ECS Tasks should be able to find the credentials necessary to interact with AWS APIs.Info about this environment variable can be found in the AWS SDK docs
The text was updated successfully, but these errors were encountered: