Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akirakoyasu/r53tools

Simple Command Line Interface for Amazon Route 53
https://github.com/akirakoyasu/r53tools

Last synced: about 1 month ago
JSON representation

Simple Command Line Interface for Amazon Route 53

Awesome Lists containing this project

README

        

h1. r53tools: Amazon Route 53 CLI

Simple Command Line Interface for Amazon Route 53

# Written in Java
# Build by Maven

h2. Get sources


$ git clone git://github.com/akirakoyasu/r53tools.git

h2. Build


$ mvn package

h2. Usage

Set environment variables
* R53TOOLS_ACCESSKEY_ID
* R53TOOLS_SECRET_ACCESSKEY


$ r53-list-zone
$ r53-create-zone domain.com
$ r53-list-record domain.com.
$ r53-create -d domain.com. -n www.domain.com -t A -l 86400 111.222.333.444
$ r53-delete -d domain.com. -n www.domain.com -t A -l 86400 111.222.333.444

h2. Get binaries?

To download binary distributions,
visit site: "http://www.akirakoyasu.net/r53tools/":http://www.akirakoyasu.net/r53tools/