Skip to content

ec2.allocateAddress

Jordan Ryan Moore edited this page May 12, 2011 · 1 revision

References

Example Request

{
  domain: "vpc", // optional
}

Example Response

{
  requestId: "59dbff89-35bd-4eac-99ed-be587EXAMPLE",
  publicIp: "198.51.100.1",
  domain: "vpc", // conditional
  allocationId: "eipalloc-5723d13e" // conditional
}
Clone this wiki locally