Oracle Cloud Infrastructure (OCI) is Oracle's second-generation cloud platform, purpose-built for enterprise performance, security, and Oracle workloads. Unlike first-generation clouds, OCI uses dedicated bare-metal compute, non-blocking networking, and a flat, predictable pricing model designed to eliminate the cost surprises common on other hyperscalers. The key mental model to carry into every OCI design is that everything lives in a compartment, IAM policies are attached to compartments rather than individual resources, and the tenancy itself is always the root compartment β getting that hierarchy right upfront prevents governance pain at scale.
What This Cheat Sheet Covers
This topic spans 17 focused tables and 130 indexed concepts, 128 flashcards. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
A jump-to index of every table row in this cheat sheet.
An interactive map of every table and concept in this topic.
Table 1: Physical Architecture β Regions, Realms, and Availability Domains
OCI's physical hierarchy β realm β region β availability domain β fault domain β governs where resources live, how they replicate, and what resilience guarantees apply. Many "out of capacity" and cross-region connectivity issues stem from misunderstanding which tier a resource belongs to.
| Concept | Example | Description | |
|---|---|---|---|
us-ashburn-1, eu-frankfurt-1 | β’ Localized geographic area β’ resources deployed here are isolated from other regions β’ 45+ commercial regions globally as of 2026. | ||
PHX-AD-1, PHX-AD-2, PHX-AD-3 | β’ One or more independent data centers within a region β’ connected by low-latency, high-bandwidth internal network β’ AD names are randomized per tenancy to balance capacity | ||
FD-1, FD-2, FD-3 within an AD | β’ Grouping of hardware within an AD β’ each AD contains exactly 3 fault domains β’ protects against hardware failures and planned maintenance events | ||
OC1 (commercial), OC2 (US Gov), OC3 (US DoD) | β’ Logical collection of regions β’ a tenancy exists in exactly one realm and cannot access regions in a different realm. | ||
Root compartment OCID ocid1.tenancy.oc1..aaaaaa... | β’ Secure, isolated partition of OCI assigned at sign-up β’ all resources belong to a tenancy β’ the root compartment = the tenancy | ||
ocid1.instance.oc1.iad.abuwcljr... | β’ Oracle Cloud ID β unique identifier for every OCI resource β’ format ocid1.<type>.<realm>.<region>.<unique_id>. | ||
Customer-specific region identifiers (not public) | β’ Private OCI region assigned to a single organization β’ region-specific IDs available only from Oracle support | ||
IAM β cross-region; VCN β regional; compute instance β AD-specific | β’ IAM resources are global across the realm β’ most services are regional β’ DB systems and compute instances are AD-specific |