ec2-disassociate-address From Amazon Elastic Compute Cloud: 2008-08-08 previous page next page ec2-disassociate-addressSyntax ec2-disassociate-address ip_address Description Disassociates the specified elastic IP address from the instance to which it is assigned. This is an idempotent operation. If you enter it more than once, Amazon EC2 does not return an error. OptionsOptionDescriptionRequiredip_addressThe IP address that you are disassociating from the instance. Example: 67.202.55.255 YesOutput Amazon EC2 returns a table that contains the following information: Output type identifier ("ADDRESS")Elastic IP address you are disassociating from the instance Amazon EC2 displays errors on stderr. ExampleThis example disassociates the 67.202.55.255 IP address from the instance to which it is assigned.PROMPT> ec2-disassociate-address 67.202.55.255 ADDRESS 67.202.55.255Related Topics ec2-allocate-address ec2-describe-addresses ec2-release-address ec2-associate-address previous page start next page