AWS ELB

List load balancers

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Describe the specified Load Balancers.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

loadBalancerARNs

[string]

The Amazon Resource Names (ARN) of the load balancers.

pageSize

number

Outputs

Expand All

Champ

Type

Description

loadBalancers

[object]

LoadBalancerArn

string

The Amazon Resource Name (ARN) of the load balancer.

DNSName

string

The public DNS name of the load balancer.

CanonicalHostedZoneId

string

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

CreatedTime

date-time

The date and time the load balancer was created.

LoadBalancerName

string

The name of the load balancer.

Scheme

string

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. 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.

VpcId

string

The ID of the VPC for the load balancer.

State

object

The state of the load balancer.

Code

string

The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If load balancer is routing traffic but does not have the resources it needs to scale, its state is active_impaired. If the load balancer could not be set up, its state is failed.

Reason

string

A description of the state.

Type

string

The type of load balancer.

AvailabilityZones

[object]

The subnets for the load balancer.

ZoneName

string

The name of the Availability Zone.

SubnetId

string

The ID of the subnet. You can specify one subnet per Availability Zone.

OutpostId

string

[Application Load Balancers on Outposts] The ID of the Outpost.

LoadBalancerAddresses

[object]

[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.

IpAddress

string

The static IP address.

AllocationId

string

[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.

PrivateIPv4Address

string

[Network Load Balancers] The private IPv4 address for an internal load balancer.

IPv6Address

string

[Network Load Balancers] The IPv6 address.

SecurityGroups

[string]

The IDs of the security groups for the load balancer.

IpAddressType

string

The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

CustomerOwnedIpv4Pool

string

[Application Load Balancers on Outposts] The ID of the customer-owned address pool.

EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic

string

Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.

amzRequestId [required]

string