This rule ensures IAM users are in at least one group for improved security and access control.
Rule | IAM users should be in at least one group |
Framework | NIST 800-53 Revision 5 |
Severity | ✔ High |
Rule Description:
IAM users should be assigned to at least one group in order to comply with the NIST 800-53 Revision 5 security requirement. By assigning IAM users to groups, access permissions can be managed in a more organized and efficient manner. This rule helps ensure that proper access controls are in place, minimizing the risk of unauthorized access to sensitive resources within the AWS environment.
Troubleshooting Steps:
If an IAM user is not assigned to any group, follow these troubleshooting steps:
Necessary Code:
No specific code is required for this rule.
Step-by-Step Guide for Remediation:
To remediate this issue, follow the steps below:
By following these steps, you will ensure that all IAM users are assigned to at least one group, meeting the compliance requirements of NIST 800-53 Revision 5.