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

First off, AWS Copilot is great, thank you for making it. This is a feature request regarding the Aurora addons. By default it appears that Aurora clusters are configured with...

type/feature
type/request

This PR fix the following scenario for FIFO SNS and SQS. Initiate a new worker service and select FIFO topic for the subscriptions from the listed items and manifest gets...

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.

Proposal for #2557 In order to restrict access to the load balancer we will provide an option to configure `PublicHTTPLoadBalancerSecurityGroup`. Allow restricting access to the load balancer via limited IP...

Hi there, Many times, I used ``` copilot svc deploy --name api --env dev ``` just to apply my addons templates or change the a little bit infra configuration... So...

Hello! Facing an error when trying to deploy to an ECS cluster using AWS Copilot. Logs below: ``` $ aws sts get-caller-identity { "UserId": ".....", "Account": ".....", "Arn": "arn:aws:sts::...." }...

pending/question

Hi there, Because Copilot does not Output the ACM ARM of a domain for cloudfront, so I want to use Mapping to hard code the ARN into the template ```...

type/feature
size/M

Hi Copilot team, When I tried to find workaround solution for this issue https://github.com/aws/copilot-cli/issues/4044 Here is my batch job manifest : ``` # The manifest for the "event-change-status" job. #...

Hi there, Today, I have just create Jobs via Copilot, it use Step Functions and Event Bridge to run a job. But, from my point of view, I always create...