Releases: gruntwork-io/cloud-nuke
Releases · gruntwork-io/cloud-nuke
v0.1.30
v0.1.29
v0.1.28
v0.1.27
v0.1.26
This release updates cloud-nuke
to nuke AWS Transit Gateway. Thanks to @rafaelleonardocruz for this contribution! See #178 for details.
v0.1.25
This release updates cloud-nuke
to support AWS U.S. GovCloud regions.
v0.1.24
Resources affected
lambda
[NEW]
Description
Now it's possible to use --resource-type lambda
to nuke Lambdas.
Thanks @andreybleme for implementing this!
Related links
v0.1.23
v0.1.22
v0.1.21
Resources affected
s3
Description
The nuke routine for s3
has been optimized for memory efficiency. Previously the routine was paging in and storing all objects in the bucket in memory before starting the deletion routine. Now the routine will delete as objects are paged in.