You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a tool that helps users manage their AWS resources on their own computers. Before the tool can start handling the users' resources, it needs to get hold of their AWS access credentials. Is there a way I can walk them through a login process using a web browser to obtain these credentials?
I'd rather not use the AWS CLI so that we can keep the steps needed for using this tool to a minimum.
I've learned a few methods, like AssumeRole. It seems that I need to log in to my account first. However, it's not possible to log in to my account on the users' machine.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on a tool that helps users manage their AWS resources on their own computers. Before the tool can start handling the users' resources, it needs to get hold of their AWS access credentials. Is there a way I can walk them through a login process using a web browser to obtain these credentials?
I'd rather not use the AWS CLI so that we can keep the steps needed for using this tool to a minimum.
I've learned a few methods, like AssumeRole. It seems that I need to log in to my account first. However, it's not possible to log in to my account on the users' machine.
Beta Was this translation helpful? Give feedback.
All reactions