Skip to content

Commit 9c9ef09

Browse files
authored
nuke more resources (#207)
Add more resources to be used with aws-nuke. ### Test Plan ran to test `aws-nuke --profile cztack-ci-1 --config aws-nuke.yml --no-dry-run` ### References * https://github.com/rebuy-de/aws-nuke
1 parent 26b53c9 commit 9c9ef09

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

aws-nuke.yml

+21-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
regions:
2+
- us-east-1
3+
- us-east-2
4+
- us-west-1
25
- us-west-2
36

47
account-blacklist:
@@ -11,20 +14,28 @@ accounts:
1114
- cztack-ci
1215
- edu
1316
EC2SecurityGroup:
14-
- type: glob
15-
value: "shared-infra-cztack-ci-bastion-*"
16-
17-
17+
- property: Name
18+
type: contains
19+
value: bastion
20+
EC2Instance:
21+
- property: "tag:env"
22+
value: "cztack-ci"
1823

1924
resource-types:
2025
# we can add to this over time
2126
targets:
22-
- RDSDBCluster
23-
- RDSSnapshot
24-
- RDSInstance
25-
- RDSDBClusterParameterGroup
26-
- RDSDBParameterGroup
2727
- EC2Image
28-
- EC2Snapshot
28+
- EC2Instance
2929
- EC2KeyPair
3030
- EC2SecurityGroup
31+
- EC2Snapshot
32+
- EFSFileSystem
33+
- EFSMountTarget
34+
- ElasticacheCacheCluster
35+
- IAMRole
36+
- RDSDBCluster
37+
- RDSDBClusterParameterGroup
38+
- RDSDBParameterGroup
39+
- RDSInstance
40+
- RDSSnapshot
41+
- S3Bucket

0 commit comments

Comments
 (0)