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.
I would like to generate the full CloudFormation template for the pipelines like I can with the services. `copilot pipeline package`
While trying to deploy my windows container using copilot I get the following error: - An ECS service to run and maintain your tasks in the environment cluster [create failed][0.0s]Resource...
If you specify multiple volumes like the following in your manifest anytime you deploy there will be changes. ``` storage: volumes: v1: path: "/path1" read_only: false efs: id: fs-someid v2:...
Dear all, I've been trying to start a simple demo app. Something went wrong during `init`:  Some kind of timeout. It happens. But now I can't do anything anymore...
Hello, I have a scenario like my application container requires a platform linux/x86_64 but my sidecar container requires a platform linux/arm64 or linux/amd64. I have tried below configuration. But it...
Adds a new "engine" build argument that can be used to handle podman's different way of handing image digests. Fixes #3170 By submitting this pull request, I confirm that you...
When running a command like `copilot env package --diff`, if there are no changes to the template, copilot will output: ``` No changes [entire template] ... ``` This is super...
It would be great if there is a config like below. ``` source: # The name of the provider that is used to store the source artifacts. provider: ECR #...
I have a copilot job that runs on a set schedule. I need to know if there is any way to detect success or failure from within the job run.
Currently `from_cfn` is supported only for selected set of manifest fields such as [`environment variables`](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#variables-from-cfn), [`secrets`](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#secrets-from-cfn) and [`security groups`](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#network-vpc-security-groups-from-cfn) But `from_cfn` can be made generic to support for other fields...