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

This PR allows providing any command line options to `docker build` by accepting them from an array of string instead of trying to define them all one by one. For...

Adding build.additional_policy to manifest.yml, but policy is not added to role of build project in pre_deployments. I want to use secrets manager in pre_deployments.

### Description: I have created a new app, then created some services and configured them to `network: vpc: placement: private` and then I deleted the services, then when trying to...

type/bug

### Description: Addon's yml of the dynamodb storage comes with the `Name` parameter description as `Your workload's name.` which fails to deploy for being different from the addons that was...

type/bug
area/addon

### Description: Copilot is suggesting that the user use the `--allow-downgrade` flag, but that is not a valid flag for `init`.

type/bug

### Describe your idea/feature/enhancement Add support for CodePipeline V2: _V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration._...

type/enhancement
type/feature
type/request

I'm aware that in the current copilot definition there is only one way to subscribe to events, ie through a worker service as described in #4635 This is a really...

type/enhancement
type/feature
type/request

We create KMS key in add-ons, and would like to restrict it to service task role. Can we expose task role ARN in Cloudformation so we can use it in...

guidance

Hi, I have two services: 1. Service A (Load Balanced Web Service) 2. Service B (Worker Service) Service A has the following config in its manifest: ```yaml publish: topics: -...

type/feature

I've been deploying a service with copilot for about 6 months now and everything was fine, until recently a drift started to occur in cloudformation stack . PlatformVersion is expected...

guidance