v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
VPC Connect

Set up custom hostname

Sets up a custom hostname for a VPC endpoint connection. The hostname is a DNS record under cloudamqp.com that matches the instance's TLS certificate, allowing secure connections through the private endpoint.

  • AWS: A CNAME record is created pointing to the endpoint's DNS name. No endpoint_ip required.
  • Azure/GCP: An A record is created pointing to the provided private IP address. endpoint_ip is required.
post/vpc-connect/custom-hostnames

Request body

endpoint_idstring required

The VPC endpoint connection ID

endpoint_ipstring

Private IP address of the endpoint (required for Azure/GCP, must be RFC 1918)

Response

Custom hostname setup initiated