Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed Oct 18, 2019
1 parent 628ff79 commit 699cc60
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Defaults to all available AWS region which does not require opt-in.

### --family

EC2 instance families to filter. Accepts multiple string values.
EC2 instance families to filter. Will be translated to `--familyType` and `--size` values.
Accepts multiple string values.
Choose from: `general`, `compute`, `memory`, `storage`, `acceleratedComputing`

### --instanceType | -i
Expand All @@ -34,10 +35,6 @@ For example, `-f c4 c5 -s large xlarge` is equivalent to `-i c4.large c5.large c
EC2 size (`large`, `xlarge`, etc..). Accepts multiple string values. Requires `--familyType` option to be used together.
See [`--familyType`](#familyType) section for more detail.

### --limit | -l

Limits list of price information items to be returned.

### --priceMax | -p

Maximum price.
Expand All @@ -47,6 +44,10 @@ Maximum price.
Instance product description to filter. Accepts multiple string values.
You can use `linux` or `windows` (all in lowercase) as wildcard.

### --limit | -l

Limits list of price information items to be returned.

### --accessKeyId

Specific AWS Access Key ID. Requires `--secretAccessKey` option to be used together.
Expand Down

0 comments on commit 699cc60

Please sign in to comment.