From 0611c31c651371f20514ccd0ef28d7ac8755f491 Mon Sep 17 00:00:00 2001 From: Parth Pandit <34379542+parth-pandit@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:21:20 -0500 Subject: [PATCH] update: Fix typos in Spot instance diversification description (#893) Co-authored-by: Niall Thomson --- .../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..34611e27e 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 been pre-installed in your IDE: ```bash $ ec2-instance-selector --version