copilot-cli icon indicating copy to clipboard operation
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.

Results 413 copilot-cli issues
Sort by recently updated
recently updated
newest added

Deploying a copilot service and using AWS X-Ray with the config below: ```yaml observability: tracing: awsxray ``` launches an ADOT collector **v0.17.0** when the latest ADOT release (including X-Ray W3C...

type/documentation
type/enhancement

I've been trying to wrap my head around the issues to having a single ECR repository with images tagged by branch, or separate ECR repos per branch. I need the...

area/pipeline
guidance

Using the Static Site Service, when I remove files from source, they are not removed from the destination. Is this as designed, assuming files are never removed, only updated, or...

type/enhancement
type/request

Hello, I've added `entrypoint` as explained in https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#entrypoint but it is ignored completely. Does it work ? Thanks

pending/question
guidance

It's possible to configure the and nlb healthcheck to use http in the Aws console. I have a reverse proxy behind an nlb (deployed via copilot). On this proxy we...

guidance

I'm finding that the services within my application are sharing a lot of their configuration. Their sidecars (logging, datadog agent), addons (SQS permissions), image config, and secrets are all very,...

area/manifest
type/feature
type/request
size/L

I have a "backend-service" type Copilot service that I use for my Laravel "queue worker" processes. I need to add in something now to handle regularly-scheduled tasks. Currently I'm configuring...

area/svc
guidance
area/job

### Discussed in https://github.com/aws/copilot-cli/discussions/5527 Originally posted by **vivek-siva** December 5, 2023 Do we have plans to let Copilot CLI query existing clusters (built using other tools like terraform ) ,...

type/feature
type/request

is there a way to delete an env addon without deleting the env ? specifically an s3 env addon and an aurora env addon ?

guidance
area/addon

Hi 👋🏻 We're facing an issue where our copilot cli managed fargate deployment (load balanced svc) fails with: ``` > copilot svc deploy --diff-yes --name $COPILOT_API_SVC --env $COPILOT_ENV --force ✘...

type/enhancement
guidance
area/addon
type/request
area/deployment