Updated on 2022-12-22 GMT+08:00

Binding and Unbinding an EIP

Scenarios

By default, a DB instance is not publicly accessible (not bound with an EIP) after being created. You can bind an EIP to the DB instance for public accessibility and can unbind the EIP from the DB instance as required.

To ensure that the database can be accessed, the security group used by the database must have the permission to access the database port. For example, if the database port is 8635, ensure that the security group has the permission to access port 8635.

Prerequisites

  • You have assigned an EIP on the VPC console.
  • You can bind an EIP to a primary DB instance or a read replica only.
  • If a DB instance has already been bound with an EIP, you must unbind the EIP from the DB instance first before binding a new EIP to it.

Binding an EIP

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and a project.
  3. Click Service List. Under Database, click Relational Database Service. The RDS console is displayed.
  4. On the Instance Management page, click the target DB instance.
  5. In the navigation pane on the left, choose Connection Management. In the Connection Information pane on the Public Connection page, click Bind in the EIP field.
  6. In the displayed dialog box, all unbound EIPs are listed. Select the EIP to be bound and click OK. If no available EIPs are displayed, click View EIP to obtain an EIP.
  7. On the EIPs page, view the EIP that has been bound to the DB instance.

    You can also view the progress and result of binding an EIP to a DB instance on the Task Center page.

    To unbind the EIP from the DB instance, see Unbinding an EIP.

Unbinding an EIP

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and a project.
  3. Click Service List. Under Database, click Relational Database Service. The RDS console is displayed.
  4. On the Instance Management page, click the DB instance that has been bound with an EIP.
  5. In the navigation pane on the left, choose Connection Management. In the Connection Information pane on the Public Connection page, click Unbind in the EIP field. In the displayed dialog box, click Yes.
  6. On the EIPs page, view the unbinding result.

    You can also view the progress and result of unbinding an EIP from a DB instance on the Task Center page.

    To bind an EIP to the DB instance again, see Binding an EIP.