How does AWS WAF work

0 votes
How does AWS WAF work? can you please explain in detail? Thank you in advance..
Apr 9, 2019 in AWS by Isha
454 views

1 answer to this question.

0 votes

To control the web request, we use WAF conditions, rules and web access control list. 

Conditions:

It defines AWS WAF to watch for web request that contains - cross-site scripting, IP addresses, Geographical location, size constraints, SQL injection, etc.

Rules:

Combine the condition with rules to precisely target the requests that you want to allow, block or count. There are two types of rules - Regular Rule and Rate Based rule.

  • Regular rule - Use only conditions to target specific requests
  • Rate Based Rule - It has an additional feature to target specific requests.

Web ACL's:

This is the section where you define actions for each rule. There are three actions - allow, block, count.

answered Apr 9, 2019 by Iktiya

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How does AWS work?

AWS has become a lifesaver for many ...READ MORE

answered Jan 27, 2020 in AWS by Kalgi
488 views
0 votes
1 answer

How does AWS guardduty generate sample event and generate cloudwatch event

For anyone that comes across this for ...READ MORE

answered Aug 22, 2018 in AWS by Priyaj
• 58,090 points
2,271 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How was the job opportunities for AWS administrators in India??

There are lot of vacancy for AWS ...READ MORE

answered Feb 6, 2019 in AWS by Priyaj
• 58,090 points
432 views
0 votes
1 answer

How to Pass the VPC ID while creating the Ec2 instance in AWS using Python Boto3

import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE

answered Jan 29, 2019 in AWS by Priyaj
• 58,090 points
2,927 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP