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.
Related to #3849 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
Docker compose is commonly used for local development and testing. We need an ability for Copilot to import Docker Compose files and convert them as Copilot native app and svc...
Adds a developing page, and adds the corresponding fields which have been added to the environment manifest Documents features built for #3701 milestone 1 By submitting this pull request, I...
Hello! I'm quite new to Copilot and I just created an application & service with `copilot init`. There's quite a bit of configuration I'd like to change in the `manifest.yml`...
The deploy commands seem to do a good job of telling us what's happening, but the delete commands just stick with the high-level "Deleting environment x from application y". This...
Is it feasible to add support for `resourceTags` for `copilot env deploy` command at https://github.com/aws/copilot-cli/blob/mainline/internal/pkg/cli/env_deploy.go#L29? This thought is similar to what is currently available for `copilot svc deploy` command/s at...
### Add Newer Postgres versions I'd like copilot CLI to support adding different Postgres versions. ### Use case I have been using Copilot since mid last year. I created a...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
## Ask For compliance users, customers might require customizing the ingress and egress of the `EnvironmentSecurityGroup`: https://github.com/aws/copilot-cli/blob/a28a4682b4bf53e616c7840077c30e6224170498/internal/pkg/template/templates/environment/cf.yml#L138 For example, folks might want to remove the [default egress rule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#aws-properties-ec2-security-group--examples--Remove_the_default_rule) that gets...