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.
From [gitter](https://app.gitter.im/#/room/#aws_copilot-cli:gitter.im/$u0Ho4cISw5U-BKLtWjDUlmFav-d5nzqmg2KPkHSzndE): "Is it possible to increase the lines displayed per parallel image during the docker build phase? This would be helpful in debugging potential image errors" With a potential...
I typoed my AWS_PROFILE name, so `copilot init` died, but it wasn't immediately obvious from the below output. My suggestion is less of the debugging verbiage (unless the user requests...
Hi, We use copilot to create preview environments for developer feature branches. Everything has been going well until we tried to create the 11th environment for our app and ran...
My organization does not allow roles to be created at the root path. A flag + variable would help to allow cases like mine. Once the flag is added to...
I am creating s3 bucket in teamcity pipeline using copilot below command copilot storage init -n abcbatchreceipt -t S3 -w ba1 -l workload copilot storage init -n abcbatchreceipt -t S3...
We are currently facing a limitation in configuring AWS CloudFront distributions through the Copilot CLI, specifically regarding the integration of multiple service types (static site and load-balanced web service) within...
CodePipeline recently introduced support for triggers and execution modes: [codepipeline-trigger-filters-execution-modes](https://aws.amazon.com/about-aws/whats-new/2024/02/codepipeline-trigger-filters-execution-modes/) codepipeline created via copilot today is triggered for any file change in repository. Triggers gives us bit more control over...
Currently, copilot cli does not seem to support CodeDeploy deployment method. It is possible to modify CloudFormation extracted from the copilot package, but are there any plans to add additional...
I just added this to my environment addon for managing my s3 bucket and I get access denied (which is particularly weird since this access key created this bucket). ```...
My use-case: I use RDS (postgres) in one of my environments and need to do backups so I can test schema and data migrations. Ultimately I need these backups on...