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

Currently `copilot storage init` cmd generates Aurora Serverless v1 and v2 templates. This feature request is to expand the capabilities to include the support for initializing a traditional RDS cluster....

type/enhancement
area/addon
type/request

Hello, I'm getting that error very often and eventually I'm forced to deploy by hand from my machine rather than using the pipeline. AWS provides this https://repost.aws/knowledge-center/ecs-pull-container-error-rate-limit which seems a...

guidance

Depending on the original credentials used to invoke the copilot cli command, the EnvManagerRole can only be assumed when it allows the original source identity and transitive tags to be...

Related: #5438. Integ test changes in #5483. #5483 adds the Load Balancer DNS name to the service as an env var (and therefore appears in `svc show` output. However, it...

In my workload `manifest.yml` I have the following cron schedule: ```yaml name: morning-report type: Scheduled Job on: schedule: "cron(0 9 ? * MON-FRI *)" ``` But the time is assumed...

type/feature
type/request

Currently, to pass sensitive information to docker build while keeping it out of manifest, folks can use ["shell environment variable interpretation"](https://aws.github.io/copilot-cli/docs/developing/manifest-env-var/): ```yaml image: build: args: TOKEN: ${TOKEN} ``` However, even...

area/manifest
type/feature
type/request

conversation from gitter https://app.gitter.im/#/room/#aws_copilot-cli:gitter.im/$iWOLIz9DdgbThFO8oe4-x26Tk1IwT1rHxxoUxwAz9_c **Current Scenario** Say I have two services `serviceA` and `serviceB` ``` . ├── copilot (application directory) │ ├── .workspace (workspace summary) │ ├── serviceA │ │...

type/enhancement
type/request

Hi! From the docs I was expecting to see a DeployTo-* stage in a new pipeline created with `copilot pipeline init` but my pipeline only has Source and Build stages....

area/pipeline
guidance

It doesn't look like there is a way to specify an existing security group when deploying a request driven web service. It would be nice if there was a way...

guidance

currently, we can use CDK only to override the service template. it is possible to add new resources this way, but it makes adding env variables and policies more complicated....

type/feature
area/addon
type/request