Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Managing multiple AWS Console logins

I have several AWS Console logins provided by various unrelated clients. If i'm working on multiple clients at once this means essentially using multiple browsers and their private mode to keep them all open.

Does anybody have a more elegant solution to this? They are for different clients so AWS Organisations is not an option.

Thanks!

like image 517
JimBlizz Avatar asked Oct 17 '22 16:10

JimBlizz


1 Answers

Yes!

The AWS Management Console allows you to switch roles.

  • Create a role in each account you would like to use
  • Establish a trust relationship between that role and your normal IAM User
  • In the management console, supply the ARN of the role you'd like to switch to
  • Switch to it!

However, I suspect that you can't have multiple tabs open to different roles -- but it makes it much easier to switch in and out of different roles without having to login to each one.

See: Switching to a Role (Console) - AWS Identity and Access Management

like image 110
John Rotenstein Avatar answered Oct 25 '22 05:10

John Rotenstein