Skip to content

Commit

Permalink
added iam roles to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostument committed Aug 31, 2020
1 parent 3b9afd1 commit 4c6296d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Tags are critical to managing AWS resources at scale. Awstaghelper provides a co
* [Kinesis Stream](#kinesis-stream)
* [Kinesis Firehose](#kinesis-firehose)
* [Iam User](#iam-user)
* [Iam Role](#iam-role)
* [Global parameters](#global-parameters)
* [Contributing](#contributing)
* [License](#license)
Expand Down Expand Up @@ -246,7 +247,21 @@ Example:

Read csv and tag iam user - `awstaghelper iam tag-user`
Example:
`awstaghelper iam tag-user --filename firehoseTag.csv --profile main`
`awstaghelper iam tag-user --filename userTag.csv --profile main`

### Iam Role

#### Get role tags

Get list of iam role with required tags - `awstaghelper iam get-role-tags`
Example:
`awstaghelper iam get-role-tags --filename roleTag.csv --tags Name,Owner --profile main`

#### Tag role

Read csv and tag iam user - `awstaghelper iam tag-role`
Example:
`awstaghelper iam tag-role --filename roleTag.csv --profile main`

## Global parameters

Expand Down

0 comments on commit 4c6296d

Please sign in to comment.