Skip to content

Elastic IPs

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

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'elastic_ips',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'public_ip', 'allocation_id', 'instance_id', 'private_ip', 'domain']
});
</script>

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

Default Attributes

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

attributes: ['name', 'public_ip', 'allocation_id', 'instance_id', 'private_ip', 'domain']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
public_ip Public IP text From API field: PublicIp
allocation_id Allocation ID text From API field: AllocationId
association_id Association ID text From API field: AssociationId
instance_id Instance ID text From API field: InstanceId
private_ip Private IP text From API field: PrivateIpAddress
network_interface Network Interface text From API field: NetworkInterfaceId
domain Domain text From API field: Domain
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name, public_ip