Skip to content

Commit

Permalink
docs: fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 11, 2024
1 parent a0e1cf3 commit 9718458
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs-content/clusters/public-cloud/aws/create-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ The following prerequisites must be met before deploying a cluster to AWS:

:::

- Ensure you don't have an existing security group that starts with the cluster name followed by the text `-node` in
the selected VPC. Palette will automatically create a security group using the cluster name as a prefix followed by
the text `-node`. The format is `[name of cluster]-node`. If you have an existing security group with the same name,
you will need to either rename the existing security group before creating the cluster, or use a different cluster
name. Otherwise, the cluster creation will fail due to duplicate resource name in the VPC.
- Ensure you don't have an existing security group that starts with the cluster name followed by the text `-node` in the
selected VPC. Palette will automatically create a security group using the cluster name as a prefix followed by the
text `-node`. The format is `[name of cluster]-node`. If you have an existing security group with the same name, you
will need to either rename the existing security group before creating the cluster, or use a different cluster name.
Otherwise, the cluster creation will fail due to duplicate resource name in the VPC.

## Deploy an AWS Cluster

Expand Down

0 comments on commit 9718458

Please sign in to comment.