Skip to content

Instantly share code, notes, and snippets.

@dimastatz
Created September 27, 2020 18:28
Show Gist options
  • Save dimastatz/34bb75248247f6a3ee1b4c8e770d13fd to your computer and use it in GitHub Desktop.
Save dimastatz/34bb75248247f6a3ee1b4c8e770d13fd to your computer and use it in GitHub Desktop.
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: spark-cluster
region: us-east-1
version: "1.14"
availabilityZones: ["us-east-1a", "us-east-1b","us-east-1c"]
nodeGroups:
- name: spark-nodes
instanceType: m5.xlarge
volumeSize: 30
desiredCapacity: 4
privateNetworking: true
maxPodsPerNode: 10
iam:
attachPolicyARNs:
- arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy
- arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy
- <YOUR_AWS_IAM_POLICY_ARN>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment