Create an Amazon Elastic Kubernetes Service (EKS) cluster with jx

In the lesson we will discuss how to create a EKS cluster with jx.

Setting environment variables

To interact with AWS through its CLI, we need environment variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_DEFAULT_REGION

There are other ways, but I’ll ignore them in this course.

Get hands-on with 1300+ tech skills courses.