Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Add AWS Profile details (#64)
Browse files Browse the repository at this point in the history
Update README to include AWS profile creation link and environment variables
link.
  • Loading branch information
VijayanB authored Mar 19, 2021
1 parent 52e5b96 commit a188a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ Password: *******
Profile created successfully.
```
2. Create default profile where the cluster's security uses AWS IAM ARNs as users.
AWS credentials can be provided either by specifying aws profile name or using [environment variables](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html).
You can find details about creating aws profiles [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html).
```
$ odfe-cli profile create --auth-type "aws-iam" \
--name "default" \
Expand Down

0 comments on commit a188a7c

Please sign in to comment.