Using Identity Center to limit permission access

0

Hello! I have a multi-account setup but want to limit the developers permission as they have more access than required. In, AWS IAM this can be viewed via IAM access analyzer but with Identity center no information on this.

edo
已提问 4 个月前172 查看次数
1 回答
1

Hi,

The right way to achieve what you want in a multi-account structure is to use the SCPs (Service Control Policies)of AWS Organizations. AWS Orgs is integrated with AWS IIC.

SCP details: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html

Before reading those, you may want to read the foundational paper re. AWS Orgs: https://docs.aws.amazon.com/pdfs/whitepapers/latest/organizing-your-aws-environment/organizing-your-aws-environment.pdf

Best,

Didier

profile pictureAWS
专家
已回答 4 个月前
profile picture
专家
已审核 4 个月前
  • Implementing SCPs is at the account level. I actually have the users in Groups that's attached to the different accounts. Maybe to be more clear, currently the developers have administrator access but i want to limit this access using policies as such implementing least privilege.

  • SCPs are at account level but distributed automatically from master AWS Orgs account.

    Even if you users have local admin rights. the proper SCP will limit their rights.

    I suggest to https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html

    It says "An SCP defines a guardrail, or sets limits, on the actions that the account's administrator can delegate to the IAM users and roles in the affected accounts. The administrator must still attach identity-based or resource-based policies to IAM users or roles, or to the resources in your accounts to actually grant permissions. The effective permissions are the logical intersection between what is allowed by the SCP and what is allowed by the IAM and resource-based policies."

    Because of this "intersection", you can downgrade the effective rights to least privilege via a restricitive SCP even if users keep admin rights at account level

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

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

回答问题的准则