{"id":18343410,"url":"https://github.com/cosimo/route53-transfer-ng","last_synced_at":"2025-04-06T07:32:34.572Z","repository":{"id":56933860,"uuid":"478614976","full_name":"cosimo/route53-transfer-ng","owner":"cosimo","description":"Easily backup and restore AWS Route53 dns zones","archived":false,"fork":false,"pushed_at":"2023-08-29T15:21:14.000Z","size":37,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-14T08:50:30.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosimo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-06T15:17:27.000Z","updated_at":"2024-07-22T06:34:24.000Z","dependencies_parsed_at":"2022-08-21T05:20:41.042Z","dependency_job_id":null,"html_url":"https://github.com/cosimo/route53-transfer-ng","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Froute53-transfer-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Froute53-transfer-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Froute53-transfer-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Froute53-transfer-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosimo","download_url":"https://codeload.github.com/cosimo/route53-transfer-ng/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223241214,"owners_count":17112104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T20:35:57.245Z","updated_at":"2024-11-05T20:35:59.691Z","avatar_url":"https://github.com/cosimo.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"route53-transfer-ng\n===================\n\nQuickly backup and restore AWS Route53 DNS zones.\n\n## Motivation \n\n`route53-transfer-ng` started as a pull-request to [route53-transfer](https://github.com/cosmin/route53-transfer)\nand slowly turned into a port to boto3 of that software, and then finally\na complete rewrite.\n\nI intentionally avoided retaining compatibility with the original code.\nIn fact, route53-transfer-ng does not use the CSV format anymore, as that\nwouldn't easily allow support for all the Route53 routing policies and features.\n\n## Installation\n\n    pip install route53-transfer-ng\n\n## Usage\n\nList all the hosted zones in the current AWS account (use the `AWS_PROFILE`\nenvironment variable to control which account is active):\n\n    route53-transfer-ng zones\n\nBackup the `example.com` zone to a YAML file:\n\n    route53-transfer-ng dump --format yaml example.com example.com.yaml\n\nUse STDOUT instead of a file:\n\n    route53-transfer-ng dump --format yaml example.com -\n\nRestore the `example.com` zone from a YAML file:\n\n    route53-transfer-ng load --format yaml example.com example.com.yaml\n\nTo perform a dry run load, add the `--dry-run` option switch.\nThe command will show the changes that would be made to the R53 zone without\ncarrying out any operation.\n\n    route53-transfer-ng --dry-run load example.com example.com.yaml\n\nIt's possible to use upsert operations when performing a route53 change\noperation, instead of the default DELETE + CREATE of recordsets.\nTo enable this behaviour, supply the `--use-upserts` option.\n\n    route53-transfer-ng --dry-run --use-upserts load example.com example.com.yaml\n\nUse `-` as filename to load from STDIN instead.\n\nMigrate between accounts:\n\nUse the `AWS_PROFILE` environment variable to change the AWS account to be used\nby route53-transfer-ng. Dump from one account, load into another.\n\n    AWS_PROFILE=aws_account1 route53-transfer dump example.com test.yaml\n    AWS_PROFILE=aws_account2 route53-transfer load example.com test.yaml\n\n## Credits\n\nThanks to Cosmin Sterejan for the original [route53-transfer](https://github.com/cosmin/route53-transfer)\nthat I used for some time as-is and then as base and inspiration for this boto3\n\"ng\" version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Froute53-transfer-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosimo%2Froute53-transfer-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Froute53-transfer-ng/lists"}