Apply for a public endpoint

更新时间:
复制 MD 格式

You can access an ApsaraDB for HBase Standard Edition cluster over a VPC or the internet. This topic explains how to enable a public endpoint.

Background

Network type

Description

VPC

  • By default, each cluster includes an internal endpoint.

  • Connecting to your HBase cluster through an internal endpoint provides higher security.

internet

  • You must manually enable a public endpoint.

  • Public network access is for development, debugging, or testing only. Do not use it for production because service availability is not guaranteed by the SLA, and performance will be significantly degraded.

Enable a public endpoint

  1. Log on to the ApsaraDB for HBase console.

  2. In the top navigation bar, select your cluster's region.

  3. Click the cluster ID of the target cluster.

  4. In the left-side navigation pane, choose Database Connection and click Apply for Public Endpoint.

  5. In the Apply for Public Endpoint dialog box, click OK.

  6. Optional: View the public endpoint.

    1. In the left-side navigation pane, choose Database Connection.

    2. The Connection Information section displays the internal endpoint and public endpoint for the ZooKeeper address, Thrift2 Access Address Using Non-Java Language, and CQL access address.

      Note

      To connect to your cluster using the public endpoint, you must first add your client's IP address to the cluster's whitelist. For more information, see Configure a whitelist.