1回答
- 新しい順
- 投票が多い順
- コメントが多い順
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

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!