Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[version-3-4] docs: PCP-2618 AWS Security Group Issue (#2390) #2394

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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