Top "Aws-sts" questions

The AWS Security Token Service (STS) is a web service that lets you grant a trusted user temporary, limited-privilege credentials to access your Amazon Web Services (AWS) resources.

Quick way to get AWS Account number from the AWS CLI tools?

Looking for a quick way to pull my account number, I had originally thought of using aws iam get-account-authorization-details --max-items 1 …

amazon-web-services aws-cli amazon-iam aws-sts
aws sts get-session-token fails with profile

I'm trying to get a session token in order to set environment variables in order to use a tool which …

amazon-web-services aws-sts
AWSSecurityTokenServiceException: Acced denied. User is not authorized to perform sts:AssumeRole

I'm new to aws. I want to generate temporary credentials for aws call. And for that I use example from …

amazon-web-services aws-cognito aws-java-sdk aws-sts