Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akirakoyasu/r53tools
- Owner: akirakoyasu
- License: other
- Created: 2012-12-04T15:51:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T06:45:37.000Z (about 12 years ago)
- Last Synced: 2024-04-23T11:23:33.364Z (8 months ago)
- Language: Java
- Homepage: http://www.akirakoyasu.net/r53tools/
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE.txt
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 Mavenh2. Get sources
$ git clone git://github.com/akirakoyasu/r53tools.gith2. Build
$ mvn packageh2. 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.444h2. Get binaries?
To download binary distributions,
visit site: "http://www.akirakoyasu.net/r53tools/":http://www.akirakoyasu.net/r53tools/