1. Prerequisites
Before you begin, ensure that you have installed the following tools: Please also see our installation documentation for more information on how to load the Limina docker image.2. Create EKS cluster and node roles
Follow the AWS documentation to create an IAM role for your EKS cluster (if you don’t have one already) and this is to create an IAM role for your EKS node group. Once you have both of these roles created, proceed to the next step to create your EKS cluster.3. Create EKS Cluster
Follow the AWS documentation to create your EKS cluster which gives you the option to perform this task viaeksctl, the AWS CLI tool or simply through the management console in the AWS portal.
Reminder: Once you’ve created your cluster, don’t forget to update your kubectl config to commincate with it by running:
AWS Command
4. Create EKS Node Group
Follow the AWS documentation to create an EKS node group either througheksctl or the management console in the AWS portal.