Skip to content
dreamins edited this page Nov 16, 2013 · 3 revisions

Installation as a service

  • cd to binary directory
  • create a valid AWS config (launch UI from Route53DDNS and use UI if necessary)

c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /LogToConsole=true Route53DDNSService.exe

Uninstallation as a service

  • cd to binary directory

c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u /LogToConsole=true Route53DDNSService.exe

Config file format

aws.config shall have following 4 mandatory fields

{ "awsAccessKey":"", "awsSecretKey":"", "hostedZoneId": "", "awsRegion": "us-east-1" }

Sample of config is included in sources

Clone this wiki locally