1 Answer
- Newest
- Most votes
- Most comments
0
This is tough to answer without examining the specific policies. However, here are the recommended debugging steps:
- Check IAM Permissions: Make sure your IAM user has all required permissions:
- datazone:CreateProjectMembership
- datazone:ListProjects
- datazone:UpdateProject
- datazone:GetProject
- datazone:ListProjectMembers
- datazone:GetProjectMembershipPolicy
-
Domain Unit Membership Policy: Verify the policy configuration: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": ["arn:aws:iam::account-id:user/your-username"] }, "Action": [ "datazone:CreateProjectMembership", "datazone:ManageProject" ], "Resource": "*" } ] }
-
Check Role Requirements:
- Ensure you have the OWNER role in the project
- Verify Domain Unit admin permissions
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 4 years ago
