
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-identitytry on your machineexplain 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 machineexplain this command