aws iam identity center user add account role

0

I in my ORG I have a user added via identity center. That user only has "user" type perms as described by the groups in identity center. However, this user needs to have a specific role added to him for an account in the ORG.

How do I go about adding the role for that one user? Or do I need to add a new group in identity center with that role and assign it to that user?

已提问 3 个月前126 查看次数
2 回答
0

You would create a Permission Set and assign the permission set to that user.

profile pictureAWS
专家
已回答 3 个月前
profile picture
专家
已审核 3 个月前
0

Hi,

You can manage your users individually or with groups.

For scalabitliy the recommendation is to use groups. Groups are useful when assigning access to AWS accounts and applications. Rather than assign each user individually, you give permissions to a group. Later, as you add or remove users from a group, the user dynamically gets or loses access to accounts and applications that you assigned to the group.

However, you can assign permisos directly to users using permission sets. A permission set is a template that you create and maintain that defines a collection of one or more IAM policies. Permission sets simplify the assignment of AWS account access for users and groups in your organization. For example, you can create a Database Admin permission set that includes policies for administering AWS RDS, DynamoDB, and Aurora services, and use that single permission set to grant access to a list of target AWS accounts within your AWS Organization for your database administrators.

IAM Identity Center assigns access to a user or group in one or more AWS accounts with permission sets. When you assign a permission set, IAM Identity Center creates corresponding IAM Identity Center-controlled IAM roles in each account, and attaches the policies specified in the permission set to those roles. IAM Identity Center manages the role, and allows the authorized users you’ve defined to assume the role, by using the IAM Identity Center User Portal or AWS CLI. As you modify the permission set, IAM Identity Center ensures that the corresponding IAM policies and roles are updated accordingly.

References:

I hope this helps.

AWS
SergioA
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则