From fe1a4d449b9f5d15124b07e5d2fcf1c6c3fbd07a Mon Sep 17 00:00:00 2001 From: Ruilin-Ma <71634749+Ruilin-Ma@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:40:19 -0400 Subject: [PATCH] Update README.adoc Co-authored-by: David Mueller <48686014+dmuelle@users.noreply.github.com> --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ae78de5..cc94ee5 100644 --- a/README.adoc +++ b/README.adoc @@ -131,7 +131,7 @@ aws configure list === Provisioning a cluster -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. +The `eksctl` CLI tool 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. However, this instance is not covered under the AWS Free Tier. For more information, see the official link:https://aws.amazon.com/ec2/pricing/on-demand/[Amazon EC2 pricing^] documentation. 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##.