Skip to content

Instantly share code, notes, and snippets.

View gezza-b's full-sized avatar

Gerald Bachlmayr gezza-b

View GitHub Profile
@gezza-b
gezza-b / gist:17aa0dd1d8f081be2240bbab6e93df35
Last active April 26, 2020 07:17
AWS Config CloudWatch rule for approved AMIs
{
"source": ["aws.config"],
"detail-type": ["Config Rules Compliance Change"],
"detail": {
"messageType": ["ComplianceChangeNotification"],
"configRuleName": [
"approved-amis-by-id"
]
}
}