Lab: Logging GuardDuty Findings to S3
How to export GuardDuty logs to Amazon S3
Overview
Deployment
# clone the AWS Security Cookbook repository
git clone https://github.com/Ty182/AWS-Security-Cookbook-by-Tyler
# navigate to AWS GuardDuty directory
cd AWS_Cookbook_by_Tyler/recipes/aws_guardduty/Lab:Logging_GuardDuty_Findings_to_S3
# initialize the directory and download the required terraform providers
terraform init
# check formatting and validate the syntax is correct
terraform fmt && terraform validate
# check the resources that will be created
terraform plan
# deploy the resources
terraform applyValidating Deployment

Generating and Exploring Findings


Cleanup
PreviousLab: Deploying AWS GuardDuty via TerraformNextLab: Adversary Simulation Detection with Stratus Red Team and GuardDuty
Last updated