资 源 简 介
Tools for managing EC2 and other AWS services. The initial release provides a tool for dynamic DNS registration to Route 53.
Update Route53 A record with:
java -jar awsdoc-dns-0.1.jar awsdoc.com server1 60
where
* "awsdoc.com" is your domain name
* "server1" is your host name
* 60 refers to Time To Live in seconds
It requires:
* run on EC2
* pre-existed Route 53 Zone record
* Java is installed
* Added AWS credential as Java preference (or alternatively, use system properties)