2 Answers
0
Here is an AWS Support Knowledge Center article that may give you pointers on how to debug this - https://aws.amazon.com/premiumsupport/knowledge-center/iam-assume-role-error/
answered a month ago
0
Just to add a bit more detail to Indranil's answer: Your IAM User does not have permission to call the sts:AssumeRole
action to assume the role.
Adding that permission to the user (for the role resource that you're attempting to assume) will fix the error.
answered a month ago
Relevant questions
not authorized to perform: sts:AssumeRole
asked a month agoError creating CodeBuild project - CodeBuild is not authorized to perform...
Accepted Answerasked 2 months agoSetting up Own MQTT broker (using Mosquitto) - not authorized to perform: iot:CreatePolicy
asked 3 months agoLambda is not authorized to perform: secretsmanager:GetSecretValue
asked 3 years agoIssue uploading C# function to AWS Lambda - not authorized to perform: iam:PassRole"
asked 5 months agoStartCallAnalyticsJob : User is not authorized to access this resource
asked a month agoCodeBuild is not authorized to perform: sts:AssumeRole
asked 4 years agoNot authorized to start new instances
Accepted Answerasked 3 years agoCodepipeline: "root is not authorized to perform: iam:PassRole"
Accepted Answerasked 3 years agoUser: batch.amazonaws.com is not authorized to perform: sts:AssumeRole on r
asked a year ago