Efe Karakus

Results 126 comments of Efe Karakus

Related to https://github.com/aws/copilot-cli/issues/1530

Hi @felix-zg ! Unfortunately, we don't have a way yet to expose more than one port for a container. Can you tell me a little bit more about what's a...

Hi @seiichi1101 ! The solution you suggest with https://aws.github.io/copilot-cli/docs/developing/taskdef-overrides/ would work for *Backend Services*, but for a Load Balanced Web Service if you want the LB to forward requests to...

Hi @FraserThompson ! out of curiosity wouldn't this scenario be satisfied with: ``` storage: volumes: frontend: efs: true path: /opt/drupal ``` Or am I misunderstanding a step?

Ooh hi @nbarrera ! That's a great feature request, you're right we don't have a way yet of reflecting the task exit code at the moment 🙇 Looks like we...

From gitter as well: > Hello :wave: , I am trying to setup a CI/CD pipeline for a Rails web app using AWS copilot. I'd appreciate your help in figuring...

Hi @DerGut ! > Would this be a possible future addition or is there any technical limitation preventing Podman from being used here? It's definitely possible :) there are no...

Hi @yasinkayade ! To add onto @uttarasridhar 's recommendation, each ECS service in an environment gets a deterministic [service discovery endpoint](https://aws.github.io/copilot-cli/docs/developing/service-discovery/). Therefore, for option 1 using the [environment variables](https://aws.github.io/copilot-cli/docs/developing/environment-variables/) you...

Hi @johnrlowry ! I wonder if [nlb](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#nlb) would solve your usecase? To allow ssl termination at the task level. ```yaml nlb: port: 443/tcp ```

Hi folks! I just built a tiny prototype to get an understanding of how we could support this in Copilot and the [changes are pretty tiny](https://github.com/efekarakus/copilot-cli/commit/7b2a5e3de064399f21402db95d6d09a49bddc74c) from our end! I...