Skip to content

ec2.associateAddress

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

References

Example Request

{
  instanceId: "i-2ea64347",
  publicIp: "192.0.2.1", // for Elastic IP addresses
  allocationId: "eipalloc-5723d13e", // for VPC Elastic IP addresses
}

Example Response

{
  requestId: "59dbff89-35bd-4eac-99ed-be587EXAMPLE",
  return: true,
  associationId: "eipalloc-5723d13e" // for VPC Elastic IP addresses
}
Clone this wiki locally