From 0e7c92f1d777373ca52d74aea7463cb9e52003be Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Mon, 15 Apr 2024 14:15:57 -0600 Subject: [PATCH] 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