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

Hello, one service I have on ECS is called "workers", currently, all those workers listen to the same queue of tasks that we have. I have 3 replicas. I want...

type/feature
type/request

### Describe your idea/feature/enhancement I'm not sure if this is a bug, hence why it's a feature request. Basically we have four existing Copilot managed applications in our account with...

type/enhancement
type/feature
type/request

This would be a good default (or even option) to have when creating a DB since enabling it later seems to require recreating the cluster and restoring from snapshot.

type/enhancement
good first issue
area/addon
size/S

### Describe your idea/feature/enhancement For some project that is simple front end backend architecture, I would like to have the Backend Service's Security Group inbound rule that was created by...

type/enhancement
type/feature
type/request

We use `celery` in our system which doesn't support `topics` at all, so most of the `subscribe` configuration for workers is meaningless. What's more `celery` creates SQS queues as needed...

type/enhancement
type/feature
type/request

1. I have obtained a certificate in PFX format, which I converted to PEM encoded format successfully. 2. I imported the PEM certificate into AWS Certificate Manager (ACM) using OpenSSL,...

guidance

Today, Copilot assumes that either service discovery or service connect is enabled. With this assumption, it always create an `env.app.local` hosted zone (by creating [`ServiceDiscoveryNamespace`](https://github.com/aws/copilot-cli/blob/56f0ce5ea21dcd866a7884050e3654c38f16b12e/internal/pkg/template/templates/environment/cf.yml#L81)) for each environment. Some users...

type/enhancement
area/env
type/request

### Description: Specifying a 4cpu 8g memory instance in my manifest ``` environments: ecs-production: count: 1 cpu: 4096 memory: 8192 ``` When I exec to the instance, I see 4...

type/bug

Hello all, i am getting the following error on deploying my service to copilot, can someone please check and advise. Best Regards Gurpreet ``` deea50e6: digest: sha256:ecefe371d7d82b7ca90f9db82d96e318cd49535ef755265d46f34f0f7a44698b size: 2844 ✘...

type/bug

There are functions like `EnvControllerFunction`, `DynamicDesiredCountFunct` and `RulePriorityFunction` are created from Copilot to support the the Copilot lifecycle. As part of my organization compliant, it is recommended for lambdas to...