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.
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...
### 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...
### Description: Copilot is suggesting that the user use the `--allow-downgrade` flag, but that is not a valid flag for `init`.
### 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._...
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...
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...
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: -...
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...