Step 1: Review gcloud CLI syntax for Bigtable instance creation
The correct command uses 'gcloud bigtable instances create' with required flags for cluster, zone, display name, and instance type.
Step 2: Compare options with correct syntax
gcloud bigtable instances create my-instance --cluster=my-cluster --cluster-zone=us-central1-b --display-name="My Instance" --instance-type=PRODUCTION matches the official syntax exactly, including cluster and zone flags.