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.
PublicIp
IP address that you are disassociating from the instance.
Type: String
Default: None
Yes
DisassociateAddressResponse
DisassociateAddressResponse element.
Type:
Ancestor: None
Children: requestId, return
requestId
return
The ID of the request.
Type: xsd:string
Ancestor: DisassociateAddressResponse
Children: None
Returns
Type: xsd:boolean
This example disassociates the 67.202.55.255 IP address from the instance to which it is assigned.
67.202.55.255
https://ec2.amazonaws.com/?Action=DisassociateAddress&PublicIp=67.202.55.255&AuthParams
<DisassociateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2009-04-04/"> <return>true</return> </DisassociateAddressResponse>
AllocateAddress
DescribeAddresses
ReleaseAddress
AssociateAddress
Submit feedback about this site to: