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 route53
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> | Specifies the domain name to protect. You can also specify the hosted zone ID instead of the domain name. If multiple hosted zones exist for the same domain name, specifying the domain name will result in an error. In this case, please specify the hosted zone ID. |
|
| --hostname <str> | Name of the host to protect. | |
| --ip_resource <str> | Tag name of the IP resource created in advance. |
extend route53
EXAMPLE: #lkcli resource extend route53 --tag <tag> --dest <backup node> --switchback <switchback type> --template_priority <priority> --target_priority <priority>
config route53
Nothing to configure.



Post your comment on this topic.