Skip to content

Commit d183cbd

Browse files
ekristencorybekk
authored andcommitted
docs: add to contrib config for control tower, fix copy/paste issue in ec2 docs
1 parent 2d51408 commit d183cbd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/config-contrib.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ presets:
4040
CloudWatchEventsRule:
4141
- type: "contains"
4242
value: "aws-controltower"
43+
- property: "Name"
44+
type: glob
45+
value: "AWSControlTower*"
4346
EC2VPCEndpoint:
4447
- type: "contains"
4548
value: "aws-controltower"
@@ -57,6 +60,8 @@ presets:
5760
CloudWatchEventsTarget:
5861
- type: "contains"
5962
value: "aws-controltower"
63+
- type: "glob"
64+
value: "Rule: AWSControlTower*"
6065
SNSSubscription:
6166
- type: "contains"
6267
value: "aws-controltower"
@@ -97,4 +102,6 @@ presets:
97102
IAMRolePolicy:
98103
- type: "contains"
99104
value: "aws-controltower"
105+
- type: glob
106+
value: "AWSReservedSSO_*"
100107
```

docs/resources/ec2-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EC2 Image
22

3-
This will remove all IAM Roles an AWS account.
3+
This will remove all EC2 Images (AMI) in an AWS account.
44

55
## Resource
66

0 commit comments

Comments
 (0)