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.
Making a dedicated issue for step scaling autoscaling, described in https://github.com/aws/copilot-cli/issues/1154 originally, as there has been recent interest in the feature. From @kohidave: [Step scaling](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) allows you to scale up...
Today Copilot supports autoscaling by target tracking: it scales up/down depending on the usage of CPU/memory or response time , number of requests, and etc. It'd be great if Copilot...
### steps 1. create new app with `copilot app init` 1. create new env with `copilot env init` and **set 3 zones** as explained in https://aws.github.io/copilot-cli/docs/developing/custom-environment-resources/ ### expected 1. you...
Copilot uses [pipelines](https://aws.github.io/copilot-cli/docs/concepts/pipelines/) to handle an automated release process. This follows a git branch and runs a deployment on push to the branch. A newly released alternative to AWS CodePipeline...
I've found that the arn:aws:iam::xxxxxxxxxxxx:role/xxx-EnvManagerRoleRole created by Copilot CLI will use the tags: ``` copilot-application copilot-environment ``` To restrict some of the permissions that this role has. Specifically, I had...
How to do a canary rollout with copilot? Is there a way to have the canary rollout automate the process based on health checks?
I attended the session on copilot during the aws event. I understood that copilot doesn't support Blue/Green deployment. Enterprises will be able to leverage copilot cli if Blue/Green deployment support...
I would like to open up port 22 for a Whitebox VA scanning. What is the best way to achieve it? Right now, I am getting no response in ssh...
### Description: When using the following my custom groups are never defined on the app runner deployment: ``` network: vpc: placement: private security_groups: deny_default: true groups: [ sg-021be4f595b2a7c79, sg-021a5462b70d2176d ]...
### Description: `svc deploy` with "Load Balanced Web Service" uploads a new container image to ECR but ECS Service is not updated. related: https://github.com/aws/copilot-cli/issues/3343 ### Details: copilot: `1.33.2` #### svc...