Skip to content

Commit

Permalink
Merge pull request #208 from ng29/patch-1
Browse files Browse the repository at this point in the history
Update aws-credentials.md
  • Loading branch information
SvenAlHamad committed Oct 15, 2020
2 parents 221ebbc + 7b90321 commit 0481d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/get-started/aws-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Lastly, you will receive a Success message where you will see your **Access key

![aws-user-created](/img/guides/aws-iam/aws-user-created.png)

Now that we have the **Access key ID** and **secret access key** we can put them in `~/.aws/credentials`. It should look something like this:
Now that we have the **Access key ID** and **secret access key** we can put them in `~/.aws/credentials` on Linux/macOS or at `C:\Users\USERNAME\.aws\credentials`on Windows.It should look something like this:

![aws-credentials](/img/guides/aws-iam/aws-credentials.png)

And that's it! You now have your AWS credentials, happy coding!
And that's it! You now have your AWS credentials, happy coding!

0 comments on commit 0481d12

Please sign in to comment.