From 9461e73fa1c56d7fc049f7a84d127cd11f35e6ae Mon Sep 17 00:00:00 2001 From: Ruilin Ma Date: Fri, 31 May 2024 12:26:24 -0400 Subject: [PATCH] Clarify the steps of viewing the instance types on EC2 home --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b7aa91b..0d68f89 100644 --- a/README.adoc +++ b/README.adoc @@ -133,7 +133,7 @@ aws configure list The `eksctl` CLI tool greatly simplifies the process of creating clusters on EKS. By default, the command includes a single `t2.small` Amazon Elastic Compute Cloud (EC2) instance that supports both `i386` and `x86_64` architectures. Please note that this instance is not covered under the AWS Free Tier; for more details, refer to the official https://aws.amazon.com/ec2/pricing/on-demand/[Amazon EC2 pricing^] documentation. -If you need to build Docker images using the other architecture such as ARM64, you will need to switch the instance type accordingly. To view the AWS supported instance types, please navigate to ##EC2 Dashboard## > ##Instances## > ##Instance Types##. +If you need to build Docker images using the other architectures, such as ARM64, you will need to switch the instance type accordingly. To view the AWS supported instance types, please check out the navigation bar in EC2 home and navigate to ##Instances## > ##Instance Types##. To create your cluster, use the `eksctl create cluster` command: