Skip to content

Commit

Permalink
docs: PCP-2618 AWS Security Group Issue (#2390) (#2394)
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

(cherry picked from commit d91c47f)

Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
1 parent fb78db0 commit 62b7a9d
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 62b7a9d

Please sign in to comment.