Skip to content

Instantly share code, notes, and snippets.

@ohaval
Created June 12, 2023 13:51
Show Gist options
  • Save ohaval/3d5ca4a780a7adca933e000c12306a1c to your computer and use it in GitHub Desktop.
Save ohaval/3d5ca4a780a7adca933e000c12306a1c to your computer and use it in GitHub Desktop.
get-sessiont-token usage example
> aws sts get-session-token
{
"Credentials": {
"AccessKeyId": "***",
"SecretAccessKey": "***",
"SessionToken": "***",
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment