Efe Karakus

Results 126 comments of Efe Karakus

> I think the key is https://aws.amazon.com/blogs/architecture/field-notes-integrating-http-apis-with-aws-cloud-map-and-amazon-ecs-services/ with routes secured by Cognito. Application Load Balancers also [support integration](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html) with Cognito would that be something you'd be interested in to configure...

Yup that's right! Copilot never creates security groups that allow ingress from the internet. For Load Balanced Web Services, only through the ALB or other containers in the cluster and...

Right now the ALB is visible publicly for "Load Balanced Web Services", however if we do enable APIGW or ALB for "Backend Services" then they wouldn't be publicly visible.

Hi @rmarapp-prisidio ! > Any timeframe on when you think the team might be able to implement this feature We don't have currently bandwidth to start on the implementation for...

Wow this is amazing thanks for sharing it @swilso793 ! 🤩

Sharing a tutorial here for how to setup http apis and ECS services: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-private-integration.html

Hi @miked63017, does `ecs-cli compose service scale` solve your problem? ```shell $ ecs-cli compose service scale --help NAME: ecs-cli compose service scale - ecs-cli compose service scale [count] - scales...

Ah gotcha, that makes sense. After [digging through the code](https://github.com/aws/amazon-ecs-cli/blob/master/ecs-cli/modules/cli/compose/entity/service/service.go#L360-L365), I believe you're right we don't provide a way at the moment to set a desired count part of `compose...

Mmmm, do we think this is a bug? Maybe we can throw an error if the user provided any `c.Args()`?