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.
We have a multi-step GitHub action. One of the steps is running a job (“job run”). We’d like to continue to the next GitHub action step only after the job...
For running in CI pipelines, it would be nice if there were an official Docker image to consume containing the Copilot CLI
Currently when you specify a non-existing secret in the service manifest and make a deployment, you won't get any error message until the ECS keeps failing to create any stable...
I haven't made any recent changes to either manifest or aws directly (besides adding a rule manually to the load balancer) and now I'm unable to deploy one of my...
### Current behavior At the moment Copilot combines all addons related to a workload into a single CloudFormation stack, the `AddonsStack`. Unfortunately, this limits the usability of addons, because circular...
Hi! We are using AWS Copilot in our producction environments to some percentage of users, and in order to sent more traffic to this new architecture we want to be...
Update the documentation to reflect that only the main container will be automatically injected secrets from the exports of an addon stack but not sidecar containers. https://aws.github.io/copilot-cli/docs/developing/addons/workload/#writing-the-outputs-section Here is a...
Hello! I'm using a copilot "Scheduled Job" to do database sanitization. This should run in ECS and run some bash scripts that use the `aws` CLI tools. My understanding is...
We have started experiencing intermittent ELB health check failures during deployment of a load balanced web service. There is nothing in the task logs to indicate any kind of failure...
Hello, We are in the process of upgrading our app/env/svc templates. It is very useful to be able to see the diff of the new template to the current template....