WAF for Request-Driven Web Service Addon template #4542
siddvoh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're now bringing support for WAF with App Runner in Copilot! Read full blog post here.
Configure your Request-Driven Web Service service and then go to
If you don't have
addons/
folder under./copilot/<name of your Request-Driven Web Service>
yet, create one.In the addons folder, create two new files:
waf.yml
andaddons.parameters.yml
. Your folders would now look like this:Copy and paste the following content to the respective files:
Now, edit the
Firewall.Properties.WebACLArn
field of thewaf.yml
file and paste your WAF Web ACL ARN in it.Finally, run
copilot svc deploy
! Your Request-Driven Web service will now be deployed along with a WAF Web ACL!Beta Was this translation helpful? Give feedback.
All reactions