IBM Cloud Docs
Understanding business continuity and disaster recovery for Transit Gateway

Understanding business continuity and disaster recovery for Transit Gateway

Disaster recoveryThe ability of a service or workload to recover from rare, major incidents and wide-scale failures, such as service disruption. This includes a physical disaster that affects an entire region, corruption of a database, or the loss of a service contributing to a workload. The impact exceeds the ability of the high availability design to handle it. involves a set of policies, tools, and procedures for returning a system, an application, or an entire data center to full operation after a catastrophic interruption. It includes procedures for copying and storing an installed system's essential data in a secure location, and for recovering that data to restore normalcy of operation.

In the event of a catastrophic failure impacting an entire region, the transit gateway service management plane, which is global, continues to be available. Transit gateway instances are restored when the failing region recovers. However, in some rare cases, you might need to re-create specific instances of your transit gateways and their connections.

Your disaster recovery plan needs to include knowing, preserving, and being prepared to restore all data that is maintained on IBM Cloud. This includes data about all deployed transit gateways and their connections.

Responsibilities

To find out more about responsibility ownership for using IBM Cloud® products between IBM and customer see Understanding your responsibilities when using Transit Gateway.

Disaster recovery strategy

IBM Cloud has business continuityThe capability of a business to withstand outages and to operate mission-critical services normally and without interruption in accordance with predefined service-level agreements. plans in place to provide for the recovery of services within hours if a disaster occurs. You are responsible for your data backup and associated recovery of your content.

Transit Gateway provides mechanisms to protect your data and restore service functions. Business continuity plans are in place to achieve targeted recovery point objectiveIn disaster recovery planning, the time at which data is restored measured in time (seconds, minutes, hours) starting at the recovered instance and ending at the point of disaster. (RPO) and recovery time objectiveIn disaster recovery planning, the duration of time for a business process to be restored after a disaster. (RTO) for the service. The following table outlines the targets for Transit Gateway.

RPO and RTO for Transit Gateway
Disaster recovery objective Target value
RPO 24 hrs
RTO 24 hrs

Locations

For more information about service availability within regions and data centers, see Service and infrastructure availability by location.

Backing up transit gateways for disaster recovery

Be prepared to re-create your transit gateways and connections. This section helps you ensure that you have all the data needed for this purpose.

IBM Cloud Transit Gateway backups are cross-regionally durable. They are stored across multiple regions, and are restorable to other regions.

The following steps use the IBM Cloud CLI, but you can also use the IBM Cloud console or API.

Preserve a list of all of your transit gateways and their connections. To do so, follow these steps:

  1. Use the ibmcloud tg gateways command to list details about all your transit gateways. Save this output.
  2. For each gateway, use the ibmcloud tg connections GATEWAY_ID command to list information about its connections. Save this output.

For more information, see the Transit Gateway CLI reference.

Saving the information that is returned from these commands helps you recover from a failure quickly. In the event of a failure, use the saved information and run the ibmcloud tg gateway-create and ibmcloud tg connection-create commands to re-create your transit gateways and connections.