Main structures

Reliability of regions

OCI tries to have, at least, two far away data centers for each country, they're called Regions.

Each region has one or more Availability Domains (AD), that are physical apart environments, which don't share infrastructure as power, cooling or network.

Each AD (Availability Domain) has 3 or more Fault Domains, that are logical apart environments.

In this way, you can have your application running in one specific AD and have a stand-by copy on another AD (and sync the data using other services from OCI - as Data Guard). The same for different Fault Domains, increasing the availability of your application.

Never forget: OCI also has SLA, so, this is a plus. 🙂

<aside> 💡 How to choose a region? Choose a region closest to you users for lowest latency and highest performance. But, also, choose a region based on compliance to the region (many countries have strict data residency requirements)

</aside>