I am working on Disaster recovery implementation on databricks on aws.
I am not able to find how to implement with unity catalog.
I am planning to create two workspaces in two different regions, one would be primary workspace which will be active and other would be secondary workspace which is passive.
I want to sync secondary workspace with the primary one, there are two ways given below
Databricks sync tool: there is no proper documentation how to use it.
CI/CD: which I am planning to follow which will simultaneously deploy in both workspaces.
I Think CI/CD approach makes control plane similiar in both workspaces but the problem is with data plane and especially unity catalog as there is no blogs or documentation to replicate unity catalog and attach to secondary workspace.
Please let me know your though on control plane replication which iam planning to follow.
And
please let me know how we can replicate unity catalog in different aws region