This rule mandates the presence of at least one multi-region AWS CloudTrail in an account.
Rule | At least one multi-region AWS CloudTrail should be present in an account |
Framework | NIST 800-53 Revision 5 |
Severity | ✔ Medium |
Rule Description
At least one multi-region AWS CloudTrail should be present in an account to comply with the NIST 800-53 Revision 5 security control.
Troubleshooting Steps
If you encounter any issues or errors while setting up the multi-region AWS CloudTrail, you can follow these troubleshooting steps:
Necessary Code
To set up a CloudTrail in multiple regions, you can use the AWS Command Line Interface (CLI) or AWS Management Console. Here's an example code snippet using the AWS CLI:
aws cloudtrail create-trail --name MyMultiRegionTrail --is-multi-region --s3-bucket-name my-cloudtrail-bucket --region us-west-2 --tags Key=Name,Value=MyMultiRegionTrail
Step-by-Step Guide for Remediation
To ensure compliance with the NIST 800-53 Revision 5 security control, follow these step-by-step instructions to set up a multi-region CloudTrail using the AWS Management Console:
By following these steps, you can successfully set up a multi-region AWS CloudTrail to meet the requirements of NIST 800-53 Revision 5 in your AWS account.