Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taimos/route53-updater
Tool to create CNAMEs for Route53
https://github.com/taimos/route53-updater
Last synced: 8 days ago
JSON representation
Tool to create CNAMEs for Route53
- Host: GitHub
- URL: https://github.com/taimos/route53-updater
- Owner: taimos
- Created: 2013-09-06T21:02:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T09:13:10.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:52:53.541Z (7 months ago)
- Language: Java
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/taimos/route53-updater.svg?branch=master)](https://travis-ci.org/taimos/route53-updater)
# Route53 updater
This tool updates Route53 RecordSets based on local information.
## Usage
Just issue ``java -jar route53-updater --domain --host `` on the console and it will create or update a CNAME for ``host.domain.`` which aliases to the public DNS name of the current instance. This is retrieved via instance metadata. Credentials to update Route53 are obtained using IAM profiles.For further options run ``java -jar route53-updater`` without arguments.
## Installation
On Linux bases systems you can call
``wget https://github.com/taimos/route53-updater/releases/download/v1.6/route53-updater.jar``
## Docker
You can also run the update using Docker. Just run the `taimos/route53-updater` image with the desired arguments:
e.g. `docker run --rm -ti taimos/route53-updater:latest --domain --host `