Skip to content

Instantly share code, notes, and snippets.

@sivaji
Created July 20, 2020 14:33
Show Gist options
  • Save sivaji/822fb8e57377d0f9eac41f509b811d37 to your computer and use it in GitHub Desktop.
Save sivaji/822fb8e57377d0f9eac41f509b811d37 to your computer and use it in GitHub Desktop.
$ eksctl create cluster \
--name drupal-eks \
--version 1.16 \
--region us-east-1 \
--nodegroup-name standard-workers \
--node-type t3.micro \
--nodes 2 \
--nodes-min 1 \
--nodes-max 2 \
--ssh-access \
--ssh-public-key my-public-key.pub \
--managed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment