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.
Hello! I'm using static site and add a s3 bucket to store output of Athena. Got an error when trying to delete svc. > clean resources: get bucket name: more...
The problem: health checks are failing every time What I think the issue is: * the service isn't getting hit by whatever is doing the health check (logs in ECS...
I'm trying to deploy a Docker application to ECS using Copilot and the `Load Balanced Web Service`, but I keep running into this error: ``` Resource handler returned message: "Error...
With the new [public IP billing policy](https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/), my understanding of AWS best practice going forward for networking cost efficiency is to place the ALB in public subnets with an IPv4...
## Context We have a multi tenant app with > 20 Domains. And cannot add more than 5 Domains to the ALB, cause the Matching Rules are not split. ##...
Similar to [this issue](https://github.com/aws/copilot-cli/issues/5389) (thanks again for sorting so quickly), a pen test highlighted that the bucket created by `copilot pipeline init` doesn't have server access logging enabled. Is this...
When defining a service or sidecar you can only configure a single port for export. For example, with the following manifest, other services can connect to `compute:9000` (using `Service Connect`):...
Why my prometheus can't access my pushgateway? They both in the same ECS cluster. ``` 2024-03-01T07:17:30.603Z warn internal/transaction.go:123 Failed to scrape Prometheus endpoint {"kind": "receiver", "name": "prometheus", "data_type": "metrics", "scrape_timestamp":...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
Currently, the copilot job only support `string` type which must be one of 'public' or 'private'. However, we have the need to specify the subnets as what the Copilot backend...