aws / copilot-cli

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.
https://aws.github.io/copilot-cli/
Apache License 2.0
3.51k stars 408 forks source link

Associate WAF ACL with ALB #4319

Closed lgarvey closed 1 year ago

lgarvey commented 1 year ago

Hi,

I've seen this issue crop up in the past with some CFN workarounds.

It'd be great if we could do something like:

http:
    waf-acl-arn: ......

Are there any plans to allow associating WAF with ALB in the copilot config?

Cheers, Lyndon

paragbhingre commented 1 year ago

@lgarvey, we are planning on supporting WAF ACL through environment level addons which is not released yet though. But there is a workaround for that using workload addons. I hope this helps you.

lgarvey commented 1 year ago

HI @paragbhingre yes, that seems fine. We can actually hold out until environment level addons are available.

Thank you!