AWS: Managing Access to Identity Center Groups
Before you start
Step 1: Create Accounts Resources
resource "aws_organizations_account" "staging" {
name = "Staging"
- email = "[email protected]" #CHANGEME
+ email = "[email protected]" # Use the email of an account in Identity Center.
}
resource "aws_organizations_account" "production" {
name = "Production"
- email = "[email protected]" #CHANGEME
+ email = "[email protected]" # Use the email of an account in Identity Center.
}Step 2: Configure your Grant Kit
Configure Output
Configure Reviewers
Step 3: Link AWS Identity Center with Abbey
Step 4: Deploy Your Starter Kit
Step 5: Automate Access Management

Next Steps
Last updated
