1.0.0 • Published 6 years ago

roadsign v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

RoadSign

What is it?

RoadSign is a Node.JS console DDNS utility that updates (or creates) an AWS Route53 'A' record with the public IP discovered through the icanhaz service.

Installation

Install and configure the AWS CLI

Install the AWS CLI using the Instructions Here

Configure the AWS CLI with your desired credentials.

Ensure the credentials relate to an IAM user that has permissions to Create and Update Route53 records in the desired Route53 Zone

aws configure

Install the package

npm install -g roadsign

Usage

RoadSign accepts command lines args for the zone, record, and an optional ttl

Example

RoadSign -z Z2SFNVJUARTWQE -r home.example.com -t 60