r53simple

command module
v0.0.0-...-510f6c0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2016 License: MIT Imports: 6 Imported by: 0

README

r53simple CircleCI

Simple utility to Upsert a Route53 record from an AWS ASG instance. Currently only A records supported.

Usage

Usage of ./r53simple:
  -hostedzone string 
    	The hosted zone name that will be updated (Required)
  -ip string
    	The record's IP if record type is A
  -recordname string
    	The name of the FQDN you want to perform the action on (Required)
  -ttl int
    	The cache time to live for the current resource record set - default 300 seconds (default 300)
  -type string
    	Valid values for basic resource record sets:
 A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT (Required)

Build

Requires the AWS Go SDK

Linux:

GOOS=linux GOARCH=amd64 go build r53simple.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL