@@ -96,7 +96,7 @@ The following are comparisons that you can use to filter resources. These are u
96
96
- ` exact`
97
97
- ` contains`
98
98
- ` glob`
99
- - ` regex`
99
+ - ` regex`
100
100
- ` dateOlderThan`
101
101
- ` dateOlderThanNow`
102
102
@@ -242,7 +242,7 @@ presets:
242
242
If the current time is `2024-10-15T00:00:00Z`, then the modified now time is `2024-10-14T12:00:00Z`.
243
243
244
244
If the value of `LastUsedDate` is `2024-10-14T14:30:00Z` then the result of the filter will be `true`. It is **NOT**
245
- older than the modified time, and since the invert is set to true, anything **newer** to the modified time is filtered.
245
+ older than the modified time, and since the invert is set to true, anything **newer** to the modified time is filtered.
246
246
247
247
If the value of `LastUsedDate` is `2024-10-13T12:30:00Z` then the result of the filter will be `false` and the resource
248
248
will be marked for removal.
@@ -251,7 +251,7 @@ will be marked for removal.
251
251
252
252
By default, when writing a filter if you do not specify a property, it will use the `Name` property. However, resources
253
253
that do no support Properties, aws-nuke will fall back to what is called the `Legacy String`, it's essentially a
254
- function that returns a string representation of the resource.
254
+ function that returns a string representation of the resource.
255
255
256
256
Some resources support filtering via properties. When a resource support these properties, they will be listed in
257
257
the output like in this example :
@@ -310,7 +310,7 @@ presets:
310
310
311
311
It is possible to filter this is important for not deleting the current user for example or for resources like S3
312
312
Buckets which have a globally shared namespace and might be hard to recreate. Currently, the filtering is based on
313
- the resource identifier. The identifier will be printed as the first step of *aws-nuke* (eg `i-01b489457a60298dd`
313
+ the resource identifier. The identifier will be printed as the first step of *aws-nuke* (eg `i-01b489457a60298dd`
314
314
for an EC2 instance).
315
315
316
316
!!! warning
@@ -327,7 +327,7 @@ regions:
327
327
- global
328
328
- us-east-1
329
329
330
- account- blocklist:
330
+ blocklist:
331
331
- 1234567890
332
332
333
333
accounts:
@@ -361,7 +361,7 @@ regions:
361
361
- "global"
362
362
- "eu-west-1"
363
363
364
- account- blocklist:
364
+ blocklist:
365
365
- 1234567890
366
366
367
367
accounts:
@@ -408,7 +408,7 @@ It is also possible to configure the resource types in the config file like in t
408
408
regions:
409
409
- "us-east-1"
410
410
411
- account- blocklist:
411
+ blocklist:
412
412
- 1234567890
413
413
414
414
resource-types:
@@ -427,7 +427,7 @@ accounts:
427
427
regions:
428
428
- "us-east-1"
429
429
430
- account- blocklist:
430
+ blocklist:
431
431
- 1234567890
432
432
433
433
resource-types:
0 commit comments