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.
For software that manages SSL certificates for customers (called SSL for SaaS in the industry, https://developers.cloudflare.com/ssl/ssl-for-saas/), many times it's required to allow 80 and 443 both to cut through to...
In addition to the existing Fargate pattern, I'd like to deploy my container to ECS backed by EC2 instances. This will allow me to run windows applications for example.
Due to some security constraint (e.g., AWS Organization SCP), any object uploaded to an S3 bucket must be encrypted. Copilot should either encrypt these objects by default or make it...
## Problem I am setting up a small cluster of Backend Services which are, for the most part, the same other than for changes to the autoscale behaviors and one...
From https://gitter.im/aws/copilot-cli?at=62d1b4ca1227f62be38290e5: "...My best case scenario is to throw all of the variables from the .env file into SecretsManager and load them in dynamically. I'd prefer to not link to...
Now that HTTP APIs have [gone GA and added support for Cloud Map](https://aws.amazon.com/blogs/compute/building-better-apis-http-apis-now-generally-available/), would it be worth considering adding support for that to the generated architecture? I'm sure there are...
Hi there, I had a bit of a panic today when our service went down. Way back, before copilot supported custom alias urls, I set up our custom domain manually....
Hi, We use copilot to deploy our spring boot application on aws ecs and need to rotate the db credentials located in secretsmanager. AFAIK, the application can access to db...
commits have my reasons for removing them if they aren't resolved 😊 bulk of the code changes are resolving the ECR delete `TODO` of merging common code from `svc delete`,...
Use case: for traffic (not HTTP traffic) coming into the VPC on a VPN appliance deployed in the private subnet and wanting to keep traffic off of the public subnet....