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 running into a weird error where after creating a new `env` for an existing service that has a aurora db addon. Take note I don't have any problems with...
We're in the process of moving to using the new environments manifest. We moved from CLI version 1.17.0 to 1.21.0. I generated the manifest for our dev environment per instructions...
We're using the copilot (still on version 1.17.0) task run command to run a task which does some database updates for us. The issue we're having is we've changed the...
This PR fix multiple problems - 1. This PR fix the env manifest fields that were organized in incorrect manner. 2. Also resolves #4032 3. `copilot env init` with private...
- upgrade to go 1.19 - use stdlib http router - migrate to aws sdk v2 to reduce dependency size - use distroless container By submitting this pull request, I...
Also fixes a bug where CDN fails to create if there are any internal ALB services deployed. Also fixes a bug where on `svc/env package` we don't escape param values...
Now that we have support for permissions boundary for apps created through copilot, we can very well display this detail on app show command. ``` About Name fifobug Version v1.1.0...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
This PR resolves #4010 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
## Ask The [Load Balanced Web Service](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service) manifest supports the creation of a Network Load Balancer with the [`nlb` field](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#nlb). However, today you cannot assign an [elastic IP](https://aws.amazon.com/premiumsupport/knowledge-center/elb-attach-elastic-ip-to-public-nlb/) to the...