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.
When deploying a static site, i am getting an out of memory exception, followed by a number of other errors (attached) I have narrowed it down to including the svg...
I want to use Copilot CLI to create ECS Services in EC2 Launch Mode. And we don't & shouldn't use Fargate mode. Is this something possible with the latest version...
## Current State Currently, if a user wants to perform an action like a db migration where you: - Require the roles, privileges, and secrets of the application's main service(s)...
A huge shoutout to the amazing developers behind AWS Copilot CLI! 🚀 Your work is making a positive impact, and we're grateful for the fantastic tool you've created. Kudos for...
When running tests in CICD, they do not have access to resources in VPC. This access would be helpful in some scenarios. (Running integration tests against DB deployed in VPC...
Currently I have multiple scheduled jobs to be run with just different `command` and `schedule`, and the documentation i have read [here](https://aws.github.io/copilot-cli/docs/manifest/scheduled-job/), current way is having directory structure below to...
`copilot svc init` is currently overloaded, as it's the only way to initialize a service, either from scratch or from an existing manifest. We should allow customers with existing manifests...
hey, I was wondering if there is a way to create a shared template for services that has very similar manifests? For example if I have 5 different services, whose...
Is there any plan to add support for ECS Anywhere workloads? I've created a PoC with an on-prem load balancer + backend service, which is quite similar to a Backend...
Copilot only supports "Path Pattern" now. We got a requirement to add a host header to ALB rule. Can the cloudformation resource codes be customized to do do?