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.
Questions tagged [aws-sts]
214 questions
-1
votes
1 answer
How to build a login using AWS IAM with javascript SDK?
need to use
AWS IAM
nodejs
AWS STS service
need to
register user
authenticate user
authorize user
and also need to know what are the best ways to do that using AWS services.is it better to use aws cognito?
expected- sample codes
-1
votes
1 answer
Unable to assumerole to access the EC2 instance in AWS
I'm using a multi-account architecture using AWS Control Tower and AWS Organization. I have a master account with an IAM user called agent (with no policies attached and with only CLI access) and then I have another AWS account called dev where I…

vinod827
- 1,123
- 1
- 21
- 45
-1
votes
1 answer
Can I store temporary AWS Credentials (Key, Secret, and sessionToken) obtained from AWS STS service in Javascript source code?
I am working on building a Kinesis video stream and for that purpose, I need to define my AWS Key and Secret in source code, as you can see the official demo here by awslabs…

rohitcoder
- 401
- 1
- 7
- 18
-2
votes
1 answer
Get STS Assume Role User Tags
I am trying to store metadata into an STS "assume role" session so that I can retrieve it when the session user calls my service.
To accomplish this, I am setting a tag during the STS assumeRole creation:
AWSSecurityTokenService service =…

Dennis
- 415
- 4
- 13