Application-Load balancer
Creation of application load balancer for VPC the pre-requisites that are required for this application load balancer are An AWS account https://aws.amazon.com/console/ Now let us look into the steps required for creating a application load balancer: First in order to create a load balancer we need a VPC with different subnets associated with different regions so go ahead and first create a VPC first with following configurations. 2. Now I am going to create four subnets where I use each of two subnets as private and public respectively with different regions for each of them in private and public respectively go to subnets section in your AWS console and click on create subnet enter the configurations as given in the below Similarly create two other subnets with different regions and Ip addresses. 3. Now we have to create IGW (Internet gateway) and add them as a route in route table of public subnets in order to provide access to any IP
Comments
Post a Comment