Elastic Load Balancing Load Balancer

An Elastic Load Balancing Load Balancer in AWS automatically distributes incoming application or network traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses. It improves availability, fault tolerance, and scalability by routing traffic based on health checks and routing rules. Different types are available, including Application, Network, and Gateway Load Balancers, each optimized for specific use cases.

aws.elbv2_load_balancer

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
attributescorejsonInformation about the load balancer attributes.
availability_zonescorejsonThe subnets for the load balancer.
canonical_hosted_zone_idcorestringThe ID of the Amazon Route 53 hosted zone associated with the load balancer.
created_timecoretimestampThe date and time the load balancer was created.
customer_owned_ipv4_poolcorestring[Application Load Balancers on Outposts] The ID of the customer-owned address pool.
dns_namecorestringThe public DNS name of the load balancer.
enable_prefix_for_ipv6_source_natcorestring[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be dualstack. The default value is off.
enforce_inbound_rules_on_private_link_trafficcorestringIndicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
ip_address_typecorestringThe type of IP addresses used for public or private connections by the subnets attached to your load balancer. [Application Load Balancers] The possible values are ipv4 (IPv4 addresses), dualstack (IPv4 and IPv6 addresses), and dualstack-without-public-ipv4 (public IPv6 addresses and private IPv4 and IPv6 addresses). [Network Load Balancers and Gateway Load Balancers] The possible values are ipv4 (IPv4 addresses) and dualstack (IPv4 and IPv6 addresses).
listenerscorejsonInformation about the listeners.
load_balancer_arncorestringThe Amazon Resource Name (ARN) of the load balancer.
load_balancer_namecorestringThe name of the load balancer.
schemecorestringThe 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 route requests only from clients with access to the VPC for the load balancer.
security_groupscorearray<string>The IDs of the security groups for the load balancer.
statecorejsonThe state of the load balancer.
tagscorehstore
typecorestringThe type of load balancer.
vpc_idcorestringThe ID of the VPC for the load balancer.