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.
Other Closed Issues related to tagging. ### Description: I'm trying to deploy a service that I previously deployed just fine, but I added a secrets section to the manifest, and...
### Description: I have created a worker service with following configuration: ```yml name: ... type: Worker Service network: vpc: placement: 'private' image: build: ../Dockerfile healthcheck: command: [ "CMD-SHELL", "python run.py...
I have a cluster with 3 services. Below are the configuration for service manifest file 1. Service 1 - api1 `environments: dev: http: path: '/' healthcheck: '/api/healthcheck'` 2. Service 2...
This was recently discussed on gitter, where it was declared a documentation bug. A patch was made to the documentation, but I still believe a useful feature is missing. Documentation...
### Describe your idea/feature/enhancement I wish Copilot would expose the internal as pkg so that I could build a client-server architecture. ### Proposal At present the bulk of the logic...
### Description: I'm trying to use `env deploy -n test` to update an environment. I initially wanted just to test there are no changes to the deployed environment and expected...
Hey, I would like the feature of scheduling while also saving money using spot instances for low priority scheduling tasks. (I'm ok if it job doesn't run because no spot...
I'm tried to delete one of my services with `copilot svc delete` and it keeps failing. When I check the CFN events I see this: DELETE_FAILED on EnvControllerAction because "Response...
### Describe your idea/feature/enhancement Add a parameter in the nlb listener to control the setting **Preserve client IP addresses** in the NLB ### Proposal `nlb.preserve_client_ip` Boolean Indicates whether to Preserve...
### Description: During build I have this error: ` [Container] 2024/04/21 21:06:52.675129 Running on CodeBuild On-demand -- 2 | [Container] 2024/04/21 21:06:52.675142 Waiting for agent ping 3 | [Container] 2024/04/21...