9.3 Resource Governance, Service Limits & Financially Backed SLAs
Key Takeaways
- Compartment Quotas provide policy-based administrative guardrails to enforce hard limits on resource allocations per compartment, preventing runaway resource sprawl.
- Service Limits are tenancy-level capacity caps imposed by Oracle to protect accounts from accidental over-provisioning, fraudulent misuse, and regional capacity exhaustion.
- Administrators can view current utilization against Service Limits in the OCI Console and submit automated Service Limit Increase requests.
- Oracle Cloud Infrastructure is the only major hyperscale cloud provider offering comprehensive, financially backed Service Level Agreements (SLAs) across three distinct pillars: Availability, Manageability, and Performance.
- Enterprise Premier Support is included at no additional surcharge across enterprise subscriptions, and real-time operational status is publicly published on the OCI Service Health Dashboard.
9.3 Resource Governance, Service Limits & Financially Backed SLAs
[!NOTE] Foundations Blueprint Focus: Enterprise readiness in Oracle Cloud Infrastructure relies on robust governance controls and legal contractual guarantees. The OCI Foundations Associate (1Z0-1085-26) examination tests your ability to contrast customer-defined Compartment Quotas with Oracle-enforced Service Limits, navigate the Service Limit increase process, and master the three industry-exclusive pillars of OCI's financially backed Service Level Agreements (SLAs): Availability, Manageability, and Performance.
As enterprise cloud adoption scales across dozens of independent development teams and business units, platform administrators must maintain centralized operational guardrails. Unregulated resource provisioning can lead to capacity exhaustion within a region, unexpected billing spikes, or operational downtime. To address these challenges, Oracle Cloud Infrastructure provides a layered governance framework combining customer-configured Compartment Quotas, tenancy-level Service Limits, and the cloud industry's most comprehensive, legally binding Service Level Agreements (SLAs).
Compartment Quotas: Policy-Based Resource Governance
In a multi-compartment enterprise hierarchy, Identity and Access Management (IAM) policies dictate who has permissions to perform operations on cloud resources (for example, allowing the AppDevelopers group to create compute instances in the Dev compartment).
However, IAM policies cannot restrict how many resources an authorized group can launch. A junior developer with manage instances privileges could inadvertently spin up fifty high-end GPU Bare Metal instances, exhausting the company's cloud budget in days. To prevent this, OCI provides Compartment Quotas.
+-------------------------------------------------------------------------+
| COMPARTMENT QUOTA ENFORCEMENT |
+-------------------------------------------------------------------------+
| Administrator Policy in Root: |
| "set compute quota vm-standard-e4-count to 10 in compartment Dev" |
+-------------------------------------------------------------------------+
│
▼
+-------------------------------------------------------------------------+
| COMPARTMENT: DEV |
| |
| [VM 1] [VM 2] [VM 3] [VM 4] [VM 5] [VM 6] [VM 7] [VM 8] [VM 9] [VM 10]|
| |
| User attempts to provision [VM 11] |
| ───► API Evaluates Quota Policy |
| ───► Result: HTTP 429 / QuotaExceeded Error (Provisioning Blocked) |
+-------------------------------------------------------------------------+
Declarative Quota Policy Syntax
Compartment Quotas are written in a declarative, human-readable policy language similar to IAM policies. Administrators attach quota policies to the root compartment or parent compartments using three core policy statements:
set: Enforces a maximum allocation ceiling for a specific resource type within a compartment.- Example:
set compute quota vm-standard-e4-count to 10 in compartment Dev
- Example:
zero: Completely prohibits the creation or allocation of a specific resource family within a compartment.- Example:
zero compute quota bare-metal-shapes in compartment Dev
- Example:
unset: Removes an existing quota constraint, restoring default tenancy limits.- Example:
unset compute quota vm-standard-e4-count in compartment Dev
- Example:
Hierarchical Enforcement & Immediate Prevention
- Real-Time Control Plane Interception: Compartment Quotas are evaluated synchronously by OCI control plane APIs at provisioning time. If an engineer attempts to create an 11th instance when the quota is set to 10, the API call is immediately rejected with a
QuotaExceedederror. - Hierarchical Inheritance: Quotas declared on a parent compartment apply to the aggregate resource consumption across that parent and all of its nested child compartments, ensuring complete sub-tree control.
Service Limits: Tenancy-Level Safeguards
While Compartment Quotas are defined and enforced by the customer, Service Limits are foundational capacity thresholds configured and enforced directly by Oracle.
+-------------------------------------------------------------------------+
| COMPARTMENT QUOTAS VS. SERVICE LIMITS |
+------------------------------------+------------------------------------+
| COMPARTMENT QUOTAS | SERVICE LIMITS |
+------------------------------------+------------------------------------+
| • Defined by: Customer Admin | • Defined by: Oracle |
| • Scope: Specific Compartments | • Scope: Tenancy-wide (Region/AD) |
| • Purpose: Internal team guardrails| • Purpose: Fraud & runaway spend |
| • Syntax: set/zero/unset policies | prevention; capacity governance |
| • Enforced at compartment boundary | • Enforced at tenancy perimeter |
| • Managed via Quota Policy editor | • Increased via in-Console workflow|
+------------------------------------+------------------------------------+
Tenancy Protection & Fraud Prevention
Service Limits exist to protect both the customer and Oracle:
- Accidental Runaway Spending: Prevents runaway automation scripts (e.g., recursive Terraform loops or misconfigured Kubernetes autoscalers) from spinning up thousands of resources.
- Fraud and Security Defense: If an attacker compromises an administrator's API signing key, default service limits prevent the adversary from instantly provisioning hundreds of cryptocurrency-mining compute instances.
- Datacenter Capacity Governance: Protects physical hardware inventory across OCI datacenters, preventing any single tenant from starving neighboring tenants of capacity within an Availability Domain.
Viewing Limits and Available Headroom in the Console
Administrators can inspect tenancy limits at any time by navigating to Governance & Administration -> Limits, Quotas and Usage in the OCI Console. The interface provides a clear, tabular breakdown:
- Service and resource category
- Geographic scope (Regional vs. Availability Domain-specific)
- Hard limit allocated to the tenancy
- Current active utilization
- Remaining headroom available for provisioning
Requesting Service Limit Increases
When an enterprise outgrows its default service limits (for example, requiring additional compute OCPUs or more Virtual Cloud Networks), administrators initiate a Service Limit Increase request directly from the console:
- Integrated Console Workflow: Click Request a service limit increase, select the target service, region, resource shape, and specify the requested new ceiling with business justification.
- Automated Telemetry Approvals: Common requests for standard compute shapes and networking resources are evaluated and approved automatically within minutes by automated capacity telemetry engines.
- Manual Engineering Review: Requests involving specialized, high-demand hardware (such as dense GPU clusters or dedicated Exadata infrastructure) route to Oracle Cloud Engineering operations for capacity verification.
OCI Service Level Agreements (SLAs): The Three Pillars
In enterprise IT, a Service Level Agreement (SLA) represents a contractually binding commitment made by a service provider regarding platform reliability, operational guarantees, and financial remedies if those standards are breached.
The Competitive Cloud SLA Reality
Historically, major cloud hyperscalers (including AWS, Azure, and Google Cloud) have offered SLAs covering only one dimension: Availability (uptime). Under traditional hyperscaler agreements:
- If an API control plane crashes and prevents you from scaling, updating, or creating instances, providers do not consider it an outage if running servers remain powered on.
- If a block volume or storage network suffers extreme latency degradation that halts database transactions, traditional providers pay zero compensation because the disk technically "remains accessible."
Oracle's Unique Competitive Advantage: The Three Pillars
Oracle is the only major cloud provider to offer legally binding, financially backed Service Level Agreements covering three distinct operational pillars: Availability, Manageability, and Performance.
+-------------------------------------------------------------------------+
| THE THREE PILLARS OF OCI FINANCIALLY BACKED SLAs |
+-------------------+-----------------------------+-----------------------+
| AVAILABILITY | MANAGEABILITY | PERFORMANCE |
+-------------------+-----------------------------+-----------------------+
| • Guarantees that | • Guarantees the ability to | • Guarantees that |
| services remain | manage, modify, provision,| services meet |
| running & online| and delete OCI resources | published throughput|
| • 99.9% to 99.995%| • Continuous REST API and | and latency baselines
| uptime target | OCI Console operations | • Block Volume IOPS & |
| • VM & DB uptime | • 99.9% manageability SLA | network throughput |
+-------------------+-----------------------------+-----------------------+
│
▼
+-------------------------------------------------------------------------+
| FINANCIAL REMEDY: SERVICE CREDITS ISSUED |
| If Oracle breaches ANY of the 3 pillars, customer receives credits |
| applied directly against future monthly cloud invoices (10% to 100%) |
+-------------------------------------------------------------------------+
1. Availability SLA (Uptime)
- Operational Guarantee: Guarantees that customer workloads, virtual machines, database systems, and network paths are operational, reachable, and processing data over the network.
- Service Targets: Typically ranges from 99.9% to 99.995% depending on the specific service and deployment architecture (e.g., 99.995% for Oracle Autonomous Database with Autonomous Data Guard).
2. Manageability SLA (Control Plane & API Access)
- Operational Guarantee: Guarantees that administrators and automated systems can continuously manage, provision, scale, configure, and terminate OCI resources via the OCI Console, CLI, SDKs, and REST APIs.
- Commitment: Oracle provides a 99.9% manageability commitment for core services.
- Real-World Impact: If the OCI control plane experiences a failure that prevents an e-commerce platform from launching autoscaled compute instances during a traffic surge, Oracle acknowledges an SLA breach and issues service credits—even if every existing virtual machine continues running without interruption.
3. Performance SLA (Throughput & Latency Guarantees)
- Operational Guarantee: Guarantees that core infrastructure components consistently deliver published, expected performance benchmarks rather than best-effort variability.
- Commitment Coverage: Primarily covers OCI Block Volumes and high-speed virtual networking. For example, OCI Block Volume performance tiers (Balanced, Higher Performance, Ultra High Performance) guarantee specific IOPS and MB/s throughput allocations.
- Real-World Impact: If an enterprise attaches a block volume provisioned for 25,000 IOPS and persistent storage fabric degradation causes throughput to drop significantly below published baselines for an extended duration, the customer is entitled to financial compensation under the Performance SLA.
Financial Remedies: Service Credits
If Oracle fails to satisfy the contractual performance, availability, or manageability targets for an eligible service during a monthly billing cycle, the customer can submit an SLA claim:
- Service Credits: Oracle compensates customers with Service Credits applied against future OCI invoices.
- Sliding Scale: Credit percentages typically range from 10% to 100% of the monthly bill for the affected service, determined by the magnitude and duration of the outage or degradation.
Operational Health & Enterprise Support
To complement contractual SLAs, Oracle provides transparent operational observability and enterprise-tier support integration.
OCI Service Health Dashboard
- Public Transparency: Located at
ocistatus.oracle.com, this public status portal displays real-time operational status, active incidents, and maintenance advisories for all OCI services across every commercial, government, and sovereign region globally. - Incident Timelines & RCAs: Publishes detailed incident timelines, resolution milestones, and post-incident Root Cause Analyses (RCAs).
In-Console Tenancy Announcements
- Targeted Communications: While the public dashboard reflects global health, the OCI Console delivers personalized Announcements directly to tenancy administrators.
- Scope: Alerts administrators to planned infrastructure maintenance affecting their specific virtual machine hosts, upcoming SSL/TLS certificate updates, service deprecation schedules, and regional security advisories.
Oracle Premier Support & My Oracle Support (MOS)
- Premier Support Included: In stark contrast to other major cloud hyperscalers that charge an additional 3% to 10% of total monthly cloud spend for enterprise-grade 24/7 technical support, Oracle includes Oracle Premier Support at no extra charge for all enterprise cloud customers.
- My Oracle Support (MOS) Integration: Customers open support tickets, request hardware diagnostics, and communicate with certified technical engineers directly through the unified My Oracle Support portal.
Three Pillars of OCI SLAs Comparison Matrix
| SLA Pillar | Core Guarantee | What It Protects Against | Financial Remedy Example Scenario |
|---|---|---|---|
| Availability SLA | Workload uptime and network connectivity | Infrastructure host crashes, network outages, datacenter power failure | Virtual machine instance or database cluster goes offline and cannot be reached over network |
| Manageability SLA | Uninterrupted control plane and REST API operations | Console outages, API endpoint failures, provisioning hangs | OCI Console or APIs fail, blocking administrators from deploying, resizing, or terminating instances |
| Performance SLA | Infrastructure consistently meets published performance benchmarks | Disk I/O throttling, persistent storage degradation, network bandwidth drops | OCI Block Volume fails to deliver its provisioned IOPS/throughput tier for an extended duration |
A Chief Information Officer is reviewing public cloud vendors for enterprise-grade contractual guarantees. The CIO notes that while most cloud providers offer uptime commitments, Oracle Cloud Infrastructure is unique in offering financially backed Service Level Agreements (SLAs) across three distinct operational dimensions. What are the three pillars of OCI's SLAs?
An enterprise cloud administrator wants to prevent project teams in the 'Development' compartment from accidentally provisioning high-cost GPU bare metal compute shapes, while allowing them to freely provision standard virtual machines. Which OCI governance mechanism is specifically designed to enforce this policy constraint?
During a regional infrastructure event, an enterprise's running virtual machines in OCI continue operating normally. However, an outage in the OCI control plane temporarily prevents systems engineers from creating new compute instances or modifying security lists via the OCI Console and REST APIs for two hours. Under which OCI Service Level Agreement (SLA) pillar is the customer entitled to request service credits?
You've completed this section
Continue exploring other exams