Skip to content

Commit 83827e4

Browse files
david-yumicheleRP
andauthored
Update vpc-byo-aws.adoc - Connect by default (#289)
* Update vpc-byo-aws.adoc - Connect by default * fix formatting + "enable_redpanda_connect": false * byoc.auto.tfvars.json --------- Co-authored-by: Michele Cyran <[email protected]>
1 parent 6b55f63 commit 83827e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ You can update the example configuration to customize your setup:
5858

5959
- Enable PrivateLink (`"enable_private_link": true`).
6060
- Preserve cluster data when deleting the cluster (`"force_destroy_cloud_storage": false`).
61+
- Redpanda Connect is enabled by default. To disable Redpanda Connect, set `"enable_redpanda_connect": false` in the `byoc.auto.tfvars.json` file, and remove the additional security groups and node instance profiles that are required for Redpanda Connect.
6162
- Use https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html[condition tags^] to control resource modifications based on AWS tags. For example:
6263
+
6364
```json
@@ -87,7 +88,6 @@ cat > byoc.auto.tfvars.json <<EOF
8788
"use2-az3"
8889
],
8990
"create_rpk_user": true,
90-
"enable_redpanda_connect": true,
9191
"enable_private_link": false,
9292
"create_rpk_user": true,
9393
"force_destroy_cloud_storage": true,

0 commit comments

Comments
 (0)