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.
### Description: This is the error: ``` copilot svc deploy Name: imported-lb-svc Only found one option, defaulting to: beta ✘ Proposing infrastructure changes for stack app-env-svc ✘ deploy service imported-lb-svc...
### Describe your idea/feature/enhancement I wish I could force a new deployment for services that are configured with `image.location: foo:latest`, such that when I am deploying through AWS CodePipeline, these...
### Description: I added a `cdn` to an existing deployment, it's being created just fine, the SSL certificate is working, but there are no domain names being added to the...
### Describe your idea/feature/enhancement It would be useful if services could be selectively excluded from the CDN/domain integration (where this has been enabled at app level). This would be useful...
### Description: Using `copilot run local --use-task-role --proxy --name app --env test` runs into an error in get secrets: ValidationException: Invalid name. Must be a valid name containing alphanumeric characters,...
### Description: I created a new App with Copilot. I wanted to create an App runner service and then attach a DB to this service. I did this a couple...
In my organization we need to tag s3 buckets such that they are applied the appropriate policy. How do I set a tag on the stackset bucket that is created...
I have a staging deployment that often gets very low traffic, is there any way to use a patch or something to leverage `TreatMissingData` such that the scale in alarm...
### Describe your idea/feature/enhancement Cloudflare is not compatible with Route 53 directly, it is hard to mix Cloudflare powerful security products and AWS copilot-cli. However, Cloudflare provided great [APIs](https://developers.cloudflare.com/api/operations/dns-records-for-a-zone-create-dns-record) to...
### Description: We would like to switch an existing Backend service, to a Load-Balanced Web Service. i.e. expose it to the public internet. We could not find any documentation specifically...