Skip to content

Releases: gruntwork-io/cloud-nuke

v0.15.0

19 Jul 17:19
84e51f2
Compare
Choose a tag to compare

Implement support for inspecting and nuking Sagemaker notebook instances.

Links

Special thanks

Special thanks to @jvanbuel for their contribution!

v0.14.0

19 Jul 15:09
044f1f8
Compare
Choose a tag to compare

Implement support for inspecting and nuking IAM Roles

Links

#330

Special thanks

Special thanks to @ekristen for their contribution via #251 which was adapted into this release.

v0.13.0

18 Jul 18:52
127dad6
Compare
Choose a tag to compare

Implement support for inspecting and nuking AWS Macie member accounts

Links

#323

v0.12.3

15 Jul 18:46
52b3e2e
Compare
Choose a tag to compare
  • Introduce support for passing a pointer to an external aws.Config object when using cloud-nuke as a scripting library via the new externalcreds.Set method. This is useful for supplying AWS credentials to your cloud-nuke scripting jobs via code.

Links

v0.12.2

07 Jul 19:37
69ab356
Compare
Choose a tag to compare

Description

  • Fixes a bug in the NAT Gateway nuke routine where 404 errors were ignored.

Links

v0.12.1

07 Jul 19:19
9d35701
Compare
Choose a tag to compare

Description

  • Updated the NAT Gateway lookup method so that it does not retrieve deleted or in deletion resources.

Special Thanks

Special thanks to the following users for their contribution:

Links

v0.12.0

07 Jul 15:06
42f24e3
Compare
Choose a tag to compare

#320: cloud-nuke will now delete GuardDuty Detectors. If you wish to avoid nuking GuardDuty Detectors, you can pass in --exclude-resource-type guardduty.

v0.11.8

08 Jun 03:16
4d808ef
Compare
Choose a tag to compare

#305 Extend cloud-nuke with non-destructive inspect command and library methods

This release adds a non-destructive command, inspect-aws, which accepts most of the same flags as nuke but will never delete resources. As aws / nuke is to DELETE, aws-inspect is to LIST or READ.

You can use inspect-aws to list and search for resources across your AWS accounts.

In addition, this release adds library functionality that allows you to script against cloud-nuke. See Using cloud-nuke as a library for more information.

This release fixes the regression bug with --exclude-resource-type that was introduced in v0.11.7

v0.11.7

07 Jun 17:34
371d196
Compare
Choose a tag to compare
v0.11.7 Pre-release
Pre-release

IMPORTANT

A major regression bug has been identified in this release, where --exclude-resource-type no longer works as intended. We advise users not to use this version to avoid nuking resources unintentionally.

Please use v0.11.8

v0.11.6

09 May 08:19
1f796c5
Compare
Choose a tag to compare

#294: Removal of S3 BucketPolicy before nuke bucket

Special thanks

Special thanks to @maxhaensel for their contribution!