load_balancer
Table to manage AWS Load Balancers. Elastic Load Balancing automatically distributes your incoming traffic across multiple targets, such as EC2 instances, containers, and IP addresses, in one or more Availability Zones.
A load balancer serves as the single point of contact for clients. The load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This increases the availability of your application.
You add one or more listeners to your load balancer.
See
https://aws.amazon.com/elasticloadbalancing/
Columns
• Optional
attributes: load_balancer_attribute
[]
• Optional
availability_zones: string
[]
Reference to the associated availability zones for the load balancer
See
https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html
• Optional
canonical_hosted_zone_id: string
Hosted zone to route traffic to the load balancer
See
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-elb-load-balancer.html
• Optional
created_time: date
Creation date
• Optional
customer_owned_ipv4_pool: string
Reference to an specific pool of address for ipv4
See
https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_LoadBalancer.html
• Optional
dns_name: string
Custom domain name to associate with your load balancer.
See
https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html
• ip_address_type: ip_address_type
Whether to expose ipv4 or dual stack
• Optional
load_balancer_arn: string
AWS ARN that identifies the load balancer
• load_balancer_name: string
Name to identify the load balancer
• load_balancer_type: load_balancer_type
Type of load balancer
• region: string
Region for the load balancer
• scheme: load_balancer_scheme
Schema for the load balancer
• Optional
security_groups: security_group
[]
Reference to the associated security groups for the load balancer
See
• Optional
state: load_balancer_state
Current status of the load balancer
• Optional
subnets: string
[]
Reference to the associated subnets for a load balancer
See
• Optional
vpc: vpc
Reference to the VPC associated with the load balancer
See
https://aws.amazon.com/blogs/aws/new-aws-elastic-load-balancing-inside-of-a-virtual-private-cloud/