Code Monkey home page Code Monkey logo

cli53-remove's Introduction

cli53-remove

Mass records/zones deletion process in AWS Route53 is very annoying process. If you're using AWS webui and you need to delete zone, you have to remove DNS-records one by one first to get a possibility to remove zone. To automate this I've created simple bash script over cli53 utility for mass removing route53 zones with their records

READ FIRST!!!

  • Current version of script was tested to work against cli53 v0.8.16 (but might work with other versions)
  • Use script carefully on your own risk, because under some circumstances or you might delete something useful :D

HOW-TO:

First you need to install cli53 utility using instructions here. Then download script, make it executable. Then run it and specify domain names or part of domain names of zones you want to delete as arguments to

$ ./cli53-remove.sh domain1 domain2.com 3dom

In example above all zones containing in its name "domain1" or "domain2.com" "3dom" will be removed from your route53. Or just

$ ./cli53-remove.sh domain5.com

If you need only remove records, but keep zone itself, you can comment out following line in script

cli53 delete ${line};

cli53-remove's People

Watchers

 avatar  avatar  avatar

cli53-remove's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.