Difference between revisions of "Aws ec2 describe-addresses (output)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " { "Addresses": [ { "InstanceId": "i-1234567890abcdef0", "PublicIp": "198.51.100.0", "PublicIpv4Pool": "amazon",...")
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
[[aws ec2]] describe-addresses
 
  {
 
  {
 
     "Addresses": [
 
     "Addresses": [
Line 8: Line 10:
 
         },
 
         },
 
         {
 
         {
             "[[Domain]]": "vpc",
+
             "[[Domain]]": "[[Amazon Virtual Private Cloud (VPC)|vpc]]",
 
             "PublicIpv4Pool": "amazon",
 
             "PublicIpv4Pool": "amazon",
 
             "InstanceId": "i-1234567890abcdef0",
 
             "InstanceId": "i-1234567890abcdef0",
Line 20: Line 22:
 
     ]
 
     ]
 
  }
 
  }
 +
 +
== See also ==
 +
* {{aws ec2}}
 +
 +
[[Category:AWS]]

Latest revision as of 13:20, 14 October 2021

aws ec2 describe-addresses
{
    "Addresses": [
        {
            "InstanceId": "i-1234567890abcdef0",
            "PublicIp": "198.51.100.0",
            "PublicIpv4Pool": "amazon",
            "Domain": "standard"
        },
        {
            "Domain": "vpc",
            "PublicIpv4Pool": "amazon",
            "InstanceId": "i-1234567890abcdef0",
            "NetworkInterfaceId": "eni-12345678",
            "AssociationId": "eipassoc-12345678",
            "NetworkInterfaceOwnerId": "123456789012",
            "PublicIp": "203.0.113.0",
            "AllocationId": "eipalloc-12345678",
            "PrivateIpAddress": "10.0.1.241"
        }
    ]
}

See also[edit]

Advertising: