Efe Karakus
Efe Karakus
> Let find another way like as proactive configure it in manifest.yml to change the default security group rule of an ELB. Can you elaborate? Are you looking into modifying...
Another datapoint for this feature from [Gitter](https://gitter.im/aws/copilot-cli): >Sure, I can. We use Cloudflare and we like to restrict access to ALBs so only Cloudflare will be able to send requests...
Hi @sirbully, thanks for the issue! We don't have a way of updating the ECR settings in Copilot at the moment 🙇. This would be a new feature request for...
Hi @afgallo ! Unfortunately not at the moment, today the modification of "app" stacks is a bit difficult. If you'd like your ECR repositories to follow a certain ECR lifecycle...
This feature is now released in [v1.22](https://github.com/aws/copilot-cli/releases/tag/v1.22.0) 🚀 ! For the blog post: https://aws.github.io/copilot-cli/blogs/release-v122/ Release notes: https://github.com/aws/copilot-cli/releases/tag/v1.22.0
Hi @matthewhembree ! Thank you for the issue, which version of Copilot are you using (`copilot version`)? I see that we have the following method: https://github.com/aws/copilot-cli/blob/d1d8f5e6109749f4f3b83d7cd00e4fa69c78bf20/internal/pkg/deploy/deploy.go#L274-L279 Which should have filtered...
Ohhh- that makes sense, thank you for that observation! It looks like we think that the service is deployed if there is an existing CloudFormation stack with the `copilot-application`, `copilot-environment`...
Hi @dereksdev ! If you have the secrets available as environment variables, then would this feature help solve your problem? https://aws.github.io/copilot-cli/docs/developing/manifest-env-var/ ``` image: build: dockerfile: ./Dockerfile args: MY_SECRET: ${MY_LOCAL_SECRET_FROM_SSM} ```
The first milestone for CloudFront is now released in v1.21! 🥳 Blog: https://aws.github.io/copilot-cli/blogs/release-v121/#cloudfront-integration Release notes: https://github.com/aws/copilot-cli/releases/tag/v1.21.0
TLS termination is now released in [v1.22](https://github.com/aws/copilot-cli/releases/tag/v1.22.0) 🚀 ! For the blog post: https://aws.github.io/copilot-cli/blogs/release-v122/ Release notes: https://github.com/aws/copilot-cli/releases/tag/v1.22.0