This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# assumes gem is installed for current ruby version: | |
# gem install aws-sdk-route53domains | |
# assumes you have already setup a named-profile YOUR_PROFILE_NAME for an aws cli credential with sufficient access | |
# to your route53 to list and update domain registration records | |
# an IAM user with AmazonRoute53FullAccess is overkill, dangerous, but easiest | |
# ====== | |
require 'aws-sdk-route53domains' |