File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ presets:
40
40
CloudWatchEventsRule :
41
41
- type : " contains"
42
42
value : " aws-controltower"
43
+ - property : " Name"
44
+ type : glob
45
+ value : " AWSControlTower*"
43
46
EC2VPCEndpoint :
44
47
- type : " contains"
45
48
value : " aws-controltower"
@@ -57,6 +60,8 @@ presets:
57
60
CloudWatchEventsTarget :
58
61
- type : " contains"
59
62
value : " aws-controltower"
63
+ - type : " glob"
64
+ value : " Rule: AWSControlTower*"
60
65
SNSSubscription :
61
66
- type : " contains"
62
67
value : " aws-controltower"
@@ -97,4 +102,6 @@ presets:
97
102
IAMRolePolicy :
98
103
- type : " contains"
99
104
value : " aws-controltower"
105
+ - type : glob
106
+ value : " AWSReservedSSO_*"
100
107
` ` `
Original file line number Diff line number Diff line change 1
1
# EC2 Image
2
2
3
- This will remove all IAM Roles an AWS account.
3
+ This will remove all EC2 Images (AMI) in an AWS account.
4
4
5
5
## Resource
6
6
You can’t perform that action at this time.
0 commit comments