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

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...

type/feature
type/request
area/job

For running in CI pipelines, it would be nice if there were an official Docker image to consume containing the Copilot CLI

area/pipeline
type/request

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...

type/enhancement
good first issue

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...

guidance

### 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...

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

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...

guidance

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...

type/documentation
area/addon

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...

pending/question
guidance

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...

pending/question

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....

type/feature