Skip to content

ELB Load Balancers

Provider: AWS
Service ID: elb_load_balancers
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'elb_load_balancers',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'dns_name', 'type', 'scheme', 'state', 'vpc_id']
});
</script>

<div data-sd-service="elb_load_balancers" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'dns_name', 'type', 'scheme', 'state', 'vpc_id', 'availability_zones']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
dns_name DNS Name text From API field: DNSName
load_balancer_arn ARN arn_name From API field: LoadBalancerArn
type Type text From API field: Type
scheme Scheme text From API field: Scheme
state State status_badge From API field: State.Code
vpc_id VPC ID text From API field: VpcId. Resolved to vpc name when available
availability_zones Availability Zones tag_list From API field: AvailabilityZones[*].ZoneName
created Created datetime From API field: CreatedTime
ip_address_type IP Address Type text From API field: IpAddressType

= included in default view

Sort Order

Results are sorted by: name