This rule specifies that GuardDuty must be enabled to ensure high security compliance.
Rule | GuardDuty should be enabled |
Framework | NIST 800-171 Revision 2 |
Severity | ✔ High |
Rule Description
The rule requires enabling Amazon GuardDuty for NIST 800-171 Revision 2 compliance. GuardDuty is a threat detection service that monitors your AWS environment for suspicious activity and unauthorized behavior. By enabling GuardDuty with the specific NIST 800-171 Revision 2 compliance setting, you ensure the security of your AWS resources according to the guidelines outlined in the NIST framework.
Troubleshooting Steps
If you encounter any issues while enabling GuardDuty for NIST 800-171 Revision 2 compliance, follow these troubleshooting steps:
Check IAM permissions: Ensure that the IAM user or role you are using has the necessary permissions to enable GuardDuty and configure compliance settings. You should have the
guardduty:UpdateConfiguration
permission.Verify GuardDuty region: Make sure you are enabling GuardDuty in the correct AWS region. Different regions may have different compliance requirements.
Check GuardDuty service status: Verify that GuardDuty is currently available in the region where you want to enable it. You can check the AWS Service Health Dashboard or use the AWS CLI command
aws guardduty list-detectors
to determine the status of GuardDuty.Review NIST 800-171 Revision 2 requirements: Double-check the specific requirements of the NIST 800-171 Revision 2 framework and ensure that you have configured GuardDuty settings accordingly.
Necessary Codes
No specific codes are required for enabling GuardDuty with the NIST 800-171 Revision 2 compliance setting. The steps below outline the configuration process.
Step-by-Step Guide
Follow these steps to enable GuardDuty for NIST 800-171 Revision 2 compliance:
Log in to the AWS Management Console.
Go to the GuardDuty service.
On the GuardDuty dashboard, click on Get started if you haven't set up GuardDuty yet. If you have already enabled GuardDuty, skip to step 5.
Follow the on-screen instructions to enable GuardDuty in your AWS account. This involves choosing the regions to enable GuardDuty in and defining the S3 bucket for storing findings.
After GuardDuty is enabled, go to the Settings tab.
In the Compliance settings section, click on Edit.
Choose NIST 800-171 Revision 2 from the compliance standards dropdown menu.
Click Save to apply the NIST 800-171 Revision 2 compliance setting.
GuardDuty will now be enabled with the NIST 800-171 Revision 2 compliance setting, allowing it to monitor your AWS environment and detect potential security threats according to the specified standards.
Please note that enabling GuardDuty and configuring compliance settings is just one component of achieving full compliance with the NIST 800-171 Revision 2 framework. Ensure you have implemented other necessary security measures and practices to meet all compliance requirements.