Help Center/ GeminiDB/ GeminiDB Redis API/ Working with GeminiDB Redis API/ Connecting to an Instance/ Connection Information Management/ Binding an EIP to or Unbinding an EIP from a GeminiDB Redis Instance Node
Updated on 2026-05-08 GMT+08:00

Binding an EIP to or Unbinding an EIP from a GeminiDB Redis Instance Node

Scenarios

By default, GeminiDB Redis instances are accessible only over a private network to help ensure data security and access efficiency. To access a GeminiDB Redis instance from outside the private network, you can bind an EIP to a node in the instance so it can be reached over a public network.

Binding an EIP directly to an instance node increases security risks. If security rules are misconfigured or a vulnerability is exploited, an attacker may obtain your access credentials and perform malicious operations on database resources. You are advised to obtain an EIP by binding a public gateway address instead.

This section describes how to bind an EIP to or unbind an EIP from a GeminiDB Redis instance node.

Usage Notes

  • Your instance must have a load balancer address. If no load balancer address is available, you can submit a service ticket on the console to contact the customer service.
  • If an EIP has been bound to an instance node, you must unbind it before binding a public gateway address.
  • You need to estimate required bandwidth and buy an EIP with sufficient bandwidth resources. Client access exceptions caused by poor public network performance will not be included in the SLA.
  • You need to set security groups and enable IP addresses and ports to access the instance. Before accessing a DB instance, request an EIP on the VPC console and add individual IP addresses or an IP address range that will access the DB instance to the security group's inbound rules. For details, see Setting Security Group Rules.
  • Public access reduces instance security. To achieve a higher transmission rate and security level, you are advised to migrate your applications to the ECS that is in the same region as your GeminiDB Redis instance.
  • Redis Cluster instances do not support this function.

Billing

For details about EIP pricing, see EIP Pricing Details.

Procedure

  1. Log in to the GeminiDB console.
  2. On the Instances page, click the target instance name to go to the Basic Information page.
  3. In the navigation pane, choose Node Management. In the Node Information area, locate the target node and click Bind EIP in the Operation column.

    Figure 1 Binding an EIP

  4. In the displayed dialog box, select an EIP and click OK. If no available EIPs are displayed, click View EIP and create an EIP on the VPC console.

    Figure 2 Selecting an EIP

  5. In the EIP column of the node, check that the EIP is successfully bound.

    To unbind the EIP, see Unbinding an EIP.

  1. Log in to the GeminiDB console.
  2. On the Instances page, click the name of the instance whose node has an EIP bound to it to go to the Basic Information page.
  3. In the navigation pane, choose Node Management. In the Node Information area, locate the target node and click Unbind EIP in the Operation column.

    Figure 3 Unbinding an EIP

  4. In the displayed dialog box, click Yes.

Follow-up Operations

After binding an EIP to an instance node, you can connect to your instance over a public network by following the instructions provided in Connecting to an Instance by Binding an EIP to a Node.

Related APIs

API

Description

Binding/Unbinding an EIP

Binds an EIP to or unbinds an EIP from an instance node.