Skip to content

Commit

Permalink
Clarify the steps of viewing the instance types on EC2 home
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruilin-Ma committed May 31, 2024
1 parent 757d0e9 commit 9461e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9461e73

Please sign in to comment.