ApsaraDB for MongoDB supports public endpoints. You can apply for a public endpoint for an ApsaraDB for MongoDB instance and use the public endpoint to connect to databases of the instance over the Internet. This topic describes how to apply for a public endpoint for an ApsaraDB for MongoDB replica set instance.
Background information
The following table describes the endpoint types supported by ApsaraDB for MongoDB instances.
Endpoint type | Description |
VPC endpoint |
|
Classic network endpoint | Cloud services on the classic network are not isolated. Unauthorized access can be blocked only by using security groups or whitelists. For more information about how to switch the network type of an ApsaraDB for MongoDB instance from classic network to VPC, see Switch the network type of an ApsaraDB for MongoDB instance from classic network to VPC. Note The classic network is not supported for DynamoDB-compatible sharded cluster instances. |
Public endpoint |
|
Usage notes
When you apply for a public endpoint for an ApsaraDB for MongoDB instance that uses local disks and runs MongoDB 3.2 or an earlier version, the instance is restarted. We recommend that you apply for a public endpoint for the instance during off-peak hours.
If you want to use the public endpoint allocated to an instance to connect to the instance, you must add the public IP address of your client to a whitelist of the instance. For more information, see Configure a whitelist for an ApsaraDB for MongoDB instance.
Procedure
Go to the Replica Set Instances page. In the top navigation bar, select the region in which the instance resides. Then, find the instance and click the ID of the instance.
In the left-side navigation pane of the instance details page, click Database Connections.
In the Public Connections section, click Apply for Public Connection String.
In the Apply for Public Connection String panel, click Apply for Public Connection String.
Result
After you apply for public endpoints, you can view the created endpoints in the following sections. For more information about endpoints, see Connect to a replica set instance.
Connection Details section of the Basic Information page
Public Connections section of the Database Connections page
References
For more information about how to use the public endpoint of an ApsaraDB for MongoDB instance to connect to the instance, see Connect to an ApsaraDB for MongoDB instance over the Internet.
To ensure data security, you can release the public endpoint that you no longer need. For more information, see Release a public endpoint.
Before you connect to an ApsaraDB for MongoDB instance over the Internet, we recommend that you enable Secure Sockets Layer (SSL) encryption. For more information about how to enable SSL encryption, see Use the mongo shell to connect to an ApsaraDB for MongoDB database in SSL encryption mode.