AssociateAddress
Description
Associates an elastic IP address with an instance. If the IP address is currently assigned to another instance, the IP address is assigned to the new instance. This is an idempotent operation. If you enter it more than once, Amazon EC2 does not return an error.
Request Parameters
Name | Description | Required |
---|---|---|
| The instance to associate with the IP address. Type: String Default: None | Yes |
| IP address that you are assigning to the instance. Type: String Default: None | Yes |
Response Elements
Name | Description |
---|---|
|
Type: |
Ancestor: None
Children: requestId
, publicIp
, and return
requestId
The ID of the request.
Type: xsd:string
Ancestor: AssociateAddressResponse
Children: None
publicIp
IP address.
Type: xsd:string
Ancestor: AssociateAddressResponse
Children: None
return
Returns
Type: xsd:boolean
Ancestor: AssociateAddressResponse
Children: None
Examples
Example Request
This example associates an IP address with an instance.
https://ec2.amazonaws.com/?Action=AssociateAddress &InstanceId=i-2ea64347 &PublicIp=67.202.55.255 &AuthParams
Example Response
<AssociateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2009-04-04/"> <return>true</return> </AssociateAddressResponse>