Skip to content

Ketouem/route53-domain-pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

route53-domain-pointer

Update a route53 record set with the current public IP address. Can be useful when you want to access your home resources and your ISP keep changing your IP address.

Requirements

Usage

Using this tool implies that you have AWS credentials set up either under ~/.aws/credentials or by using environment variables, more info in the AWS CLI documentation.

./route53_domain_pointer.sh [-h] DOMAIN_NAME ZONE_ID

Parameters:

  • DOMAIN_NAME: domain name handled by route53
  • ZONE_ID: route53 zone id of the record set.

Options:

  • h: display help message.

About

Update a route53 record set with the current public IP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages