This rule states that IAM users should not be assigned any inline or attached policies.
Rule | IAM user should not have any inline or attached policies |
Framework | FedRAMP Low Revision 4 |
Severity | ✔ Low |
Rule Description:
The rule states that IAM users should not have any inline or attached policies for FedRAMP Low Revision 4. This is to ensure compliance with the security requirements specified by FedRAMP (Federal Risk and Authorization Management Program) for Low impact level systems.
Troubleshooting Steps:
Identify IAM users with attached policies:
Review policies for FedRAMP Low Revision 4:
Remove or detach policies:
Necessary Codes (if applicable):
There are no specific codes required for this rule.
Step-by-Step Guide for Remediation:
To remediate and ensure that IAM users do not have any inline or attached policies for FedRAMP Low Revision 4, follow these steps:
Sign in to the AWS Management Console with your administrator-level credentials.
Open the IAM service from the services menu.
Click on "Users" in the left navigation pane to view the list of IAM users.
Review the list of IAM users and identify those with attached policies.
Click on the user's name to access their IAM settings.
Scroll down to the "Permissions" section.
In the "Permissions" section, locate the inline policies settings.
If there are any inline policies related to FedRAMP Low Revision 4, remove them by clicking "Delete" next to each policy.
Scroll up to the "Managed policies" section.
Review the list of attached policies and identify the policy related to FedRAMP Low Revision 4.
Click on the policy name to view its details.
In the policy details page, click "Detach policy" to remove the policy from the user's IAM settings.
Confirm the detachment by clicking "Detach" in the confirmation dialog box.
Repeat steps 5 to 13 for each IAM user with relevant policies.
By following these steps, you can ensure that IAM users do not have any inline or attached policies for FedRAMP Low Revision 4, enforcing compliance with the security requirements.