AWS: Managing Access to Identity Center Permission Sets
Before you start
Step 1: Configure AWS Resources
Configure Sandbox Account ID
locals {
...
- organizations_account_sandbox_id = [for a in data.aws_organizations_organization.org.accounts : a.id if a.id == "replaceme"][0] # Replace with your AWS Account ID.
+ organizations_account_sandbox_id = [for a in data.aws_organizations_organization.org.accounts : a.id if a.id == "1234"][0]
}Configure Provider Configuration
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
