Skip to content

Instantly share code, notes, and snippets.

@gezza-b
Last active April 26, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gezza-b/8ff24f828cf462f44f3bb734f57b16d5 to your computer and use it in GitHub Desktop.
Save gezza-b/8ff24f828cf462f44f3bb734f57b16d5 to your computer and use it in GitHub Desktop.
AWS Config Recorder
Resources:
ConfigRecorder:
Type: AWS::Config::ConfigurationRecorder
Properties:
Name: !Ref RecorderName
RecordingGroup:
AllSupported: true
IncludeGlobalResourceTypes: true
RoleARN: !Sub 'arn:aws:iam::${AWS::AccountId}:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment