-
Notifications
You must be signed in to change notification settings - Fork 11
Home
dreamins edited this page Nov 16, 2013
·
3 revisions
- 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
- cd to binary directory
c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u /LogToConsole=true Route53DDNSService.exe
aws.config shall have following 4 mandatory fields
{ "awsAccessKey":"", "awsSecretKey":"", "hostedZoneId": "", "awsRegion": "us-east-1" }
Sample of config is included in sources