ec2-describe-addresses From Amazon Elastic Compute Cloud: 2008-12-01 previous page next page ec2-describe-addressesSyntax ec2-describe-addresses [public_ip ...] Description Lists elastic IP addresses assigned to your account. OptionsOptionDescriptionRequiredpublic_ipElastic IP addresses to describe Example: 67.202.55.255 NoOutput Amazon EC2 returns a table that contains the following information: Output type identifier ("ADDRESS")Elastic IP address assigned to your accountInstance ID to which the IP address is assigned Amazon EC2 displays errors on stderr. ExampleThis example returns elastic IP addresses assigned to the account.PROMPT> ec2-describe-addresses Amazon EC2 returns 67.202.55.255 which is assigned to instance i-f15ebb98 and 67.202.55.233 which is not assigned to an instance.ADDRESS 67.202.55.255 i-f15ebb98 ADDRESS 67.202.55.233Related Topics ec2-allocate-address ec2-release-address ec2-associate-address ec2-disassociate-address previous page start next page