Skip to content

Instantly share code, notes, and snippets.

@micahlagrange
micahlagrange / eksctl with existing vpc
Created February 10, 2022 18:01
A working example of creating a cluster with an existing vpc
# Note, you may have to enable mapping public IPs to new instances in existing subnets if not on.
```yaml
---
kind: ClusterConfig
apiVersion: eksctl.io/v1alpha5
metadata:
name: testcluster
region: us-east-1
version: "1.21"