1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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
Contenido relevante
preguntada hace un año
preguntada hace 10 meses
preguntada hace un año
preguntada hace 10 meses
- OFICIAL DE AWSActualizada hace 9 meses

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 .