{"id":37095774,"url":"https://github.com/snooyen/r53-migrate-go","last_synced_at":"2026-01-14T11:48:08.489Z","repository":{"id":129415899,"uuid":"480555844","full_name":"snooyen/r53-migrate-go","owner":"snooyen","description":"A CLI utility to aid the migration of R53 records from an old hosted zone to a new one.","archived":false,"fork":false,"pushed_at":"2023-02-16T18:20:10.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T20:02:36.964Z","etag":null,"topics":["aws","aws-route53","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snooyen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-11T21:21:46.000Z","updated_at":"2023-02-19T10:40:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a09c8b5a-d41e-4c8e-835a-0730445a830e","html_url":"https://github.com/snooyen/r53-migrate-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/snooyen/r53-migrate-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snooyen%2Fr53-migrate-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snooyen%2Fr53-migrate-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snooyen%2Fr53-migrate-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snooyen%2Fr53-migrate-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snooyen","download_url":"https://codeload.github.com/snooyen/r53-migrate-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snooyen%2Fr53-migrate-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-route53","golang"],"created_at":"2026-01-14T11:48:07.782Z","updated_at":"2026-01-14T11:48:08.479Z","avatar_url":"https://github.com/snooyen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Route53 Migration Utility\n\nA CLI utility to aid the migration of R53 records from an old hosted zone to a new one.\n\nOutputs 4 JSON files:\n* `old.json` - A list of all records in the old hosted zone\n* `new.json` - A list of all records in the new hosted zone\n* `missing.json` - A list of missing records in the new hosted zone\n* `mismatched.json` - A list of mistmached records (same name and type but different property values)\n\n# Usage\n```\nUsage of ./bin/r53-migrate:\n      --aws-profile-new string        AWS profile to use for new records\n      --aws-profile-old string        AWS profile to use for old records\n      --dump-json                     Dump json (default true)\n      --hosted-zone-name-new string   Hosted zone name to use for new records (default \"mydomain.com.\")\n      --hosted-zone-name-old string   Hosted zone name to use for old records (default \"mydomain.com.\")\n      --skip-new                      Skip new records\n```\n\n# Build and Run\n## Prerequisites\n- go version go1.17.6\n\n```shell\n$ make build\n$ ./bin/r53-migrate \\\n    --aws-profile-old=my-old-aws-profile\n    --aws-profile-new=my-new-aws-profile\n    --hosted-zone-name-old=mydomain.com.\n    --hosted-zone-name-new=mydomain.com.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnooyen%2Fr53-migrate-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnooyen%2Fr53-migrate-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnooyen%2Fr53-migrate-go/lists"}