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.
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...
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...
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...
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
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...
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,...
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...
### 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 ) ,...
is there a way to delete an env addon without deleting the env ? specifically an s3 env addon and an aurora env 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 ✘...