copilot-cli icon indicating copy to clipboard operation
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.

Results 413 copilot-cli issues
Sort by recently updated
recently updated
newest added

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...

type/enhancement

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...

type/enhancement
good first issue

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...

guidance

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...

type/feature
area/app
type/request
area/override

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...

pending/question

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...

type/enhancement
type/request
area/override

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...

area/pipeline
type/feature
type/request
area/override

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...

type/enhancement
type/feature
type/request

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). ```...

pending/question

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...

type/enhancement
type/feature
type/request