Which of the following is false with regards to AWS Load Balancers.
Click on the arrows to vote for the correct answer
A. B. C. D.Answer - A.
The AWS Documentation mentions the following.
The nodes of an Internet-facing load balancer have public IP addresses.
The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes.
Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses.
The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes.
Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
For more information please refer "Load Balancer Scheme" on page 6of the below link:
https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/elb-ug.pdfAWS Load Balancers are a critical component of a high-availability architecture in the AWS cloud. They help distribute traffic across multiple instances, improving application availability and scalability.
Here are the details regarding each statement and whether it is true or false:
A. The nodes of an Internet-facing load balancer do not have public IP addresses
B. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP address(es) of the load balancer(s)
C. The nodes of an internal load balancer have only private IP addresses
D. The nodes of an internal load balancer does not have public IP addresses.
Therefore, the false statement regarding AWS Load Balancers is not among the options provided. All statements are true.