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

### Actual On the doc https://aws.github.io/copilot-cli/docs/developing/sidecars/#image-depends-on ```yaml image: build: ./Dockerfile depends_on: nginx: start startup: success ``` ![image](https://github.com/user-attachments/assets/ad06e025-74e4-4b2f-bb41-545bc5126239) ### Expected/Working ```yaml sidecars: some_sidecar: image: build: ./Dockerfile depends_on: nginx: start startup: success...

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.16.0. Release notes Sourced from github.com/moby/buildkit's releases. v0.16.0 Welcome to the v0.16.0 release of buildkit! Please try out the release binaries and report any issues...

dependencies
go

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.20.1 to 2.20.2. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.20.2 2.20.2 Require Go 1.22+ Maintenance bump go to v1.22 [a671816] Changelog Sourced from github.com/onsi/ginkgo/v2's changelog. 2.20.2 Require...

dependencies
go

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.34.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.34.2 1.34.2 Require Go 1.22+ Maintenance bump ginkgo as well [c59c6dc] bump to go 1.22 - remove x/exp...

dependencies
go

### Describe your idea/feature/enhancement Amazon ECS now supports AWS Graviton-based Spot compute with AWS Fargate https://aws.amazon.com/jp/about-aws/whats-new/2024/09/amazon-ecs-graviton-based-spot-compute-fargate/ I would like to see official support for this. I searched the source code...

type/documentation

## Explanation The `copilot init` command creates a empty environment (Amazon ECS cluster and other shared resources) even if the user selects the workload type as `Static Site`, which should...

type/enhancement

### Description: When CoPilot creates hosted zone in Route53 the Descriptions are inconsistantly named. ### Details: copilot version: v1.34.0 Using pre-configured VPC resources ### Observed result: Hosted zone for copilot...

type/bug

Support ARM64 FARGATE_SPOT https://github.com/aws/copilot-cli/issues/5934 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

For use cases where a static site must be accessible under multiple domain names: CloudFront supports up to 100 alternate domain names with the [default quota](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions). ACM supports up to...

type/enhancement
area/svc
type/request

Hello there, Big thanks for this tool. version 1.34.0 ### Describe your feature In order to configure SSL policy of the CDN. I wish Copilot would avoid us to patch...

type/enhancement
type/feature
type/request