Nuke'em all! Using AWS Nuke to clean your AWS accounts
Introducing AWS Nuke! In this post I will give you a quick introduction to AWS Nuke, a tool developed in Golang that aims to delete all resources in an AWS account. This tool helped me a lot. Use Cases Cleaning Free Tier AWS Account This was a personal use-case, I created a free tier AWS Account some months ago and I’ve been using it for different purposes, some of the resources I created were via Terraform which made it simpler to delete the resources I created after using them, on the other hand, I created other resources manually without tracking them, some of them were costing me money!. So I prefered to delete everything in this account as I use it for learning purposes only. AWS Nuke is a great fit for this task. ...