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

I would like to generate the full CloudFormation template for the pipelines like I can with the services. `copilot pipeline package`

area/pipeline
type/feature
type/request

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

platform/windows
guidance

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

type/enhancement
type/request

Dear all, I've been trying to start a simple demo app. Something went wrong during `init`: ![image](https://github.com/aws/copilot-cli/assets/10660/2d974588-e975-42cd-a1a5-7eae5c7cab46) Some kind of timeout. It happens. But now I can't do anything anymore...

guidance

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

guidance

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

type/bug
area/UI

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

area/pipeline
type/feature
type/request

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.

type/enhancement
type/feature
area/job

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

type/enhancement
type/request