forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
6.3 KiB
6.3 KiB
Binding and Unbinding an EIP
Scenarios
By default, a GaussDB(for MySQL) 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.
Prerequisites
- You have assigned an EIP on the VPC console.
- 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
- Log in to the management console.
- Click
in the upper left corner and select a region and a project.
- Click Service List. Under Databases, click GaussDB(for MySQL).
- On the Instances page, click the target DB instance. The Basic Information page is displayed.
- In the Network Information area, click Bind in the Public IP Address (EIP) field.
- In the displayed dialog box, select an EIP and click OK.
- On the EIPs page, view the EIP that has been bound to the DB instance.
To unbind the EIP from the DB instance, see Unbinding an EIP.
Unbinding an EIP
- On the Instance Management page, click the DB instance that has been bound with an EIP. The Basic Information page is displayed.
- In the Network Information area, click Unbind in the Public IP Address (EIP) field.
- In the displayed dialog box, click Yes.
- To bind an EIP to the DB instance again, see Binding an EIP.
Parent topic: Connection Management