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.
## Context I have a short term need for my load balanced web service to support an external domain name. My understanding is that this will be added as a...
Hi Copilot team, I've been using copilot for a while on a project setup by previous cowork, and really enjoyed it. The only little thing that is bothering me a...
From https://gitter.im/aws/copilot-cli?at=62841d65eaf3267f8566927c. As a user, I'd like Copilot to automatically populate a secret to all the environments so that I don't need to do `secret init` for new environments I...
Similar to #1555, we should consider supporting the `--secret` and `--ssh` flags in our calls to Docker Build. This is a feature of buildkit which can help customers with builds...
Hello, I love your project, and it's really made my life so much easier :) I couldn't find a way to expose multiple ports from my web service, something similar...
As a Copilot user, I don't want it to create an addons stack at all for production environment. Is it possible to create an addons stack conditionally. Right now users...
Today Copilot creates an empty ECR repository as part of `svc init` process, even if I provide a link to image repository I built and created outside of copilot. While...
`copilot env init` was failing for me and returning the error: `✘ Failed to link account and region eu-west-1 to application .` This left the environment in a bad state...
I'm created one new loadbalancer in my app and I have this error in cloudformation `Resource handler returned message: "Resource of type 'AWS::ElasticLoadBalancingV2::ListenerRule' with identifier 'Priority '50000' is currently in...
Hello, I'd like to deploy a Load Balanced Web Service using an existing ALB (that is already used for other ECS clusters). Is it possible ? My application is deployed...