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