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 have followed the instructions here https://aws.github.io/copilot-cli/blogs/release-v118/#certificate-import, and they work. Is there any way to "annotate" the certificate import in the manifest for the app or env? Adding a host...

guidance

Currently, only PublicLoadBalancerDNSName is exported, therefore if you want to add custom listeners via addon - it is not possible without some custom resource (lambda) to find correct ALB which...

type/enhancement
area/override

From gitter: https://app.gitter.im/#/room/#aws_copilot-cli:gitter.im/$RSLPUzOm4vbZpMOebo54cqtJ1-y5wt6Da0rvgH21bcI Ask: Similar to `terraform destroy` dispaly all the CloudFormation Resources as a part of the application for `copilot app delete` command.

type/enhancement
area/app
type/request
area/UI

Hello, is it possible to define multiple Cloudwatch log groups per a single service? the app we are containerizing with AWS Copilot writes multiple log files and we would like...

type/enhancement
type/feature

It would be a useful feature if we could use copilot to create db clusters from existing snapshots. Example: I have a legacy application that I would like to transition...

type/feature
area/addon
size/M

Currently during `copilot env delete` command, update the stackset instance by redeploys the app stack to remove the account and, if necessary, empties ECR repos and a regional S3 bucket...

type/enhancement
area/env
size/S

It seems that I cannot really use `http.version` equals `http2` as I get the error below when deploying my Load Balance Web Service: > - An HTTP listener rule for...

type/feature

Running `copilot env package --diff` only shows the diff of the generated env template. This could be enhanced to show the generated addons stack and env param diffs as well.

type/enhancement
area/env

Copilot currently creates an environment-level EFS filesystem set to Bursting throughput mode. For some of our workloads we've seen that [Elastic Throughput](https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes) is more appropriate (and it also seems to...

area/env
area/override

We would like to limit requests with public and private load balancers. For example, could it be done this way? ``` http: path: '/' healthcheck: path: '/' healthy_threshold: 2 unhealthy_threshold:...

type/feature