forked from diegoecab/oci-deal-accelerator
Fix 30 KB errors: ExaCS storage 3-10x wrong, ECPU transition, IOPS limits, missing shapes
Cross-referenced all 70+ KB files against official Oracle docs. Critical fixes: - ExaCS: storage was flash cache not usable disk (76.8→190.8 TB QR), added X11M, removed X10M - ADB-S: OCPU→ECPU migration, 26ai as default, cross-region RTO 15→10 min - Compute: E5 max 94→126, A2 80→78, added E6/A4/BM shapes, 11 GPU shapes - Storage: Higher Perf IOPS 35K→50K, UHP 450K→300K, File Storage 25K→50K - DBCS: E5.Flex max 94→64, storage 80→150 TB, added 26ai - Networking: FastConnect +400 Gbps, NSG max 120 rules Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -22,8 +22,9 @@ services:
|
||||
iops_per_gb: 75
|
||||
throughput_kbps_per_gb: 600
|
||||
- name: Ultra High Performance
|
||||
max_iops: 450000
|
||||
max_iops: 300000
|
||||
max_throughput_mbps: 2680
|
||||
notes: "IOPS range 75K-300K at 30-120 VPU"
|
||||
max_volume_size_tb: 32
|
||||
max_volumes_per_instance: 32
|
||||
|
||||
@@ -36,7 +37,7 @@ services:
|
||||
use_for: "Data accessed less than once per month"
|
||||
- name: Archive
|
||||
use_for: "Long-term retention, compliance"
|
||||
retrieval_time: "1 hour (standard), 1 minute (expedited)"
|
||||
retrieval_time: "1 hour (standard)"
|
||||
features:
|
||||
- "S3-compatible API"
|
||||
- "Versioning"
|
||||
@@ -49,7 +50,7 @@ services:
|
||||
what: "NFSv3-compatible managed file system"
|
||||
use_for: "Shared file access across multiple compute instances"
|
||||
max_size: "8 EB (exabytes)"
|
||||
iops: "Up to 25,000 IOPS per file system"
|
||||
iops: "Up to 50,000 IOPS per file system"
|
||||
throughput: "Up to 1.2 GB/s per mount target"
|
||||
|
||||
pricing:
|
||||
|
||||
Reference in New Issue
Block a user