AWS WAF

AWS WAF : Block Diagram

Creating the Load Balancer :

We will create the AWS ALB from the following steps :

  1. Create the VPC named "test-vpc".

  2. Create Internet Gateway & attach it to the VPC just created.

  3. Create a Public subnet in the availability zone inside the VPC

  4. Create the routing table and subnet association to the subnets just created.

  5. Create the rule to enable internet access from "Internet Gateway" to "0.0.0.0/0"

  6. Create the EC2 Instances in the subnet just created & assign the Public IP addresses

  7. While creating the EC2 instances pass the User Data :

  1. Configuring the ALB internet facing & associate it with the EC2 instances to balance load using target group

  2. Check the ALB logs & connectivity


Creating the WAF :

  1. Assign the IP set

  2. Defining the rulset

  3. Monitoring & logging the connections over the WAF


Here we conclude the configuration of AWS WAF on AWS - VPC

Last updated