copilot-cli
copilot-cli copied to clipboard
The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
Maybe related to: https://github.com/aws/copilot-cli/issues/1943 ### Description: I have a Flask based Python application that can be ran as a web service and also as a celery worker. So, two services...
Hi, may I know if it's possible to automatically configure ALB so that Mutual authentication (mTLS) is enabled by default, and set to "Passthrough"? If yes, how can we achieve...
### Description: Receiving the following error when using an environment variable which is a string of a string array (JSON array string) Possibly related: - #1120 - #1292 ``` unmarshal...
### Describe your idea/feature/enhancement For billing and cost allocation purposes we want to be able to add custom tags in the Environments. ### Proposal Currently the Environments only sets two...
I am trying to deploy `bitnami/openldap` container in ECS using AWS Copilot as a backend service with a internal NLB (Couldn't go with ALB since `bitnami/openldap` does not have a...
### Description: When I turned on observability (x-ray tracing) the number of tasks in my cluster scaled up and maxed out (I set a maximum of 10) with CPU at...
### Description: When deploying a dotnet 8.0 core ASP application using OpenTelemetry.Exporter.OpenTelemtryProtocol 1.9.0 (The latest version as of this ticket) with observability enabled, traces will not be transferred properly into...
### Description: Unable to deploy pipelines to ap-southeast-4. ### Details: When running `copilot env deploy -a -n ` receives a `no such host` error when trying to `POST` to `https://codestar-connections.ap-southeast-4.amazonaws.com`....
### Describe your idea/feature/enhancement We have our DNS with Cloudflare, and would like to use copilot to deploy services to AWS without copilot trying (and erroring) when it attempts to...
Following [this discussion and resolution](https://github.com/aws/copilot-cli/issues/1582) I see that the recommended approach for e2e encryption is to use an Envoy sidecar that terminates SSL and acts as a reverse proxy. Does...