[centos@ip-10-100-4-240 ~]$ cat /data/shelley/cluster.yaml apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: cs-k8s-cluster region: us-west-2 version: '1.16' tags: 'Owner': 'SoftwareDevDept' vpc: id: "vpc-05b756b29c94fef66" # (optional, must match VPC ID used for each subnet below) cidr: "10.100.0.0/16" # (optional, must match CIDR used by the given VPC) subnets: # must provide 'private' and/or 'public' subnets by availibility zone as shown public: us-west-2a: id: "subnet-093837539ccacaae8" cidr: "10.100.0.0/19" # (optional, must match CIDR used by the given subnet) us-west-2b: id: "subnet-0b6b35e29c009928a" cidr: "10.100.32.0/19" # (optional, must match CIDR used by the given subnet) us-west-2c: id: "subnet-01e3bfde4755f67e2" cidr: "10.100.64.0/19" # (optional, must match CIDR used by the given subnet) us-west-2d: id: "subnet-0286c131713e85585" cidr: "10.100.96.0/19" # (optional, must match CIDR used by the given subnet) private: us-west-2a: id: "subnet-0ca641ee980ff32f9" cidr: "10.100.128.0/19" # (optional, must match CIDR used by the given subnet) us-west-2b: id: "subnet-08c29d1387063d44e" cidr: "10.100.160.0/19" # (optional, must match CIDR used by the given subnet) us-west-2c: id: "subnet-09c6c0901fb5237a4" cidr: "10.100.192.0/19" # (optional, must match CIDR used by the given subnet) us-west-2d: id: "subnet-00d5c0082c082cf54" cidr: "10.100.224.0/19" # (optional, must match CIDR used by the given subnet)