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
Hello I cant seem to figure out exactly what is being asked here. I am just trying to run a test locally to get a clear idea of how to get a django application configured with xray before even applying it to an ecs fargate cluster, which is the primary goal.
I tried setting credentials and region as environment variables locally and inside .aws/credentials but am still getting the same result. The container exits as soon as docker-compose file is ran.
Here is the full error.
➜ mysite git:(main) ✗ docker logs -f e8e58775c8ff
2023-02-20T23:50:51Z [Info] Initializing AWS X-Ray daemon 3.3.6
2023-02-20T23:50:51Z [Info] Using buffer memory limit of 78 MB
2023-02-20T23:50:51Z [Info] 1248 segment buffers allocated
2023-02-20T23:50:51Z [Error] Cannot fetch region variable from config file, environment variables, ecs metadata, or ec2 metadata. Use local-mode to use the local session region
Hello I cant seem to figure out exactly what is being asked here. I am just trying to run a test locally to get a clear idea of how to get a django application configured with xray before even applying it to an ecs fargate cluster, which is the primary goal.
I tried setting credentials and region as environment variables locally and inside
.aws/credentials
but am still getting the same result. The container exits as soon as docker-compose file is ran.Here is the full error.
Here is the docker-compose file.
Is there another solution here if the problem is not the credentials? Thank you!
The text was updated successfully, but these errors were encountered: