Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshmenden/743ed1219d42794813a403d04926c24d to your computer and use it in GitHub Desktop.
Save joshmenden/743ed1219d42794813a403d04926c24d to your computer and use it in GitHub Desktop.
> git clone https://github.com/joshmenden/transfer-route53 && cd transfer-route53
# uses positional args
# 1) old aws profile name
# 2) old hosted zone ID
# 3) new aws profile name
# 4) new hosted zone ID
> ./convert.rb my_old_aws_profile_name ABCD123EFG456 my_new_aws_profile_name XYZ987QRS012
Records are being created in Hosted Zone Z03124042TP23SK0Z532M!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment