amazon web services - API Gateway custom domain with WAF -


is there 1 way make api gateway, waf work together?

i tried these steps:

  1. created 1 api gateway - , deployed in dev stage - urlx/dev
  2. created 1 waf rules auto block ips
  3. created 1 cloud front distribution urlx , waf web acl - described in various forums
  4. updated alias of custom domain domain of cloud front
  5. assigned ip addresses in blocking sets
  6. tried call urlx/dev blocking ip address - able call - shouldn't allowed
  7. can't call cust-domain/dev - shows could not response postman

how make work together? concrete tutorial?


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -