Skip to content

Commit

Permalink
Update instance-diversification.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Apr 15, 2024
1 parent 36ea9e1 commit 0e7c92f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e7c92f

Please sign in to comment.