Configuration to enable Amazon GuardDuty as a Master account and send invitations to member accounts.

Amazon GuardDuty is a threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts, workloads, and data stored in Amazon S3.
Items
2
Size
0.4 KB
Missing Parameters
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  GuardDuty:
    Type: 'AWS::GuardDuty::Detector'
    Properties:
      Enable: true
      DataSources:
        S3Logs:
          Enable: true
  GuardDutyMember1:
    Type: 'AWS::GuardDuty::Member'
    Properties:
      Status: Invited
      MemberId: ''
      Email: ''
      DetectorId:
        Ref: GuardDuty
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

S3 Protection

Detector Settings

GuardDuty Member Accounts

* Required field