Configure a Cluster's NSGs

Configure the NSGs for a cluster.

    1. Open the navigation menu and click Databases. Under OCI Cache, click Clusters.

    2. Under List scope, select the compartment that contains the cluster.
    3. In the Clusters list, click the cluster you want to configure an NSG for.

    4. On the cluster details page, click More actions and then select Configure network security groups.
    5. Select the NSG you want to configure for the cluster from the Network security group drop down. The NSG can be in the same compartment or a different compartment, but must be in the same VCN as the cluster's subnet. To configure more NSGs for the cluster, click + Another network security group. You can configure up to five NSGs for a cluster.

  • Use the oci redis redis-cluster update command and required parameters to configure NSGs for a cluster:

    oci redis redis-cluster update --redis-cluster-id cluster_ocid [OPTIONS]
    For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.
  • For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.

    Run the UpdateRedisCluster operation to configure NSGs for a cluster.