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/17aa0dd1d8f081be2240bbab6e93df35 to your computer and use it in GitHub Desktop.
Save gezza-b/17aa0dd1d8f081be2240bbab6e93df35 to your computer and use it in GitHub Desktop.
AWS Config CloudWatch rule for approved AMIs
{
"source": ["aws.config"],
"detail-type": ["Config Rules Compliance Change"],
"detail": {
"messageType": ["ComplianceChangeNotification"],
"configRuleName": [
"approved-amis-by-id"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment