Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Mueller <[email protected]>
  • Loading branch information
Ruilin-Ma and dmuelle authored Jun 5, 2024
1 parent 9b9a5f5 commit fe1a4d4
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 @@ -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##.

Expand Down

0 comments on commit fe1a4d4

Please sign in to comment.