Creating a Cluster Placement Group

Create a cluster placement group in which you can colocate resources to support low-latency networking use cases.

    1. Open the navigation menu and click Networking, and then click Cluster placement groups.
    2. Under List scope, select a compartment that you have permission to work in.
    3. Click Create.
    4. On the Capability check page, select an availability domain.
    5. Then, either specify the type of resources this cluster placement group supports or, if you have one, the unique code you obtained from OCI for the purposes of creating a cluster placement group.
    6. (Optional) Specify the type or resources that you intend to add to the cluster placement group by doing one or more of the following:
      • To add Compute instances and instance pools, under compute, select general.
      • To add Block Volume resources, under block-storage, select volume.
    7. Click Check capabilities. If the selected resources aren't supported in the selected availability domain, repeat step 4 to choose a different availability domain, and then try again.
    8. (Optional) If you have a unique code from the OCI account representative for the tenancy for large capacity cluster placement groups, click Show advanced options, enter the code in the Unique Identifier box, and then click Apply code.
    9. Click Next.
    10. On the Details page, enter a display name for the cluster placement group. You can't change this name later. Avoid entering confidential information.
    11. Enter a description for the cluster placement group. Avoid entering confidential information.
    12. Select the compartment for the cluster placement group.
    13. (Optional) To add tags, click Show advanced options.

      If you have permissions to create a resource, you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags.

      You can also assign tags to a resource after creating it.

    14. Click Next.
    15. On the Confirmation page, confirm the details of the new cluster placement group, and then click Create cluster placement group.
  • Use the create command and required parameters to create a cluster placement group:

    oci cpg cluster-placement-group create --availability-domain <availability_domain> --compartment-id <compartment_OCID> --description <description_of_the_cluster_placement_group> --type <type_of_cluster_placement_group>

    You must specify either the --capabilities or --placement-instruction. You can't update the capabilities supported by the cluster placement group after you create it.

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the CreateClusterPlacementGroup operation to create a cluster placement group.