Are there long-term reserved capacity discounts?
In Oracle Cloud Infrastructure (OCI), "reserved capacity" and "discounts" are handled differently than in AWS or Azure. You won't find a direct equivalent to "Reserved Instances" where you lock in a specific VM for three years. Instead, OCI separates the reservation of hardware from the financial discount.
Here is how the long-term discount and reservation models work:
If you want a discount for a long-term commitment, this is the mechanism you use.
How it works: You commit to a specific amount of spending per year (e.g., $50,000).
The Discount: By committing upfront, Oracle provides a Volume Discount on the hourly rate of all services. The more you commit, the deeper the discount (often 20% to 35% off list prices).
Flexibility: Unlike other clouds, this discount isn't tied to a specific server size or region. You can spend your credits on a Bare Metal server today and a Kubernetes cluster tomorrow, and the same discounted rate applies.
In other clouds, "Reserved Instances" often combine a discount with a guarantee that the server will be available. In OCI, these are separate.
How it works: You create a Capacity Reservation to ensure that when you need to start a server (e.g., during a disaster recovery event or a holiday sale), the hardware is guaranteed to be there for you.
The Cost: You pay for the reserved capacity even if no VMs are running on it.
The "Unused" Discount: Interestingly, OCI charges you only 85% of the standard price for any capacity that is reserved but not currently being used. Once you launch an instance against that reservation, you pay the 100% rate (or your discounted Universal Credit rate).
This is a unique "loyalty" discount that effectively acts as a long-term saving:
For every $1.00 you spend on OCI, Oracle gives you $0.25 to $0.33 in rewards.
These rewards can be used to pay off your on-premises Oracle software license support bills. For many enterprises, this effectively makes the cloud compute "feel" much cheaper or even free because it offsets an existing mandatory expense.
| Option | What are you committing to? | Primary Benefit | Best For |
| Annual Universal Credits | A total dollar spend per year | Lower hourly rates (20%+ off) | Consistent, production workloads. |
| Capacity Reservations | Specific hardware availability | Guaranteed launch | Disaster Recovery or critical scaling. |
| Universal Credit Overages | Nothing (On-Demand) | Flexibility | Temporary projects or testing. |
If you have a steady workload, the best strategy in OCI is to:
Negotiate an Annual Universal Credit agreement for your baseline spend to get the lowest possible unit price.
Right-size using Flexible Shapes so you aren't paying for "ghost" cores you don't use.
Use Preemptible Instances for any non-critical, background processing to get an automatic 50% discount without any commitment.