Migrate IAM Users to AWS SSO

1

Hello everyone, Is there a way to migrate IAM Users to AWS SSO? So, I don't have to re-enter the users again. I know I can list my users with the following command: aws organizations list-accounts

Cheers Edu

질문됨 2년 전2792회 조회
1개 답변
1

It's not an easy task, you need to have a plan because it not just involves copy-and-paste the username, but also the permission configuration in your account (Otherwise, you'll just create a bunch of users without any permission).

  1. First, you need to gather the list of IAM users, and categorise them into groups according to their permission level.
  2. For every permission level, you need to create a permission set
  3. Create SSO users (Note that the information required is more than IAM users, you'll need the users' email address. So you can't simply copying the IAM username here)
  4. Create group and add the SSO users into them by the permission category you defined earlier
  5. Assign permission sets to different groups

Migrating to AWS SSO is not just a technical task but also an opportunity to review the access management of your organisation.

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠