Skip to content

Commit

Permalink
docs: PCP-2618 AWS Security Group Issue (#2390)
Browse files Browse the repository at this point in the history
* docs: PCP-2618

* docs: updated language and moved to prereqs

* docs: feedback

* docs: fixed indentation
  • Loading branch information
karl-cardenas-coding authored Mar 11, 2024
1 parent 98bed52 commit d91c47f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs-content/clusters/public-cloud/aws/create-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ 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.

## Deploy an AWS Cluster

Use the following steps to provision a new AWS cluster:
Expand Down

0 comments on commit d91c47f

Please sign in to comment.