Skip to content

Commit

Permalink
Merge pull request #33 from aws-ia/devel
Browse files Browse the repository at this point in the history
updated cleanup file
  • Loading branch information
kkvinjam authored Jun 6, 2023
2 parents ee8b846 + 26616bd commit 2e12d19
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions scripts/cleanup_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,42 @@
{
"Type" : "S3_BUCKET",
"Filter" : "cfn-abi-crowdstrike-fcs-"
},
{
"Type": "STACK",
"Filter" : "tCaT-enable-cloudtrail-ssm-"
},
{
"Type" : "STACK",
"Filter": "tCaT-stage-ctrail-content-local-"
},
{
"Type" : "STACK",
"Filter": "org-level-trail-dataevent-only"
},
{
"Type" : "STACK",
"Filter": "org-level-trail-with-mgmt-events"
},
{
"Type" : "S3_BUCKET",
"Filter": "sra-cloudtrail-staging-"
},
{
"Type" : "S3_BUCKET",
"Filter": "sra-org-trail-logs-",
"Account": "log_account"
},
{
"Type": "S3_BUCKET",
"Filter": "cfn-abi-aws-cloudtrail-"
},
{
"Type" : "SSM_PARAMETER",
"Filter" : "/sra/ctrail/"
},
{
"Type" : "LOG_GROUP",
"Filter" : "sra/sra-org-trail"
}
]

0 comments on commit 2e12d19

Please sign in to comment.