AWSConfigRemediation-CreateGuardDutyDetector
Description
The AWSConfigRemediation-CreateGuardDutyDetector
runbook creates an
Amazon GuardDuty (GuardDuty) detector in the Amazon Web Services Region where you run the automation.
Document type
Automation
Owner
Amazon
Platforms
Linux, macOS, Windows
Parameters
-
AutomationAssumeRole
Type: String
Allowed values: ^arn:(?:aws|aws-us-gov|aws-cn):iam::\d{12}:role\/[\w+=,.@/-]+$
Description: (Required) The Amazon Resource Name (ARN) of the Amazon Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf.
Required IAM permissions
The AutomationAssumeRole
parameter requires the following actions to
successfully use the runbook.
-
ssm:StartAutomationExecution
-
ssm:GetAutomationExecution
-
guardduty:CreateDetector
-
guardduty:GetDetector
Document Steps
-
aws:executeAwsApi
- Creates a GuardDuty detector. -
aws:assertAwsResourceProperty
- Verifies theStatus
of the detector isENABLED
.