Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbgu1 committed Feb 26, 2024
1 parent 14b2d0a commit 57572fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/blueprints/data-analytics/datahub-on-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This blueprint deploys an EKS Cluster into a new VPC by default:
- Creates a new sample VPC, 2 Private Subnets and 2 Public Subnets
- Creates Internet gateway for Public Subnets and NAT Gateway for Private Subnets

You may also deploy to an existing VPC by setting `create_vpc` variable to `true` and specify `vpc_id`, `private_subnet_ids`, and `vpc_cidr` values.
You may also deploy to an existing VPC by setting value for `create_vpc` variable to `false` and specify `vpc_id`, `private_subnet_ids`, and `vpc_cidr` values.

- Creates EKS Cluster Control plane with public endpoint (for demo reasons only) with core managed node group, on-demand node group and Spot node group for Spark workloads.
- Deploys Metrics server, Cluster Autoscaler, Prometheus server and AMP workspace, and AWS LoadBalancer Controller.
Expand Down

0 comments on commit 57572fe

Please sign in to comment.