← Back to Insights

Resilience and strategy · 8 min read

The Gulf conflict exposed a different strategic resource: data

The attacks on regional cloud infrastructure showed that high availability inside one Region is not the same as disaster recovery across Regions.

The first lesson was not technical

The aggression and escalation across the Gulf carried a human cost that should not be reduced to a technology case study. But it also exposed a strategic dependency that many organisations had treated as an engineering detail: the physical location and recoverability of their data and digital services.

Cloud computing can feel abstract because infrastructure is consumed through a console. The events in Bahrain and the United Arab Emirates made the physical reality impossible to ignore. Data centres, power, cooling, fibre routes and operations teams exist in places that can be damaged, isolated or made inaccessible.

Data became as strategic as oil

Oil remains central to the region's economy and geopolitical importance. Yet an economy can possess energy while losing the digital systems required to operate banks, government services, logistics, communications and modern businesses. In that sense, data became an equally important, and in some circumstances more immediately operational, strategic resource.

The strategic question is no longer only where data is stored. It is whether the organisation can access, verify and operate from that data when an entire location or cloud Region becomes unavailable. Data sovereignty without recoverability can create a false sense of control.

Multi AZ had a boundary

Availability Zones are designed to isolate many classes of local infrastructure failure. Distributing a workload across multiple Zones can protect it from the loss of a data centre or a Zone level incident. That is a strong high availability pattern, but all Zones in the design can still belong to the same geographic Region.

AWS later stated that the physical damage in Bahrain spanned multiple Availability Zones and exceeded what its regional and multi AZ services were designed to withstand. The architecture may have removed individual data centre failure as a single point of failure while retaining the Region itself as a correlated risk boundary.

High availability is not disaster recovery

High availability is primarily concerned with keeping a service running through expected component failures. Disaster recovery is concerned with restoring an acceptable service after a disruptive event exceeds the normal operating design. They overlap, but they answer different questions.

A workload can be highly available across several Zones and still have no credible recovery path if the full Region, its control plane or critical regional data becomes unavailable. Replicating application servers is not enough when identity, keys, databases, backups, DNS, security tooling or external connectivity remain tied to the affected Region.

RTO and RPO are business commitments

Recovery Time Objective defines how long a service can remain unavailable. Recovery Point Objective defines how much data loss the organisation can tolerate. Neither should be selected by infrastructure teams in isolation. They express the operational and customer consequences of disruption.

Aggressive objectives require more than additional servers. They influence replication frequency, data consistency, application design, network capacity, licensing, operational coverage and cost. A near zero RPO may require continuous cross Region replication. A short RTO may require a warm standby or active environment rather than infrastructure that will be assembled after the event.

The recovery Region needs the whole service

A credible multi Region design starts with the business service and follows every dependency required to operate it. That includes applications and data, but also identity federation, secrets, encryption keys, DNS, certificates, network paths, logging, monitoring, security response, deployment pipelines and third party connections.

Core services must be classified explicitly. Some may run active active across Regions. Some may use warm standby, pilot light or backup and restore patterns. The correct choice depends on business criticality, achievable consistency, recovery objectives and cost. Calling an environment a disaster recovery site does not prove that it can carry production.

My previous migrations now look different

My experience delivering cloud migrations in a banking environment had already taught me to treat applications as part of a portfolio. Moving a credit platform or public website depended on shared decisions about identity, networking, security, data, monitoring and operational ownership.

The Gulf events extended that lesson. The dependency map cannot stop at the edge of one cloud Region. Regional concentration, geopolitical exposure and the recoverability of common services must be part of the portfolio threat model. A design that satisfies ordinary infrastructure failure may remain vulnerable to the event that matters most.

Disaster recovery must be exercised

Cross Region diagrams are not evidence of recoverability. Organisations need scheduled recovery exercises that demonstrate data can be restored or promoted, traffic can be redirected, access remains available and operational teams can make decisions under pressure.

The exercise should measure actual RTO and RPO, expose manual dependencies and test a long duration regional outage rather than a brief component failure. It must also test the decision to fail over, because hesitation and unclear authority can consume more recovery time than the technology.

The strategic view

Regional digital ambition needs more cloud capacity, but it also needs geographic diversity, interoperable recovery, tested operating models and honest acceptance of correlated risk. Regulators, boards and executive teams should treat the resilience of data and core digital services as national and enterprise continuity questions.

The architectural lesson is direct: multi AZ improves availability inside a Region. It does not, by itself, provide disaster recovery from the loss of that Region. If operations must continue through a regional crisis, the design, data, people and authority required to recover must already exist somewhere else.

Sources and further reading