Skip to content

Document Update : IBM Cloud Databases For Redis - Virtual Private Endpoint page #6

@Ramachandran-P-S

Description

@Ramachandran-P-S

Which topic are you reporting about?

This is regarding the VPE document created for the Redis database hosted on IBM Cloud.
https://cloud.ibm.com/docs/databases-for-redis?topic=databases-for-redis-vpes&locale=

For example, if you have a Databases for MongoDB instance, refer to the documentation topic [Connecting with the MongoDB Shell](https://cloud.ibm.com/docs/databases-for-mongodb?topic=databases-for-mongodb-connecting-cli-client) and use a command like the following:

mongosh -u $USERNAME -p $PASSWORD --tls --tlsCAFile /root/ c--authenticationDatabase admin --host replset host-0.private.databaseappdomain.cloud:30066,host-1.private.databases.appdomain.cloud:30066,host-private.databases.appdomain.cloud:30066
VPE discoverability

Following the previous steps results in a database instance with private endpoints that is reachable with the Virtual Private Endpoints from your VPC network.

Important: Database instances with private endpoints are reachable from any account within the private network and access to each instance requires authentication. To restrict this access to specific IP addresses, or ranges of IP addresses, configure [Context-based restrictions](https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-cbr) or [allowlisting](https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-allowlisting).

Important: A MongoDB deployment cannot support both [public and private endpoints simultaneously](https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-service-endpoints&interface=ui). This cannot be changed after provisioning.

What do you think needs to be updated?

The document is mentioning the example for the mongodb on the redis page. Need to modify with the redis details

In the example we need to put the details for redis database.

Content to be changed as follows

For example, if you have a Databases for Redis DB instance, refer to the documentation topic [Connecting with the MongoDB Shell](https://cloud.ibm.com/docs/databases-for-redis?topic=databases-for-redis-connecting-cli-client) and use a command like the following:

redli --uri rediss://admin:$PASSWORD@e6b2c3f8-54a6-439e-8d8a-aa6c4a78df49.8f7bfd8f3faa4218aec56e069eb46187.databases.appdomain.cloud:32371/0 --certfile /path/to/redis-cert.pem

And the below point needs to be removed

Important: A MongoDB deployment cannot support both [public and private endpoints simultaneously](https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-service-endpoints&interface=ui). This cannot be changed after provisioning.

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions