1 Answer
- Newest
- Most votes
- Most comments
0
You can create a new permission set and attach the policy only SSO users needed to the permission set. More informations, please refer to https://docs.aws.amazon.com/singlesignon/latest/userguide/permissionsetsconcept.html
Relevant content
asked 3 years ago
asked 4 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a year ago

Thanks for the response. However my problem is managing multiple permission sets for different SSO users across AWS accounts. Example:
Other than creating a separate permission set for each of these cases, is there an easier way to manage permissions that will scale? We have over 50 accounts in our AWS Organizations and the SSO users will need varying levels of access. I don't want to have to manage hundreds of permission sets.
Thanks!
It's better to use ABAC( Attribute Based Access Control). Tag different resources within each account with permission tag, and add condition statement in the IAM policy. You can refer to this link for more details: https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_attribute-based-access-control.html .