AllocateAddress From Amazon Elastic Compute Cloud: 2009-10-31 previous page next page AllocateAddressDescriptionAcquires an elastic IP address for use with your account.Request ParametersThe AllocateAddress operation does not have any request parameters.Response ElementsNameDescriptionAllocateAddressResponseTypeAllocateAddressResponseType element. Type: AllocateAddressResponseType Ancestor: None Children: requestId, publicIprequestId The ID of the request. Type: xsd:string Ancestor: AllocateAddressResponseType Children: None publicIp IP address for use with your account. Type: xsd:string Ancestor: AllocateAddressResponseType Children: None Examples Example Request This example returns an elastic IP address for use with the account. <AllocateAddress xmlns="http://ec2.amazonaws.com/doc/2009-10-31/"></AllocateAddress> Example Response <AllocateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2009-10-31/"> <publicIp>67.202.55.255</publicIp> </AllocateAddressResponse> Related Operations DescribeAddresses ReleaseAddress AssociateAddress DisassociateAddress previous page start next page