We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeb9df commit 46bc56fCopy full SHA for 46bc56f
docs/clusters/management/create.md
@@ -53,6 +53,7 @@ node_groups:
53
# ...
54
55
# subnet visibility for instances [public (instances will have public IPs) | private (instances will not have public IPs)]
56
+# when using private subnets, you may wish to enable VPC endpoints (via the AWS console) for S3 and ECR to avoid extra NAT Gateway charges
57
subnet_visibility: public
58
59
# NAT gateway (required when using private subnets) [none | single | highly_available (a NAT gateway per availability zone)]
0 commit comments