0 votes
in AWS Access Management by
How do I assume an IAM role?

1 Answer

0 votes
by

You assume an IAM role by calling the AWS Security Token Service (STS) AssumeRole APIs (in other words, AssumeRole, AssumeRoleWithWebIdentity, and AssumeRoleWithSAML). These APIs return a set of temporary security credentials that applications can then use to sign requests to AWS service APIs.

Related questions

0 votes
asked Aug 3, 2021 in AWS Access Management by rajeshsharma
0 votes
asked Aug 9, 2021 in AWS Access Management by rajeshsharma
...