Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Infrastructure Optimizer supports Amazon EKS 1.28 or newer.

If you don’t have an existing EKS cluster, you can use the following command to provision one that uses the eksctl default cluster parameters:

Code Block
languagebash
eksctl create cluster --name <cluster_name>

The following tools are required to complete the integration setup:

If you don’t have an existing EKS cluster, you can use the following command to provision one that uses the eksctl default cluster parameters:

...

languagebash

...

EKS Nodegroup IAM

By default, the EKS node group should have the following AWS-managed IAM roles attached:

...