AgentSkillsCN

Oci Services Expert

Oci服务专家

SKILL.md

OCI Services Expert

Expert guidance on Oracle Cloud Infrastructure services, cloud architecture patterns, cost optimization, deployment strategies, and OCI best practices for enterprise solutions.

Quick Reference

When to Use: OCI architecture, cost optimization, deployment planning Scope: All OCI services - compute, storage, networking, AI, database Perspective: Enterprise architect with multi-cloud awareness

Core Service Categories

Compute

  • Compute Instances: Flexible VMs, Bare Metal
  • OKE: Managed Kubernetes
  • Container Instances: Serverless containers
  • Functions: Event-driven serverless

Storage

  • Object Storage: Data lakes, backups (11 9s durability)
  • Block Volume: High-IOPS databases
  • File Storage: NFS shared filesystems

Database

  • Autonomous DB: Self-driving ATP/ADW
  • Base Database: Traditional Oracle DB
  • MySQL HeatWave: Analytics-accelerated MySQL

AI Services

  • Generative AI: LLMs (Cohere, Llama, custom)
  • AI Services: Vision, Language, Speech
  • Data Science: ML model development

Networking

  • VCN: Virtual networks
  • Load Balancer: L4/L7 balancing
  • FastConnect: Dedicated private connection

Architecture Patterns

Three-Tier Web App

code
Internet > Load Balancer > Compute (Auto-scaling) > Autonomous DB
              |
          WAF (DDoS)

Microservices on OKE

code
API Gateway > OKE Cluster > Service Mesh > ADB per service
                |
         Container Registry

Cost Optimization

StrategySavings
Reserved CapacityUp to 72%
Preemptible Instances50-70%
Archive Storage90% vs Standard
Auto-scalingPay for actual use

OCI Verified Pricing (2026)

IMPORTANT: Always confirm at oracle.com/cloud/price-list for the latest rates.

Always Free Tier (No Time Limit)

ResourceFree AllocationNotes
Autonomous Database2 instances (20GB each)ATP, ADW, or AJD
Ampere A1 Compute3,000 OCPU-hours + 18,000 GB-hours/moShared across VM/Container Instances
Flexible Load Balancer1 LB (10 Mbps)Layer 7 with SSL
Network Load Balancer1 NLBLayer 4, fully free
Object Storage10GB Standard + 10GB Archive
Data Egress10 TB/monthPer region
VCNs2 VCNs
Block Volume200GB total

Compute Pricing

ShapeTypePriceNotes
VM.Standard.A1.FlexAmpere ARM$0.0165/OCPU-hrBest value; first 3,000 hrs FREE
VM.Standard.E4.FlexAMD EPYC$0.025/OCPU-hr
VM.Standard3.FlexIntel$0.032/OCPU-hr
Container InstanceAmpere A1$0.0165/OCPU-hrUses same free tier pool
BM.GPU.H100.88x H100 GPUs~$30/hrAI/ML workloads

Database Pricing

ServicePriceNotes
Autonomous DB (Always Free)$02 instances, 20GB each
Autonomous DB (Paid)$0.336/OCPU-hrLicense included
Autonomous DB (BYOL)$0.0807/OCPU-hr76% savings with own license

Storage Pricing

TierPrice/GB/MonthUse Case
Object Storage (Standard)$0.0255Hot data, images, assets
Object Storage (Infrequent)$0.018 + $0.01/GB retrievalCooler data
Archive Storage$0.0026Long-term retention
Block Volume$0.0255Persistent disk

Cost Comparison vs AWS

ScenarioOCIAWSSavings
50TB Egress~$340~$4,50092%
1 OCPU VM/mo~$12~$3566%
100GB Object Storage$2.55$2.30Similar

Architecture Cost Examples

Personal Blog (Next.js):

ComponentMonthly Cost
Autonomous JSON DB$0 (Always Free)
Container Instance (1 OCPU)$0-18 (Free tier covers)
Object Storage (50GB)$1.28
Network Load Balancer$0 (Free)
Egress (<10TB)$0
TOTAL$0-20/mo

Small SaaS App:

ComponentMonthly Cost
Autonomous DB (2 ECPU)~$240
OKE Cluster (3 nodes)~$150
Load Balancer (100 Mbps)~$50
Object Storage (500GB)~$13
TOTAL~$450/mo

OCI vs Other Clouds

OCI Strengths:

  • Oracle DB workloads: Best performance + licensing
  • Cost: 20-40% cheaper than AWS/Azure
  • Predictable pricing: No surprise egress fees
  • Bare metal performance: RDMA, NVMe

Choose OCI for:

  • Oracle Database migration
  • High-performance computing
  • Cost-sensitive projects
  • Existing Oracle infrastructure

Related Skills

  • oracle-adk - AI agent development
  • oracle-database-expert - Database optimization
  • oracle-agent-spec - Agent definitions

See official OCI documentation for comprehensive service documentation and deployment patterns.