From 36ea9e1766b9ea38f804cd8fb8328f6e14c552f1 Mon Sep 17 00:00:00 2001 From: Parth Pandit <34379542+parth-pandit@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:54:46 -0500 Subject: [PATCH 1/2] Update instance-diversification.md Corrected a couple of typos --- .../managed-node-groups/spot/instance-diversification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md b/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md index ce3e046b9..58aebf603 100644 --- a/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md +++ b/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md @@ -27,9 +27,9 @@ In this workshop we will assume that our cluster node groups should be provision We will use **[amazon-ec2-instance-selector](https://github.com/aws/amazon-ec2-instance-selector)** to help us select the relevant instance types and families with sufficient number of vCPUs and RAM. -There are over 350 different instance types available on EC2 which can make the process of selecting appropriate instance types difficult `amazon-ec2-instance-selector` helps you select compatible instance types for your application to run on. The command line interface can be passed resource criteria like vcpus, memory, network performance, and much more and then return the available, matching instance types. +There are over 350 different instance types available on EC2 which can make the process of selecting appropriate instance types difficult. To make it easier, `amazon-ec2-instance-selector`, a CLI tool, helps you select compatible instance types for your application to run on. The command line interface can be passed resource criteria like vcpus, memory, network performance, and much more and then return the available, matching instance types. -The CLI tool has be pre-installed in your IDE: +The CLI tool has to be pre-installed in your IDE: ```bash $ ec2-instance-selector --version From 0e7c92f1d777373ca52d74aea7463cb9e52003be Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Mon, 15 Apr 2024 14:15:57 -0600 Subject: [PATCH 2/2] Update instance-diversification.md --- .../managed-node-groups/spot/instance-diversification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md b/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md index 58aebf603..34611e27e 100644 --- a/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md +++ b/website/docs/fundamentals/managed-node-groups/spot/instance-diversification.md @@ -29,7 +29,7 @@ types and families with sufficient number of vCPUs and RAM. There are over 350 different instance types available on EC2 which can make the process of selecting appropriate instance types difficult. To make it easier, `amazon-ec2-instance-selector`, a CLI tool, helps you select compatible instance types for your application to run on. The command line interface can be passed resource criteria like vcpus, memory, network performance, and much more and then return the available, matching instance types. -The CLI tool has to be pre-installed in your IDE: +The CLI tool has been pre-installed in your IDE: ```bash $ ec2-instance-selector --version