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

## Expose ALB Listener's SSL Policy As A Manifest Parameter I want to restrict the minimum TLS version that my clients talk to my service with... for compliance-related reasons. The...

type/feature
type/request

## Ask Today, the CodeCommit source for CodePipeline pipelines default to a polling behavior with `copilot pipeline init` (rather than event-driven and push). > Initially, only polling was supported. Events...

area/pipeline
type/feature

### Description: Deployments spend 4 extra minutes after new hosts are running and old hosts are gone. Note here that by 177s, all the new hosts are running and the...

type/bug

### Description: copilot env deploy fails to update EnvManagerRole because it duplicates sid: PatchPutObjectsToArtifactBucket. ### Details: This environment was created with a much earlier copilot version around October 2021. Can't...

type/bug

Update documentation to reflect changes from: #5943 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

Issue: After specifying in my manifest that I would like the default queue to - Be FIFO - A delay of 1s - And have a Dead Letter queue, after...

I wish copilot had a option to prevent the SSM Auto Update when running `copilot svc exec` cause it breaks my CI Pipelines when i try to run a command...

type/enhancement
type/feature
type/request

### Description: I recently updated my Docker Desktop version to 4.34.3. When attempting to deploy my service, the docker push step resulted in a 403 error. In the Docker release...

type/bug

Changes - Remove `sidecars.image.depends_on` - Keep `sidecars.depends_on` - Keep `image.depends_on` To not introduce duplication is creating an abstract common `image` template with same fields used on both concrete `image` Map....

I couldn't find a way to add permissions boundary to an existing app, so I kinda hacked around the internals to make it possible. I thought others might find this...