Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 719 Bytes

README.textile

File metadata and controls

37 lines (26 loc) · 719 Bytes

r53tools: Amazon Route 53 CLI

Simple Command Line Interface for Amazon Route 53

  1. Written in Java
  2. Build by Maven

Get sources

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

Build

$ mvn package

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

Get binaries?

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