
disassociate-address
********************


DESCRIPTION
===========

The disassociate-address 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.


SYNOPSIS
========

   aws ec2 disassociate-address
     [--public-ip <value>]
     [--association-id <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--public-ip"  (string)
   The elastic IP address that you are disassociating from the
   instance.

"--association-id"  (string)
   Association ID corresponding to the VPC elastic IP address you want
   to disassociate.
