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.
Hi, I am provisioning an EFS volume using the following type of thing in manifest.yml ``` storage: volumes: wp-content: path: /test/efs read_only: false efs: true ``` I'd like to be...
We should enable more than one `storage.volumes` with managed EFS for a single service. ## Ask Original ask: https://github.com/aws/copilot-cli/issues/1559#issuecomment-942496804 Today users are limited to a single EFS access point per...
Is there a way to share secrets between environments? The requirement to tag each secret with `copilot-environment` leads me to believe this is not possible, but it would be useful...
We are trying to deploy our java/spring application using copilot. The variable passing from manifest.yml file is NOT accessible from .dockerfile. Please see below. Manifest.yml: secrets: # Pass secrets from...
People might need to run some post-deployment scripts that are not considered as tests, or should be run only after the test succeeds. Copilot could support a post-deployment action that...
Copilot `envs` are not normal environments * They do not support spanning multiple regions * They do not support managing "global" resources that are shared by multiple clusters. Copilot `envs`...
From [Gitter](https://gitter.im/aws/copilot-cli?at=6289fe2cd126691416ac0cef). It would be helpful for the copilot docs to include some documentation around deploying to multiple accounts, for example, having a separate `test` and a `prod` account. Some...
Hi, I am looking for guidance on the build pipeline step. Firstly, thanks for providing such a great tool chain. Life is better with Copilot 👍 After upgrading from 1.5...
I have single code base that then can be started as a web service or a background worker (typical Ruby on Rails "majestic" monolith basically :D). I did it as...
**Scenario** I provision a new environment via copilot. This provisions a Load Balancer as usual. However, I want to be able to customize the LB either at provisioning time, or...