Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 618 Bytes

File metadata and controls

21 lines (16 loc) · 618 Bytes

Rackspace to Route 53

A generic migration script to migrate DNS records from Rackspace Cloud DNS to Amazon Route 53.

Usage

ruby rackspace_to_route53.rb

Dependencies

  • ruby
  • fog

Setup

  • Copy example-settings.yml to settings.yml
  • Add your Rackspace and AWS IAM keys to settings.yml
  • Replace the list of example domains with the domains you want to migrate.

Credits