Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Jan 25, 2024
1 parent f7a72af commit fb11f7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Find more details on [connector](https://opensearch.org/docs/latest/ml-commons-p

### 4.1 Get temporary credential of the role created in step 3.1:
```
aws sts assume-role role-arn your_iam_role_arn_created_in_step3.1 --role-session-name your_session_name
aws sts assume-role --role-arn your_iam_role_arn_created_in_step3.1 --role-session-name your_session_name
```

the temporary credential configured in `~/.aws/credentials` like this
Expand Down

0 comments on commit fb11f7d

Please sign in to comment.