AWS SSO Groups and Root Users Archives - AWS Security Architect https://awssecurityarchitect.com/tag/aws-sso-groups-and-root-users/ Experienced AWS, GCP and Azure Security Architect Sat, 24 Sep 2022 08:39:46 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 214477604 AWS SSO Groups and Root Users https://awssecurityarchitect.com/aws-iam/aws-sso-groups-and-root-users/ https://awssecurityarchitect.com/aws-iam/aws-sso-groups-and-root-users/#respond Sat, 24 Sep 2022 08:39:46 +0000 https://awssecurityarchitect.com/?p=12 How do SSO groups work in an AWS organization? How do you restrict root users at lower levels in an organization? AWS SSO Groups and Permission Sets Users use their […]

The post AWS SSO Groups and Root Users appeared first on AWS Security Architect.

]]>
How do SSO groups work in an AWS organization? How do you restrict root users at lower levels in an organization?

AWS SSO Groups and Permission Sets

  1. Users use their directory credentials to sign in to the user portal.
  2. Users then choose the AWS account name that will give them federated access to the AWS Management Console for that account.
  3. Users who are assigned multiple permission sets choose which IAM role to use.

Permission sets are a way to define permissions centrally in AWS SSO so that they can be applied to all of your AWS accounts. These permission sets are provisioned to each AWS account as an IAM role. The user portal gives users the ability to retrieve temporary credentials for the IAM role of a given AWS account so they can use it for short-term access to the AWS CLI.

To use AWS SSO with AWS Organizations, you must first Enable AWS SSO, which grants AWS SSO the capability to create Service-linked roles in each account in your AWS organization. These roles are not created until after you Assign user access for a given account.

Restrict Root User Access at Sub Account Levels

While a root users can exist at the master account level, it is not a good idea to leave root users enabled at each of the lower level accounts.

Fortunately, there’s an SCP to restrict that. This Service Control Policies Restricts the Use of the Root User in an AWS Account.

This SCP prevents restricts throot user in an AWS account from taking any action, either directly as a command or through the console.

The post AWS SSO Groups and Root Users appeared first on AWS Security Architect.

]]>
https://awssecurityarchitect.com/aws-iam/aws-sso-groups-and-root-users/feed/ 0 12