AWS Cloudfront (with WAF) + API Gateway: how to force access through Cloudfront?

前端 未结 4 1995
清歌不尽
清歌不尽 2021-02-02 16:01

I want to put WAF in front of API Gateway, and with the (little) info I find that is only possible by manually putting an extra Cloudfront distribution with WAF enabled, in fron

4条回答
  •  忘了有多久
    2021-02-02 16:47

    You can use custom domain name and point DNS to the distribution with WAF. Requests directly to the original API Gateway distribution will not work then.

提交回复
热议问题