Skip to main content

AWSELBSchemeType

No description

enum AWSELBSchemeType {
INTERNET_FACING
INTERNAL
}

Values

AWSELBSchemeType.INTERNET_FACING

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.

AWSELBSchemeType.INTERNAL

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 route requests only from clients with access to the VPC for the load balancer.

Member of

AWSELBApplicationLoadBalancer object ● AWSELBClassicLoadBalancer object ● AWSELBNetworkLoadBalancer object