Skip to content

Instantly share code, notes, and snippets.

@esys
Created September 4, 2020 14:12
Show Gist options
  • Save esys/4470522a2f2fcaacf09d81c68a7459d5 to your computer and use it in GitHub Desktop.
Save esys/4470522a2f2fcaacf09d81c68a7459d5 to your computer and use it in GitHub Desktop.
const ng = cluster.addNodegroup("nodegroup", {
instanceType: new ec2.InstanceType("t3.medium"),
minSize: 1,
maxSize: 3,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment