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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
default moby Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
--------- ecs-local ECS local endpoints
--------- ecs (eu-west-1)
--------- * ecs (eu-west-1)
I removed the name of my contexts, but it clearly says eu-west-1
Steps to reproduce the issue
Create a new docker context for ECS and specify the region as eu-west-1
Run docker context use {your_newly_created_context}
Run docker compose up
Furthermore if you specify x-aws-cluster and set it to an ECS cluster in eu-west-1 as the documentation says you can do here it doesn't work and gives you the error InvalidParameterException: Invalid Region in ARN which also indicates that it's operating in the wrong region entirely.
Observed result
All of the infrastructure is created within us-east-1
Expected result
For the infrastructure to be created in eu-west-1
The text was updated successfully, but these errors were encountered:
@ndeloof I'm happy with this issue being closed as it's a duplicate.
However, is there actually being something done about this? The other issues seem to be stagnant and nothing seems to be happening about this issue that has been reported by a few people.
Unfortunately my team have actually decided to stop using docker compose due to these issues and some other limitations.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
duplicateThis issue or pull request already existsecs
Description of the issue
Docker compose does not respect the AWS region you choose when you make a new docker context for ECS.
Context information (for bug reports)
Output of
docker-compose version
Output of
docker version
Output of
docker-compose config
(Make sure to add the relevant
-f
and other flags)Output of
docker context ls
I removed the name of my contexts, but it clearly says
eu-west-1
Steps to reproduce the issue
eu-west-1
docker context use {your_newly_created_context}
docker compose up
Furthermore if you specify
x-aws-cluster
and set it to an ECS cluster ineu-west-1
as the documentation says you can do here it doesn't work and gives you the errorInvalidParameterException: Invalid Region in ARN
which also indicates that it's operating in the wrong region entirely.Observed result
All of the infrastructure is created within
us-east-1
Expected result
For the infrastructure to be created in
eu-west-1
The text was updated successfully, but these errors were encountered: