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.
### Description I would like to request support for the additional_policy property in the post_deployments section of the pipeline manifest. This enhancement would allow users to specify additional IAM policies...
### Description: In a task with `manifest.yml` unspecified, where our target servers are `amd64` and on a local machine running `arm64` architecture, running `copilot svc deploy` causes the project to...
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.21.0. Commits 46a3137 zip: set GIT_DIR in test when using bare repositories 3afcd4e go.mod: set go version to 1.22.0 b1d336c go.mod: update required go version...
Hi, I have a use case where I want to add VPC endpoints to my environment. I initially tried adding them as addons but the interface endpoints have a dependency...
### Describe your idea/feature/enhancement Seeking guidance and updates to documentation to clarify the following (tried searching multiple times through the docs, aws, github issues and discussions, web): (1) Can a...
### Description: After importing ACM certificate and while trying to migrate NLB listener from 80/tcp to 443/tls I received the error ``` Template format error: Unresolved resource dependencies [NLBCertValidatorAction] in...
I am wanting to tail my AWS logs in my terminal, so I am using `copilot svc logs`. The logs eventually come, but at a 3-4+ minute delay. They show...
### Description: We have many copilot configurations in production and are trying to add another in qa, but we're running into an odd bug. ``` ResourceInitializationError: unable to pull secrets...
### Description: a very basic environment creation is failing: ``` copilot env init --name test-env2 --default-config copilot env deploy --name test-env2 ``` ### Details: I'm on AWS copilot v1.34.0, on...
### Describe your idea/feature/enhancement I wish Copilot would allow me to customize the logging retention policy for my Scheduled Job through the manifest file. ### Proposal Currently, there is a...