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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -