Giter VIP home page Giter VIP logo

net-amazon-route53's Introduction

Perl Interface to Amazon's Route 53

The Net::Amazon::Route53 Perl module allows you to manage DNS records for your domains via Amazon's Route 53 service.

For more information, visit http://aws.amazon.com/route53/.

In order to use this module, you will need an Amazon account, you will need to have signed up for the Route 53 service, and you will need the "AWS id and key" associated with your account.

You will then be able to perform the following operations, using either the module or the handy "route53" command-line utility.

Implemented

  • Use either ~/.aws-secrets or another keyfile for credentials
  • Use given key and id for credentials
  • Get list of hosted zones for the account
  • Create a new hosted zone, optionally waiting for the request to be completed
  • Delete a hosted zone, optionally waiting for the request to be completed
  • Get nameservers details for a hosted zone
  • List all records in a hosted zone
  • List records matching a name, type, ttl or values for a hosted zone
  • Delete a record matching a name, type, ttl or value for a hosted zone
  • Create a new record of given name, type, ttl and value(s) for a hosted zone
  • Create a "change record" option, which does a "delete" and a "create" action in one request: See Net::Amazon::Route53::ResourceRecordSet::Change.
  • Support retrieving more than 100 records at once in Net::Amazon::Route53::HostedZone::resource_record_sets

To do

  • Support changing more than 100 records at once
  • Support deleting more than 100 records at once

This software is copyright (c) 2011 by Marco Fontani.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

net-amazon-route53's People

Contributors

mfontani avatar

Watchers

 avatar  avatar  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.