aws::elastic-ip¶
Query elastic ip.
Example¶
elastic-ip: $(external-query aws::elastic-ip { allocation-id: ''})
Attributes¶
Attribute | Description |
---|---|
allocation-id | The allocation ID for the address. |
association-id | The association ID for the address. |
domain | Indicates whether the address is for use in EC2-Classic (standard) or in a VPC (vpc). |
instance-id | The ID of the instance the address is associated with, if any. |
network-interface-id | The ID of the network interface that the address is associated with, if any. |
network-interface-owner-id | The AWS account ID of the owner. |
private-ip-address | The private IP address associated with the Elastic IP address. |
public-ip | The elastic IP address. |
tag map | The key/value combination of a tag assigned to the resource. |
tag-key | The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. |