Quick start cluster setup
Instructions for quickly setting up an EKS cluster
This page provides instructions for setting up an Amazon EKS cluster that supports NannyML Cloud. It is intended as a quick start when you just want to get going. For configuration options and explanation please consult the AWS documentation.
You will need to have AWS API credentials configured. The account used needs permissions to manage EKS clusters and IAM roles.
Install eksctl
Define cluster name
Create cluster with EBS CSI driver
Delete cluster
At some point you may decide to delete your cluster, e.g. after initial testing you want to create a cluster in your AWS organisation account.
Deleting a cluster containing a NannyML Cloud instance will cause models and configuration to be lost.
This deletes all cluster resources, including EC2 instances and IAM roles associated with cluster. However, it does not delete Elastic Block Store (EBS) volumes. If desired, you can delete these manually from the AWS Console.
Last updated