2
1

More than 1 year has passed since last update.

Route53のバックアップを確実に取得する方法

Last updated at Posted at 2022-07-17

Route53にはzone情報のimportはあるがexportはない。確実にバックアップを取得するにはcli53を使用してバックアップを取得する。

準備

cli53をインストールする。

バックアップ方法

cli53 export --full 対象zoneの名称 > 対象zoneの名称.zone

復元方法

cli53 import --file 対象zoneの名称.zone 対象zoneの名称

参照

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1