You can set up the Recovery Kit for Route 53™ through the use of the LKCLI (Command Line Interface).
Creating/Extending/Configuring the Route 53 resource from the Command Line
create route 53
EXAMPLE: #lkcli resource create route53 --tag <tag> --domain <Domain name> --hostname <host to protect> --ip_resource <tag name> --switchback <switchback type>
Option | Default | Description |
---|---|---|
--domain <str> | Domain name that exists in the Route 53 to protect. | |
--hostname <str> | Name of the host to protect. | |
--ip_resource <str> | Tag name of the IP resource created in advance. |
extend route 53
EXAMPLE: #lkcli resource extend route53 --tag <tag> --dest <backup node> --switchback <switchback type> --template_prioity <priority> --target_priority <prority>
config route 53
Nothing to configure.
Post your comment on this topic.