DisassociateAddress
The DisassociateAddress
operation
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.
The following table describes the request parameters for
DisassociateAddress
. Parameter names are
case sensitive.
Name | Description | Required |
---|---|---|
|
IP address that you are disassociating from the instance. Type: String |
Yes |
The following table describes the default response tags included
in DisassociateAddress
responses.
Name | Description |
---|---|
|
Type: xsd:boolean |
https://ec2.amazonaws.com/ ?Action=DisassociateAddress &PublicIp=67.202.55.255 &...auth parameters...
<DisassociateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2008-02-01"> <return>true</return> </DisassociateAddressResponse>