This rule ensures at least one enabled trail exists in a specific region.
Rule | At least one enabled trail should be present in a region |
Framework | NIST 800-53 Revision 5 |
Severity | ✔ Low |
Rule Description:
This rule enforces that at least one AWS CloudTrail is enabled in a specific region, in order to comply with the NIST (National Institute of Standards and Technology) 800-53 Revision 5 security framework. This ensures the availability of detailed logs and captures important events for monitoring and auditing purposes.
Troubleshooting Steps:
Remediation:
In order to remediate the rule, follow these steps:
Open the AWS Management Console and navigate to the CloudTrail service.
Select the desired region where the CloudTrail should be enabled.
Click on the "Create trail" button to create a new trail.
Provide a meaningful name for the trail to easily identify its purpose.
Select the S3 bucket where CloudTrail logs will be stored. If no bucket is available, create a new one.
Enable the log file validation feature for added security and integrity.
Choose the appropriate SNS topic or CloudWatch Logs group for receiving notifications or log delivery.
Enable the desired type of logs to capture the required events. Consider the options like Management events, Data events, or AWS Lambda integration.
Configure additional advanced features if necessary, such as encryption, multi-region log file replication, or custom tags.
Review the trail settings and click on the "Create" button to enable the CloudTrail trail.
Validate that the newly created trail is operational and capturing the desired events by reviewing the trail's status and log files.
Verification:
To verify that the CloudTrail trail is enabled and working correctly:
Open the AWS Management Console and navigate to the CloudTrail service.
Select the appropriate region.
Locate the created trail and ensure its status is set to "Enabled".
Verify that the trail is logging the expected events by reviewing the log files stored in the selected S3 bucket.
Additional Notes: