Skip to content

unorthodox-dev/dynDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic DNS Manager

  1. Go to AWS Console
  2. Select IAM -> Users -> Create Users
  3. Name it dyn_dns
  4. Access Time, choose "Access Key - Programmatic Access"
  5. Click Next, then Attach Permissions. Create a Custom Policy.
  6. Select the JSON tab in the permissions window.
  7. Paste the following Policy
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "route53:ListHostedZonesByName",
        "route53:ListResourceRecordSets",
        "route53:ChangeResourceRecordSets"
      ],
      "Resource": "*"
    }
  ]
}
  1. Name the Policy the same as the user, dyn_dns
  2. Once the user is created, select it then go to the Security Credentials Tab.
  3. Create an Access Key. It will only show you the access key, and secret access key once so save it somewhere.
  4. Next you will install aws onto your system
  5. Run AWS Configure, and input your secret, and us-east-1, and json.

About

Dynamic DNS Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages