Tuesday, May 10, 2022

Error: checking AWS STS access – cannot get role ARN for current session: operation error STS: GetCallerIdentity

Error: checking AWS STS access – cannot get role ARN for current session: operation error STS: GetCallerIdentity

Fix:

You need to attach IAM role with Administrator Access policy to the EC2 instance for creating EKS cluster.




1 comment:

  1. Please can you go step by step on how to apply the fix?

    ReplyDelete

GitHub Actions CICD Pipeline to Deploy Java WebApp into Azure App Service | Integration GitHub Actions with Azure App Service

Pre-requisites: Make sure Java web app is setup in GitHub Azure subscription to create web app What are we going to do in this lab? 1. Creat...