Forrest logo
back to context overview

aws-sts

List of commands for aws-sts:

  • aws-sts:tldr:6199d aws-sts: Get an IAM user or role whose credentials are used to call the operation.
    $ aws sts get-caller-identity
    try on your machine
    explain this command
  • aws-sts:tldr:7f2d3 aws-sts: Get temporary security credentials to access specific AWS resources.
    $ aws sts assume-role --role-arn ${aws_role_arn}
    try on your machine
    explain this command
back to context overview