Skip to content

Commit 0093cd3

Browse files
david-yumicheleRP
andauthored
Update vpc-byo-aws.adoc - add create_internet_gateway flag (#303)
* Update vpc-byo-aws.adoc * Update modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc * Update vpc-byo-aws.adoc remove duplicat create_rpk_user --------- Co-authored-by: Michele Cyran <[email protected]>
1 parent 4502204 commit 0093cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ cat > byoc.auto.tfvars.json <<EOF
8787
"use2-az2",
8888
"use2-az3"
8989
],
90-
"create_rpk_user": true,
90+
"create_internet_gateway": true,
9191
"enable_private_link": false,
9292
"create_rpk_user": true,
9393
"force_destroy_cloud_storage": true,
@@ -104,7 +104,7 @@ EOF
104104

105105
```
106106

107-
NOTE: At least one public subnet is required to create a cluster. The example configuration includes multiple public subnets to allow for future scaling. In addition, the VPC should have an Internet Gateway and an associated Route Table that exposes traffic into the VPC, and allows the Redpanda Control Plane to access the cluster.
107+
NOTE: At least one public subnet is required to create a cluster. The example configuration includes multiple public subnets to allow for future scaling. The example above creates an Internet Gateway and an associated Route Table rule that exposes traffic into the VPC, which allows the Redpanda Control Plane to access the cluster. To disable creation of the Internet Gateway, either remove the configuration and value for `create_internet_gateway` or set `"create_internet_gateway": false`.
108108

109109

110110
== Deploy Terraform

0 commit comments

Comments
 (0)