Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions 00-dev-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,18 @@ aws sts get-session-token \
/
```

This will return json containing the temporarily credentials.(**WARNING: special characters in the 'SecretAccessKey' may not work for Windoze machines)
This will return json containing the temporary credentials.(**WARNING: special characters in the 'SecretAccessKey' may not work for Windoze machines)

**Notice: these are not the SecretAccessKey and SessionToken you provided before. These are brand spanking new to be used specifically for a new programmatic connection**

```mermaid
sequenceDiagram
You ->> AWS: I need temporary credentials
Note right of AWS: Thinking... Thinking
AWS ->> You: Here are the new credentials...
You ->> AWS: Here's the credentials to get me access
AWS ->> You: Soup for you. You have access!!
```

```shell
"Credentials": {
Expand Down Expand Up @@ -221,5 +232,5 @@ to complete the training work. In your Cloud9 Editor, perform the following:
application in that language
- Add the files to your new branch, commit them, and push the branch up to
your forked repository
- Create a pull request from your branch to the master branch within your forked
- Create a pull request from your branch to the master branch within YOUR forked
repository and merge after reviewing