aws-cdk-lib.aws_eks.AlbScheme

enum AlbScheme

LanguageType name
.NETAmazon.CDK.AWS.EKS.AlbScheme
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awseks#AlbScheme
Javasoftware.amazon.awscdk.services.eks.AlbScheme
Pythonaws_cdk.aws_eks.AlbScheme
TypeScript (source)aws-cdk-lib » aws_eks » AlbScheme

ALB Scheme.

See also: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.3/guide/ingress/annotations/#scheme

Members

NameDescription
INTERNALThe nodes of an internal load balancer have only private IP addresses.
INTERNET_FACINGAn internet-facing load balancer has a publicly resolvable DNS name, so it can route requests from clients over the internet to the EC2 instances that are registered with the load balancer.

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


INTERNET_FACING

An internet-facing load balancer has a publicly resolvable DNS name, so it can route requests from clients over the internet to the EC2 instances that are registered with the load balancer.