Skip to content

Commit

Permalink
docs: add IAM permission requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed Dec 7, 2020
1 parent 3a62897 commit db3b23b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ If no options are applied, it will fetch all recent pricing data from default re

This CLI utility uses AWS-SDK and requires AWS Access & Secret keys. If environment variables pair `AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY` or `~/.aws/credentials` is available it will use it. Otherwise, you will need to supply credentials through CLI options [`--accessKeyId`](#accessKeyId) and [`--secretAccessKey`](#secretAccessKey).

##### Permissions Required

- ec2:DescribeSpotPriceHistory
- ec2:DescribeInstanceTypes

#### Options

##### --ui
Expand Down

0 comments on commit db3b23b

Please sign in to comment.