Other Articles

Enable GuardDuty

This check ensures that Amazon GuardDuty is enabled to continuously monitor for malicious or unauthorized behavior in your AWS account. Enabling GuardDuty helps improve security posture and provides alerts for potential threats.

Check Details

  • Resource: General
  • Check: Enable GuardDuty
  • Risk: Lack of threat detection and monitoring in your AWS account

Remediation via AWS Console

  1. Log in to the AWS Management Console and open Amazon GuardDuty. Amazon GuardDuty Console
  2. If GuardDuty is not enabled, click Get Started and choose Enable GuardDuty. Enable GuardDuty
  3. Repeat these steps for all required AWS regions.

Remediation via AWS CLI

  1. Log in to the AWS Management Console and click the CloudShell icon (>_) in the top-right corner. AWS CloudShell
  2. Enable GuardDuty in the current region:
    
    
    aws guardduty create-detector --enable
    Enable Guardduty
    
  3. Repeat for all AWS regions used by your account (update --region accordingly).