Metadata-Version: 1.1
Name: ddns-for-aws
Version: 0.1.0
Summary: Syncs an A Record in Route53 with your external IP
Home-page: https://github.com/aDrongo/ddns-for-aws/
Author: Ben Gardner
Author-email: bgardner160@gmail.com
License: UNKNOWN
Download-URL: https://github.com/aDrongo/ddns-for-aws/archive/0.1.tar.gz
Description: 
        
        DDNS For AWS
        ============
        
        Tool to Sync your external IP address with an A Record in Route 53
        
        Usage
        -----
        
        - Install AWS CLI and add your credentials
        - Run "pip install -e ." in the programs parent directory
        - Run commmand 'set-ddnsaws' with DNS Name and Hosted Zone ID arguments.
        - Or Configure JSON and run with just the command.
        - Cronjob the command to run every 15 minutes.
        
        
        
        Examples
        --------
        
        Example to upload with CLI arguments::
        
          set-ddnsaws -DNSName "blog.example.com" -HostedZoneId "000aaa00"
        
        Example to upload config.josn arguments::
        
          set-ddnsaws
        
Platform: UNKNOWN
