AlbScheme
- class aws_cdk.aws_eks.AlbScheme(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
ALB Scheme.
Attributes
- 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.