Nicolas De loof
Nicolas De loof
compose up just invoke the cloudformation API to apply the converted cloudformation template, it does not query AWS API after this step. I wonder deployment fails due to some timeout...
running with -d we don't wath CloudFormation events to report deployment progress. I wonder an error collecting those events will trigger context being canceled, and as a result the initial...
@SatyaHarish9 could you please use `docker compose convert` to get the CloudFormation template generated from your compose model and confirm the `Service` resource is created with an empty `cluster` attribute?...
EC2 support was introduced only to workaround lack of GPU support on Fargate, with the plan it would be removed once Fargate offer this option. From a technical perspective, EC2...
That's rally sad AWS doesn't make Fargate more attractive by pricing policy. I would expect Fargate allows better resource allocation/concentration and as such should offer lower costs vs plain dedicated...
Hi. > While this can be easily achieved using Traffik but we struggle with Docker-ECS. This is indeed the main issue to address this: we don't want to provide yet...
I'm only thinking "middle/long terms". There's no silver-bullet solution to this yet, but to create your own Load balancer and tweak the generated CloudFormation template for your needs.
double check you access your service on port 80, which is not the default one for https: https://xxxx.us-west-2.elb.amazonaws.com:80/
we don't yet have an option to expose a distinct port for ingress traffic. You can tweak the cloudformation template so it set Listener external port to 443, or can...
I'd also like to see such a command. [SSM hack](https://github.com/aws/containers-roadmap/issues/187#issuecomment-490347856) is an interesting workaround but imho is too intrusive for users applications. I'd prefer we wait for ECS to offer...