Git Product home page Git Product logo

route53-web-csv-exporter's Introduction

Route53 Web Console CSV Exporter

Why spend 5 minutes on a task when you can spend 5 hours automating it?

Introduction

My security team asked for the configuration of all the hosted zones on Route53 and, as I was trying to export it, I discovered something horrendous:

AWS doesn't allow you to export the configuration from the web console.

So I made this simple script so you can copy-paste it on the console and download the configuration as a CSV file.

Setup

  1. Access the list of records of the hosted zone you want to export:

    aws-page

  2. Download the Latest Release of the script;

  3. Copy the script content and paste it on your Dev Console;

  4. Done! Now the export53 function is available on your browser;

Usage

export53(options)

options is an object that accepts the following parameters:

className

The class name of every on the table of records.

If amazon someday change this class name, you can use the HTML Inspector of the Dev Console to discover the class used for every on the table of records and pass the new class name as a parameter.

Default: awsui_row_wih1l_15664_301


filename

The name of the csv file that will be downloaded.

Default: export_53.csv


"Build"

Just download the repo and run the script build. It'll compress the file into dist/export53.min.js.

License

This program is licensed under the GNU GENERAL PUBLIC LICENSE v3.

Why? Because yes, it's open source and the license is important, even if it's a small script like this.

You can read the license HERE.

route53-web-csv-exporter's People

Contributors

pedroafabri avatar

Watchers

 avatar

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.