Create a Cluster in a Software-Defined Data Center

With PowerCLI, you can create a cluster in a Software-Defined Data Center (SDDC) in your VMware Cloud on AWS organization.

Prerequisites

Verify that you are connected to VMware Cloud on AWS.

Procedure

  1. Retrieve the SDDC in which you want to create a cluster.
    $sddc = Get-VmcSddc 'Your SDDC'
  2. Create the cluster.
    New-VmcSddcCluster -Sddc $sddc -HostCount 3