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.
Not sure if this is a feature request or just a question, but I'm trying to figure out how to implement different patches per environment or at least set parameters/variables...
With many tools modernizing by integrating with LLMs to provide intuitive UX, Copilot should offer a `copilot ai` command to more easily generate architecture-as-text. The command should fill in sensible...
Getting this error: AccessDenied: User: arn:aws:sts:::assumed-role/*-EnvManagerRole/* is not authorized to perform: iam:PassRole on resource: arn:aws:iam:::role/*-CFNExecutionRole because no identity-based policy allows the iam:PassRole action Looking at the stack set for the...
I think either the string interpolation capability or an update to it broke something. The following, which is considered value YAML, no longer works and results in the error specified...
I am having trouble with a worker service scaling up when items are added to the SQS queue: Manifest example: ``` subscribe: topics: - name: serviceTopic service: servicename queue: retention:...
It would be useful when testing a Scheduled Job to be able to immediately tail the log output in the CLI e.g. `copilot job run --follow` would behave similarly to...
Related discussion: https://github.com/aws/copilot-cli/issues/5677 Currently there's a need to first input certificate, so that alias can be used with hosted zone in combination so that we can have a use of...
### Description: We have an env with the Cloudfront distribution enabled, initialised with a domain. We deployed a service using the default alias (i.e. no alias specified in the manifest...
Hey all, Before I start investigating options for how to improve my build speed, I wanted to ask for feedback here. The problem is my CI takes about 30 minutes...
### Describe your idea/feature/enhancement Before delete check that can be deleted.. ### Proposal For each thing, it should check if is possible to delete like: * an s3 not being...