Amazon Elastic IP (EIP)
aws.ec2.eip MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
Amazon Elastic IP (EIP)
Min version: 9.0.0Defaults:
publicIp attached privateIpAddressRelationships
4 resources · 6 relationships·Click to select, expand fields to see properties.
Fields (9)
| Field | Type | Description |
|---|---|---|
attachedrequired | int | Whether the Elastic IP is associated with an instance (false if no allocationId is present) |
instance | aws.ec2.instance | EC2 instance associated with the EIP |
networkInterfaceIdrequired | string | ID of the network interface |
networkInterfaceOwnerIdrequired | string | ID of the network interface owner |
privateIpAddressrequired | string | Private IP address for the EIP |
publicIprequired | string | Public IP address of the EIP |
publicIpv4Poolrequired | string | IPv4 pool of the EIP |
regionrequired | string | Region where the EIP is located |
tagsrequired | map[string]string | Tags for the EIP |