【发布时间】:2017-07-07 08:34:36
【问题描述】:
您将如何在 AWS 控制台中切换到用户?
我为用户设置了 IAM 政策,我想测试他们是否正常工作。
我尝试过切换角色http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-console.html
使用来自用户 ARN 的帐户 ID(例如
arn:aws:iam::<account id>:user/<username>
在
https://signin.aws.amazon.com/switchrole
使用:
Account: <account id>
Role: test_user
Display Name: Test User
然后点击切换角色,但我得到:
Could not switch roles using the provided information. Please check your settings and try again. If you continue to have problems, contact your administrator.
注意:我是拥有完全访问权限的管理员。
【问题讨论】:
标签: amazon-web-services amazon-iam