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.
Right now, Copilot supports Windows 10 operating system using .exe files. Nowadays, in Windows 10, chocolatey has become the most famous package manager for Windows. This similar to brew in...
I have an issue in running Copilot on Windows 10. I'm getting this error' This app can't run on your pc', when i try to launch Copilot from Command Prompt...
We just upgraded to the copilot 1.21.1 cli for out CI deployment and we're getting the following error now when deploying our load balanced service: ``` CustomResource attribute error: Vendor...
Hey, Does anyone have an experience he can share about how to deploy and set up environments - using copilot and terraform (or any other IaC)? Our usecase is that...
Copilot does not work with root account. It needs be IAM user account to build and deploy from local.
When customers run `copilot svc logs --previous` then we should also be able to display the task id for which we are displaying the logs. It would be great if...
from https://gitter.im/aws/copilot-cli?at=63005387443b7927a798ec9f Hey there, I'd like to expose two ports from the same container in a Backend Service. I've referred to the following example: https://aws.github.io/copilot-cli/docs/developing/taskdef-overrides/#expose-an-extra-udp-port And thus specified the following...
This would be really useful for those of us using GitHub to host our code. It could implement a stack for a system like this: https://aws.amazon.com/es/blogs/devops/aws-codepipeline-build-status-in-a-third-party-git-repository/
we are hosting postgres containers into ecs by aws copilot , so how to configure master slave configuration for database containers by aws copilot. Can anyone please help
Being able to specify the security group for a load balancer would give us the level of control we need. Something akin to [load balanced services](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#network-vpc-security-groups) ``` http: private: security_groups:...