AllocateAddress

The AllocateAddress operation acquires an elastic IP address for use with your account.

The AllocateAddress operation does not have any request parameters.

The following table describes the default response tags included in AllocateAddress responses.

NameDescription

PublicIp

Returned IP address.

Type: xsd:string

https://ec2.amazonaws.com/
?Action=AllocateAddress
&...auth parameters...
<AllocateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2008-02-01">
  <publicIp>67.202.55.255</publicIp>
</AllocateAddressResponse>