AllocateAddress From Amazon Elastic Compute Cloud: 2009-04-04 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 ElementsNameDescriptionAllocateAddressResponseAllocateAddressResponse element. Type: AllocateAddressResponse Ancestor: None Children: requestId, publicIprequestId The ID of the request. Type: xsd:string Ancestor: AllocateAddressResponse Children: None publicIp IP address for use with your account. Type: xsd:string Ancestor: AllocateAddressResponse 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-04-04/"></AllocateAddress> Example Response <AllocateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2009-04-04/"> <publicIp>67.202.55.255</publicIp> </AllocateAddressResponse> Related Operations DescribeAddresses ReleaseAddress AssociateAddress DisassociateAddress previous page start next page