1 Answer
- Newest
- Most votes
- Most comments
1
Hi
Here are the alternatives you can consider "Specifically to Your requirement"
- Create more IAM groups and attach the managed policy to the group. You can assign IAM users to up to 10 groups. You can also attach up to 10 managed policies to each group, for a maximum of 120 policies (20 managed policies attached to the IAM user, 10 IAM groups, with 10 policies each). More Information - https://repost.aws/knowledge-center/iam-increase-policy-size
- Create a single, high-level permission set with the core permissions common to all teams. Establish permissions boundaries for each team - Refer https://aws.amazon.com/blogs/security/when-and-where-to-use-iam-permissions-boundaries/
- Use IAM Switch Roles, Lets assume "Developer-Role" - Max 20 Policies and tell your team to switch role if they want to acess other services other than the permissions they have.
Relevant content
- asked a year ago
- asked 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
Thanks I'll check this options!