1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
Hi,
I think that these blog posts will answer your questions:
- https://aws.amazon.com/blogs/security/customize-requests-and-responses-with-aws-waf/
- https://aws.amazon.com/blogs/networking-and-content-delivery/customize-403-error-pages-from-amazon-cloudfront-origin-with-lambdaedge/
Also, watch this video: https://www.youtube.com/watch?v=Cd9c-y3v4y4
Best,
Didier
Contenus pertinents
demandé il y a 2 ans
demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 7 mois

After reading your second link, I found out, that you can actually set a custom error page for the 403 status code in your CloudFront distribution. That way all blocked actions from WAF show that page. So, problem solved.
Thanks!
Glad that you found what you needed. Thanks for accepting my answer!