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.
While we are making deployment with CoPilot, we need to ensure configuration like `Drop invalid header fields` and others like `Deletion protection`, `WAF fail open` etc are enabled in ALB...
Hello good day! How can we set the retention period of the ECS to never expire? Docs [here](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#logging-retention) and [here](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-retentionindays) did not specify how we can do it in the...
Because everytime I run the copilot service deploy, a new permission error pops up. Received response status [FAILED] from custom resource. Message return ed: User: arn:aws:sts::193980408680:assumed-role/cd-paas-ngpay-service -dev-ngpay-EnvControllerRole-fMcu2P8hPESe/cd-paas-ngpay-service-dev-ng -EnvControllerFunction-J7PWnRaTHdEe is not...
Hi, I've been using and advocating for Copilot now for 2+ years at a C level capacity with multiple organizations and teams. It's been a game changer for small startups....
I read this from the [v1.32.0 release notes](https://github.com/aws/copilot-cli/releases/tag/v1.32.0): > Bring your own application load balancer if you don't like the default shared application load balancer of your environment! Just specify...
### Discussed in https://github.com/aws/copilot-cli/discussions/4943 Running `copilot storage init --lifecycle environment --storage-type Aurora --serverless-version v1` generates an addon using Aurora v2. Copilot should generate an addon using Aurora v1 in this...
Hi, I'm attempting to delete a job, but it hangs indefinitely. Upon inspecting AWS State Machines, I noticed that the job machine has a status of "deleting"... Upon Googling, I...
I have created an app with `copilot init`. I'd like to now add a domain for it instead of using the default http://....eu-north-1.elb.amazonaws.com/ domain.
Because the environment load balancer is only provisioned when the first service is deployed, it’s not possible to initially deploy the environment with the waf config. So, to deploy we...
Is there a way to get the `exit code` from the `copilot svc exec` command? Currently, it only reports 0 even it's not the case. The behaviour of `ssh` command...