route53_register

command module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2017 License: BSD-3-Clause Imports: 8 Imported by: 0

README

route53_register

Tiny Go CLI Program to register EC2 host in Route53

Build Status

usage

Usage of ./route53_register:
  -cname
        whether to create CNAME record instead of an A record. (will use public hostname instead of IP)
  -hostname string
        which name to use for the new entry
  -zonename string
        which zone to use for registering records
  -zoneId string
        route53 zone id which to use for registering records (instead of searching zone by name)
  -debug
        enable aws logging

use case

if you are using ECS and you have a service that's dynamically placed on some EC2 instance, you can add this command to your docker startup:

route53_register -hostname my_service -zonename myzone.internal

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