From 4a2a4bf710fb5b86987100957ef1f99d14c7f48c Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Mon, 11 Mar 2024 15:43:03 -0700 Subject: [PATCH] docs: PCP-2618 AWS Security Group Issue (#2390) * docs: PCP-2618 * docs: updated language and moved to prereqs * docs: feedback * docs: fixed indentation (cherry picked from commit d91c47fb1f9540cead160294c6a4d4c771b4bbd3) --- .../clusters/public-cloud/aws/create-cluster.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs-content/clusters/public-cloud/aws/create-cluster.md b/docs/docs-content/clusters/public-cloud/aws/create-cluster.md index 2dfba1e016..4019be81b7 100644 --- a/docs/docs-content/clusters/public-cloud/aws/create-cluster.md +++ b/docs/docs-content/clusters/public-cloud/aws/create-cluster.md @@ -48,6 +48,12 @@ discovery for integration with AWS load balancer service. Replace the value `you ::: +- 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: