cloud-cost-mcp 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,11 +4,11 @@
4
4
  "lastUpdated": "2026-01-20T00:00:00Z",
5
5
  "source": "Oracle Cloud Infrastructure Pricing API",
6
6
  "sourceUrl": "https://apexapps.oracle.com/pls/apex/cetools/api/v1/products/",
7
- "version": "1.2.9",
7
+ "version": "1.3.2",
8
8
  "totalProducts": 602,
9
9
  "totalCategories": 109,
10
10
  "currency": "USD",
11
- "notes": "OCI pricing with status tracking. Includes active and legacy SKUs.",
11
+ "notes": "Comprehensive OCI pricing with 600+ products, structured PaaS services.",
12
12
  "totalComputeConfigs": 154
13
13
  },
14
14
  "compute": [
@@ -536,118 +536,84 @@
536
536
  ],
537
537
  "storage": [
538
538
  {
539
- "service": "storage",
540
- "storageType": "block-volume",
541
- "type": "block-storage-basic",
542
- "description": "Block Volume - Lower Cost storage tier",
543
- "unit": "GB per month",
544
- "pricePerUnit": 0.0255,
545
- "currency": "USD",
546
- "performanceTier": "Lower Cost",
547
- "minCapacityGB": 50,
548
- "maxCapacityGB": 32768,
549
- "notes": "2 VPUs/GB. Up to 3K IOPS, 24 MB/s throughput per volume."
539
+ "service": "block-volume",
540
+ "name": "Block Volume",
541
+ "type": "block",
542
+ "pricePerGB": 0.0255,
543
+ "status": "active",
544
+ "notes": "Default performance"
550
545
  },
551
546
  {
552
- "service": "storage",
553
- "storageType": "block-volume",
554
- "type": "block-storage-balanced",
555
- "description": "Block Volume - Balanced performance (default)",
556
- "unit": "GB per month",
557
- "pricePerUnit": 0.0255,
558
- "currency": "USD",
559
- "performanceTier": "Balanced",
560
- "minCapacityGB": 50,
561
- "maxCapacityGB": 32768,
562
- "notes": "10 VPUs/GB included. Up to 25K IOPS, 480 MB/s throughput."
547
+ "service": "block-volume-perf",
548
+ "name": "Block Volume Performance",
549
+ "type": "block",
550
+ "pricePerUnit": 0.0017,
551
+ "status": "active",
552
+ "notes": "Per VPU per GB"
563
553
  },
564
554
  {
565
- "service": "storage",
566
- "storageType": "block-volume-performance",
567
- "type": "block-storage-vpu",
568
- "description": "Block Volume Performance Units (VPU) - Additional performance",
569
- "unit": "GB per month",
570
- "pricePerUnit": 0.0017,
571
- "currency": "USD",
572
- "notes": "Per VPU per GB/month. 10 VPUs = Balanced, 20 VPUs = Higher Performance."
555
+ "service": "block-volume-backup",
556
+ "name": "Block Volume Backup",
557
+ "type": "block",
558
+ "pricePerGB": 0.0255,
559
+ "status": "active",
560
+ "notes": "Incremental backups"
573
561
  },
574
562
  {
575
- "service": "storage",
576
- "storageType": "block-volume",
577
- "type": "block-storage-high-performance",
578
- "description": "Block Volume - Higher Performance tier",
579
- "unit": "GB per month",
580
- "pricePerUnit": 0.0425,
581
- "currency": "USD",
582
- "performanceTier": "Higher Performance",
583
- "minCapacityGB": 50,
584
- "maxCapacityGB": 32768,
585
- "notes": "20 VPUs/GB. Up to 35K IOPS, 480 MB/s throughput. Includes VPU cost."
563
+ "service": "object-storage",
564
+ "name": "Object Storage Standard",
565
+ "type": "object",
566
+ "pricePerGB": 0.0255,
567
+ "status": "active",
568
+ "notes": "First 10GB free"
586
569
  },
587
570
  {
588
- "service": "storage",
589
- "storageType": "block-volume",
590
- "type": "block-storage-ultra-high",
591
- "description": "Block Volume - Ultra High Performance tier",
592
- "unit": "GB per month",
593
- "pricePerUnit": 0.0765,
594
- "currency": "USD",
595
- "performanceTier": "Ultra High Performance",
596
- "minCapacityGB": 50,
597
- "maxCapacityGB": 32768,
598
- "notes": "30-120 VPUs/GB. Up to 225K IOPS, 2.68 GB/s throughput."
571
+ "service": "object-storage-ia",
572
+ "name": "Object Storage Infrequent Access",
573
+ "type": "object",
574
+ "pricePerGB": 0.01,
575
+ "status": "active",
576
+ "notes": "Cool storage"
599
577
  },
600
578
  {
601
- "service": "storage",
602
- "storageType": "object-storage-standard",
603
- "type": "object-storage",
604
- "description": "Object Storage - Standard tier for frequent access",
605
- "unit": "GB per month",
606
- "pricePerUnit": 0.0255,
607
- "currency": "USD",
608
- "notes": "First 10 GB free. Includes 50K free requests/month."
579
+ "service": "archive-storage",
580
+ "name": "Archive Storage",
581
+ "type": "archive",
582
+ "pricePerGB": 0.00255,
583
+ "status": "active",
584
+ "notes": "Cold storage"
609
585
  },
610
586
  {
611
- "service": "storage",
612
- "storageType": "object-storage-infrequent",
613
- "type": "object-storage-ia",
614
- "description": "Object Storage - Infrequent Access tier",
615
- "unit": "GB per month",
616
- "pricePerUnit": 0.01,
617
- "currency": "USD",
618
- "notes": "For data accessed less than once per month. 31-day minimum storage."
587
+ "service": "file-storage",
588
+ "name": "File Storage",
589
+ "type": "file",
590
+ "pricePerGB": 0.3,
591
+ "status": "active",
592
+ "notes": "NFS compatible"
619
593
  },
620
594
  {
621
- "service": "storage",
622
- "storageType": "object-storage-archive",
623
- "type": "object-storage-archive",
624
- "description": "Object Storage - Archive tier for long-term retention",
625
- "unit": "GB per month",
626
- "pricePerUnit": 0.00255,
627
- "currency": "USD",
628
- "notes": "90-day minimum storage. ~1 hour restore time. Best for compliance data."
595
+ "service": "file-storage-perf",
596
+ "name": "File Storage High Performance",
597
+ "type": "file",
598
+ "pricePerUnit": 0.3,
599
+ "status": "active",
600
+ "notes": "Performance mount target"
629
601
  },
630
602
  {
631
- "service": "storage",
632
- "storageType": "file-storage",
633
- "type": "file-storage",
634
- "description": "File Storage - NFS-compatible shared filesystem",
635
- "unit": "GB per month",
636
- "pricePerUnit": 0.0425,
637
- "currency": "USD",
638
- "notes": "Elastic capacity. Supports NFSv3. Multi-AD replication available."
603
+ "service": "zfs-storage",
604
+ "name": "ZFS Storage",
605
+ "type": "file",
606
+ "pricePerHour": 1.85,
607
+ "status": "active",
608
+ "notes": "HA ZFS appliance"
639
609
  },
640
610
  {
641
- "service": "storage",
642
- "storageType": "boot-volume",
643
- "type": "boot-volume",
644
- "description": "Boot Volume - OS disk for compute instances",
645
- "unit": "GB per month",
646
- "pricePerUnit": 0.0255,
647
- "currency": "USD",
648
- "minCapacityGB": 47,
649
- "maxCapacityGB": 32768,
650
- "notes": "Same pricing as block volume. Default 47 GB for most images."
611
+ "service": "lustre-storage",
612
+ "name": "Lustre File Storage",
613
+ "type": "file",
614
+ "pricePerGB": 0.086,
615
+ "status": "active",
616
+ "notes": "HPC file system"
651
617
  }
652
618
  ],
653
619
  "database": [
@@ -806,6 +772,168 @@
806
772
  "currency": "USD",
807
773
  "licenseIncluded": true,
808
774
  "notes": "Quarter rack minimum. Best for mission-critical OLTP/analytics."
775
+ },
776
+ {
777
+ "service": "autonomous-transaction-processing",
778
+ "name": "Autonomous Transaction Processing",
779
+ "type": "serverless",
780
+ "pricePerECPU": 0.336,
781
+ "pricePerGB": 0.0255,
782
+ "status": "active",
783
+ "notes": "ECPU per hour"
784
+ },
785
+ {
786
+ "service": "autonomous-transaction-processing-byol",
787
+ "name": "Autonomous Transaction Processing BYOL",
788
+ "type": "serverless",
789
+ "pricePerECPU": 0.0807,
790
+ "pricePerGB": 0.0255,
791
+ "status": "active",
792
+ "notes": "Bring Your Own License"
793
+ },
794
+ {
795
+ "service": "autonomous-data-warehouse",
796
+ "name": "Autonomous Data Warehouse",
797
+ "type": "serverless",
798
+ "pricePerECPU": 0.336,
799
+ "pricePerGB": 0.0255,
800
+ "status": "active",
801
+ "notes": "ECPU per hour"
802
+ },
803
+ {
804
+ "service": "autonomous-data-warehouse-byol",
805
+ "name": "Autonomous Data Warehouse BYOL",
806
+ "type": "serverless",
807
+ "pricePerECPU": 0.0807,
808
+ "pricePerGB": 0.0255,
809
+ "status": "active",
810
+ "notes": "Bring Your Own License"
811
+ },
812
+ {
813
+ "service": "autonomous-json",
814
+ "name": "Autonomous JSON Database",
815
+ "type": "serverless",
816
+ "pricePerECPU": 0.0807,
817
+ "pricePerGB": 0.0255,
818
+ "status": "active",
819
+ "notes": "JSON document store"
820
+ },
821
+ {
822
+ "service": "autonomous-json-free",
823
+ "name": "Autonomous JSON Database Free",
824
+ "type": "serverless",
825
+ "pricePerECPU": 0.0,
826
+ "pricePerGB": 0.0,
827
+ "status": "active",
828
+ "notes": "Always Free tier"
829
+ },
830
+ {
831
+ "service": "autonomous-ai",
832
+ "name": "Autonomous AI Database",
833
+ "type": "serverless",
834
+ "pricePerECPU": 0.336,
835
+ "pricePerGB": 0.0255,
836
+ "status": "active",
837
+ "notes": "AI/ML optimized"
838
+ },
839
+ {
840
+ "service": "autonomous-ai-byol",
841
+ "name": "Autonomous AI Database BYOL",
842
+ "type": "serverless",
843
+ "pricePerECPU": 0.0807,
844
+ "pricePerGB": 0.0255,
845
+ "status": "active",
846
+ "notes": "Bring Your Own License"
847
+ },
848
+ {
849
+ "service": "mysql-heatwave",
850
+ "name": "MySQL HeatWave",
851
+ "type": "relational",
852
+ "pricePerECPU": 0.0366,
853
+ "pricePerGB": 0.04,
854
+ "status": "active",
855
+ "notes": "MySQL with HeatWave analytics"
856
+ },
857
+ {
858
+ "service": "mysql-heatwave-cluster",
859
+ "name": "MySQL HeatWave Cluster",
860
+ "type": "relational",
861
+ "pricePerUnit": 0.011,
862
+ "status": "active",
863
+ "notes": "HeatWave node per hour"
864
+ },
865
+ {
866
+ "service": "mysql-heatwave-free",
867
+ "name": "MySQL HeatWave Free",
868
+ "type": "relational",
869
+ "pricePerECPU": 0.0,
870
+ "status": "active",
871
+ "notes": "Always Free tier"
872
+ },
873
+ {
874
+ "service": "postgresql",
875
+ "name": "Database with PostgreSQL",
876
+ "type": "relational",
877
+ "pricePerOCPU": 0.098,
878
+ "pricePerGB": 0.072,
879
+ "status": "active",
880
+ "notes": "Managed PostgreSQL"
881
+ },
882
+ {
883
+ "service": "nosql-on-demand",
884
+ "name": "NoSQL Database On-Demand",
885
+ "type": "nosql",
886
+ "pricePerWriteUnit": 0.1254,
887
+ "pricePerReadUnit": 0.0064,
888
+ "pricePerGB": 0.066,
889
+ "status": "active",
890
+ "notes": "Serverless NoSQL"
891
+ },
892
+ {
893
+ "service": "nosql-provisioned",
894
+ "name": "NoSQL Database Provisioned",
895
+ "type": "nosql",
896
+ "pricePerWriteUnit": 0.0627,
897
+ "pricePerReadUnit": 0.0032,
898
+ "pricePerGB": 0.033,
899
+ "status": "active",
900
+ "notes": "Provisioned capacity"
901
+ },
902
+ {
903
+ "service": "base-db-standard",
904
+ "name": "Base Database Standard Edition",
905
+ "type": "relational",
906
+ "pricePerECPU": 0.0538,
907
+ "pricePerGB": 0.0595,
908
+ "status": "active",
909
+ "notes": "Oracle Standard Edition"
910
+ },
911
+ {
912
+ "service": "base-db-enterprise",
913
+ "name": "Base Database Enterprise Edition",
914
+ "type": "relational",
915
+ "pricePerECPU": 0.1075,
916
+ "pricePerGB": 0.0595,
917
+ "status": "active",
918
+ "notes": "Oracle Enterprise Edition"
919
+ },
920
+ {
921
+ "service": "base-db-high-perf",
922
+ "name": "Base Database High Performance",
923
+ "type": "relational",
924
+ "pricePerECPU": 0.2218,
925
+ "pricePerGB": 0.0595,
926
+ "status": "active",
927
+ "notes": "Enterprise High Performance"
928
+ },
929
+ {
930
+ "service": "base-db-extreme-perf",
931
+ "name": "Base Database Extreme Performance",
932
+ "type": "relational",
933
+ "pricePerECPU": 0.443,
934
+ "pricePerGB": 0.0595,
935
+ "status": "active",
936
+ "notes": "Enterprise Extreme Performance"
809
937
  }
810
938
  ],
811
939
  "networking": [
@@ -977,501 +1105,261 @@
977
1105
  ],
978
1106
  "serverless": [
979
1107
  {
1108
+ "service": "functions",
980
1109
  "name": "OCI Functions",
981
1110
  "type": "serverless",
982
- "pricePerMillion": 0.2,
1111
+ "pricePerInvocation": 2e-07,
983
1112
  "pricePerGBSecond": 1.417e-05,
984
- "freeInvocations": 2000000,
985
- "freeGBSeconds": 400000,
986
- "notes": "Generous free tier"
987
- }
988
- ],
989
- "containers": [
990
- {
991
- "name": "Container Instances OCPU",
992
- "type": "container-serverless",
993
- "pricePerHour": 0.0225,
994
- "notes": "Per OCPU-hour"
995
- },
996
- {
997
- "name": "Container Instances Memory",
998
- "type": "container-serverless",
999
- "pricePerHour": 0.0015,
1000
- "notes": "Per GB-hour"
1001
- }
1002
- ],
1003
- "observability": [
1004
- {
1005
- "service": "observability",
1006
- "type": "ops-insights",
1007
- "name": "OCI - MySQL Database - Oracle Ops Insights for MySQL HeatWave",
1008
- "description": "OCI - MySQL Database - Oracle Ops Insights for MySQL HeatWave",
1009
- "unit": "OCPU Per Hour",
1010
- "pricePerUnit": 0.015,
1011
- "currency": "USD",
1012
- "partNumber": "B109358"
1013
- },
1014
- {
1015
- "service": "observability",
1016
- "type": "ops-insights",
1017
- "name": "OCI - MySQL Database - Oracle Ops Insights for MySQL HeatWave",
1018
- "description": "OCI - MySQL Database - Oracle Ops Insights for MySQL HeatWave",
1019
- "unit": "ECPU Per Hour",
1020
- "pricePerUnit": 0.0075,
1021
- "currency": "USD",
1022
- "partNumber": "B109359"
1023
- },
1024
- {
1025
- "service": "observability",
1026
- "type": "monitoring",
1027
- "name": "OCI Application Performance Monitoring Service - Stack Monitoring - Enterprise Edition for GPU Infrastructure",
1028
- "description": "OCI Application Performance Monitoring Service - Stack Monitoring - Enterprise Edition for GPU Infrastructure",
1029
- "unit": "GPU Monitoring Unit Per Hour",
1030
- "pricePerUnit": 0.07,
1031
- "currency": "USD",
1032
- "partNumber": "B110986"
1033
- },
1034
- {
1035
- "service": "observability",
1036
- "type": "ops-insights",
1037
- "name": "OCI Ops Insights for Warehouse - Instance",
1038
- "description": "OCI Ops Insights for Warehouse - Instance",
1039
- "unit": "ECPU Per Hour",
1040
- "pricePerUnit": 0.2688,
1041
- "currency": "USD",
1042
- "partNumber": "B111087"
1043
- },
1044
- {
1045
- "service": "observability",
1046
- "type": "monitoring",
1047
- "name": "Monitoring - Ingestion",
1048
- "description": "Monitoring - Ingestion",
1049
- "unit": "Million Datapoints",
1050
- "pricePerUnit": 0,
1051
- "currency": "USD",
1052
- "partNumber": "B90925"
1053
- },
1054
- {
1055
- "service": "observability",
1056
- "type": "monitoring",
1057
- "name": "Monitoring - Retrieval",
1058
- "description": "Monitoring - Retrieval",
1059
- "unit": "Million Datapoints",
1060
- "pricePerUnit": 0,
1061
- "currency": "USD",
1062
- "partNumber": "B90926"
1063
- },
1064
- {
1065
- "service": "observability",
1066
- "type": "notifications",
1067
- "name": "Notifications - HTTPS Delivery",
1068
- "description": "Notifications - HTTPS Delivery",
1069
- "unit": "Million Delivery Operations",
1070
- "pricePerUnit": 0,
1071
- "currency": "USD",
1072
- "partNumber": "B90940"
1073
- },
1074
- {
1075
- "service": "observability",
1076
- "type": "notifications",
1077
- "name": "Notifications - Email Delivery",
1078
- "description": "Notifications - Email Delivery",
1079
- "unit": "1,000 Emails Sent",
1080
- "pricePerUnit": 0,
1081
- "currency": "USD",
1082
- "partNumber": "B90941"
1083
- },
1084
- {
1085
- "service": "observability",
1086
- "type": "logging",
1087
- "name": "OCI - Logging - Storage",
1088
- "description": "OCI - Logging - Storage",
1089
- "unit": "Gigabyte Log Storage Per Month",
1090
- "pricePerUnit": 0,
1091
- "currency": "USD",
1092
- "partNumber": "B92593"
1113
+ "status": "active",
1114
+ "notes": "First 2M invocations free"
1093
1115
  },
1094
1116
  {
1095
- "service": "observability",
1096
- "type": "log-analytics",
1097
- "name": "OCI Log Analytics - Archival Storage",
1098
- "description": "OCI Log Analytics - Archival Storage",
1099
- "unit": "Logging Analytics Storage Unit Per Hour",
1100
- "pricePerUnit": 0.02,
1101
- "currency": "USD",
1102
- "partNumber": "B92809"
1117
+ "service": "api-gateway",
1118
+ "name": "API Gateway",
1119
+ "type": "serverless",
1120
+ "pricePerMillion": 3.0,
1121
+ "status": "active",
1122
+ "notes": "Per million API calls"
1103
1123
  },
1104
1124
  {
1105
- "service": "observability",
1106
- "type": "ops-insights",
1107
- "name": "OCI Ops Insights for Oracle Autonomous Databases - Basic",
1108
- "description": "OCI Ops Insights for Oracle Autonomous Databases - Basic",
1109
- "unit": "OCPU Per Hour",
1110
- "pricePerUnit": 0,
1111
- "currency": "USD",
1112
- "partNumber": "B92888"
1125
+ "service": "queue",
1126
+ "name": "OCI Queue",
1127
+ "type": "messaging",
1128
+ "pricePerMillion": 0.0,
1129
+ "status": "active",
1130
+ "notes": "Serverless queue, free tier"
1113
1131
  },
1114
1132
  {
1115
- "service": "observability",
1116
- "type": "ops-insights",
1117
- "name": "OCI Ops Insights for Oracle Cloud Databases",
1118
- "description": "OCI Ops Insights for Oracle Cloud Databases",
1119
- "unit": "OCPU Per Hour",
1120
- "pricePerUnit": 0.015,
1121
- "currency": "USD",
1122
- "partNumber": "B92889"
1133
+ "service": "streaming",
1134
+ "name": "OCI Streaming",
1135
+ "type": "messaging",
1136
+ "pricePerGB": 0.025,
1137
+ "pricePerGBStorage": 0.000292,
1138
+ "status": "active",
1139
+ "notes": "Kafka-compatible streaming"
1123
1140
  },
1124
1141
  {
1125
- "service": "observability",
1126
- "type": "ops-insights",
1127
- "name": "OCI Ops Insights for External Oracle Databases and Host",
1128
- "description": "OCI Ops Insights for External Oracle Databases and Host",
1129
- "unit": "Host CPU Core Per Hour",
1130
- "pricePerUnit": 0.015,
1131
- "currency": "USD",
1132
- "partNumber": "B92890"
1142
+ "service": "streaming-kafka",
1143
+ "name": "OCI Streaming with Kafka API",
1144
+ "type": "messaging",
1145
+ "pricePerOCPU": 0.1,
1146
+ "status": "active",
1147
+ "notes": "Full Kafka compatibility"
1133
1148
  },
1134
1149
  {
1135
- "service": "observability",
1136
- "type": "apm",
1137
- "name": "Application Performance Monitoring Service - Tracing Data - Free",
1138
- "description": "Application Performance Monitoring Service - Tracing Data - Free",
1139
- "unit": "1,000 Events Per Hour",
1140
- "pricePerUnit": 0,
1141
- "currency": "USD",
1142
- "partNumber": "B92940"
1150
+ "service": "events",
1151
+ "name": "OCI Events",
1152
+ "type": "serverless",
1153
+ "pricePerMillion": 0.0,
1154
+ "status": "active",
1155
+ "notes": "Event routing, free"
1143
1156
  },
1144
1157
  {
1145
- "service": "observability",
1146
- "type": "apm",
1147
- "name": "Application Performance Monitoring Service - Tracing Data",
1148
- "description": "Application Performance Monitoring Service - Tracing Data",
1149
- "unit": "100,000 Events Per Hour",
1150
- "pricePerUnit": 0.65,
1151
- "currency": "USD",
1152
- "partNumber": "B92941"
1153
- },
1158
+ "service": "notifications",
1159
+ "name": "OCI Notifications",
1160
+ "type": "messaging",
1161
+ "pricePerMillion": 0.0,
1162
+ "status": "active",
1163
+ "notes": "Pub/sub notifications, free"
1164
+ }
1165
+ ],
1166
+ "containers": [
1154
1167
  {
1155
- "service": "observability",
1156
- "type": "apm",
1157
- "name": "Application Performance Monitoring Service - Synthetic Usage",
1158
- "description": "Application Performance Monitoring Service - Synthetic Usage",
1159
- "unit": "10 Monitor Runs Per Hour",
1160
- "pricePerUnit": 0.02,
1161
- "currency": "USD",
1162
- "partNumber": "B92942"
1168
+ "service": "container-instances",
1169
+ "name": "Container Instances",
1170
+ "type": "container",
1171
+ "pricePerOCPU": 0.0225,
1172
+ "pricePerGB": 0.0015,
1173
+ "status": "active",
1174
+ "notes": "Serverless containers"
1163
1175
  },
1164
1176
  {
1165
- "service": "observability",
1166
- "type": "notifications",
1167
- "name": "Notifications - SMS Outbound to Country Zone 1",
1168
- "description": "Notifications - SMS Outbound to Country Zone 1",
1169
- "unit": "Per SMS Message Sent",
1170
- "pricePerUnit": 0,
1171
- "currency": "USD",
1172
- "partNumber": "B93004"
1177
+ "service": "container-registry",
1178
+ "name": "Container Registry",
1179
+ "type": "container",
1180
+ "pricePerGB": 0.0255,
1181
+ "status": "active",
1182
+ "notes": "Docker registry"
1173
1183
  },
1174
1184
  {
1175
- "service": "observability",
1176
- "type": "notifications",
1177
- "name": "Notifications - SMS Outbound to Country Zone 2",
1178
- "description": "Notifications - SMS Outbound to Country Zone 2",
1179
- "unit": "Per SMS Message Sent",
1180
- "pricePerUnit": 0,
1181
- "currency": "USD",
1182
- "partNumber": "B93005"
1185
+ "service": "oke-basic",
1186
+ "name": "OKE Basic Cluster",
1187
+ "type": "kubernetes",
1188
+ "pricePerCluster": 0.0,
1189
+ "status": "active",
1190
+ "notes": "Free control plane"
1183
1191
  },
1184
1192
  {
1185
- "service": "observability",
1186
- "type": "notifications",
1187
- "name": "Notifications - SMS Outbound to Country Zone 3",
1188
- "description": "Notifications - SMS Outbound to Country Zone 3",
1189
- "unit": "Per SMS Message Sent",
1190
- "pricePerUnit": 0,
1191
- "currency": "USD",
1192
- "partNumber": "B93006"
1193
+ "service": "oke-enhanced",
1194
+ "name": "OKE Enhanced Cluster",
1195
+ "type": "kubernetes",
1196
+ "pricePerCluster": 0.1,
1197
+ "status": "active",
1198
+ "notes": "Per cluster per hour"
1193
1199
  },
1194
1200
  {
1195
- "service": "observability",
1196
- "type": "notifications",
1197
- "name": "Notifications - SMS Outbound to Country Zone 4",
1198
- "description": "Notifications - SMS Outbound to Country Zone 4",
1199
- "unit": "Per SMS Message Sent",
1200
- "pricePerUnit": 0,
1201
- "currency": "USD",
1202
- "partNumber": "B93007"
1203
- },
1201
+ "service": "oke-virtual-nodes",
1202
+ "name": "OKE Virtual Nodes",
1203
+ "type": "kubernetes",
1204
+ "pricePerNode": 0.015,
1205
+ "status": "active",
1206
+ "notes": "Serverless Kubernetes nodes"
1207
+ }
1208
+ ],
1209
+ "observability": [
1204
1210
  {
1205
- "service": "observability",
1206
- "type": "notifications",
1207
- "name": "Notifications - SMS Outbound to Country Zone 5",
1208
- "description": "Notifications - SMS Outbound to Country Zone 5",
1209
- "unit": "Per SMS Message Sent",
1210
- "pricePerUnit": 0,
1211
- "currency": "USD",
1212
- "partNumber": "B93008"
1211
+ "service": "monitoring",
1212
+ "name": "OCI Monitoring",
1213
+ "type": "observability",
1214
+ "pricePerMillion": 0.0,
1215
+ "status": "active",
1216
+ "notes": "Metrics, free"
1213
1217
  },
1214
1218
  {
1215
- "service": "observability",
1216
- "type": "ops-insights",
1217
- "name": "OCI Ops Insights for Warehouse - Extract",
1218
- "description": "OCI Ops Insights for Warehouse - Extract",
1219
- "unit": "Gigabyte Per Month",
1220
- "pricePerUnit": 2,
1221
- "currency": "USD",
1222
- "partNumber": "B93705"
1219
+ "service": "logging",
1220
+ "name": "OCI Logging",
1221
+ "type": "observability",
1222
+ "pricePerGB": 0.0,
1223
+ "status": "active",
1224
+ "notes": "Log storage, free"
1223
1225
  },
1224
1226
  {
1225
- "service": "observability",
1226
- "type": "ops-insights",
1227
- "name": "OCI Ops Insights for Warehouse - Instance",
1228
- "description": "OCI Ops Insights for Warehouse - Instance",
1229
- "unit": "OCPU Per Hour",
1230
- "pricePerUnit": 0.5377,
1231
- "currency": "USD",
1232
- "partNumber": "B93706"
1227
+ "service": "logging-analytics",
1228
+ "name": "Logging Analytics Active",
1229
+ "type": "observability",
1230
+ "pricePerUnit": 372.0,
1231
+ "status": "active",
1232
+ "notes": "Per storage unit/month"
1233
1233
  },
1234
1234
  {
1235
- "service": "observability",
1236
- "type": "monitoring",
1237
- "name": "OCI - Stack Monitoring - Standard Edition",
1238
- "description": "OCI - Stack Monitoring - Standard Edition",
1239
- "unit": "10 Monitored Resources Per Hour",
1240
- "pricePerUnit": 0.075,
1241
- "currency": "USD",
1242
- "partNumber": "B95264"
1235
+ "service": "logging-analytics-archive",
1236
+ "name": "Logging Analytics Archive",
1237
+ "type": "observability",
1238
+ "pricePerHour": 0.02,
1239
+ "status": "active",
1240
+ "notes": "Archive storage"
1243
1241
  },
1244
1242
  {
1245
- "service": "observability",
1246
- "type": "log-analytics",
1247
- "name": "OCI Log Analytics - Active Storage",
1248
- "description": "OCI Log Analytics - Active Storage",
1249
- "unit": "Logging Analytics Storage Unit Per Month",
1250
- "pricePerUnit": 372,
1251
- "currency": "USD",
1252
- "partNumber": "B95634"
1243
+ "service": "apm-tracing",
1244
+ "name": "APM Tracing",
1245
+ "type": "observability",
1246
+ "pricePerEvents": 0.65,
1247
+ "status": "active",
1248
+ "notes": "Per 100K events/hour"
1253
1249
  },
1254
1250
  {
1255
- "service": "observability",
1256
- "type": "ops-insights",
1257
- "name": "OCI Ops Insights for Oracle Autonomous Databases - Basic",
1258
- "description": "OCI Ops Insights for Oracle Autonomous Databases - Basic",
1259
- "unit": "ECPU Per Hour",
1260
- "pricePerUnit": 0,
1261
- "currency": "USD",
1262
- "partNumber": "B96199"
1251
+ "service": "apm-synthetic",
1252
+ "name": "APM Synthetic Monitoring",
1253
+ "type": "observability",
1254
+ "pricePerRun": 0.002,
1255
+ "status": "active",
1256
+ "notes": "Per monitor run"
1263
1257
  },
1264
1258
  {
1265
- "service": "observability",
1266
- "type": "apm",
1267
- "name": "OCI - Application Performance Monitoring Service - Synthetic Usage - Free",
1268
- "description": "OCI - Application Performance Monitoring Service - Synthetic Usage - Free",
1269
- "unit": "10 Monitor Runs Per Hour",
1270
- "pricePerUnit": 0,
1271
- "currency": "USD",
1272
- "partNumber": "B96629"
1259
+ "service": "stack-monitoring",
1260
+ "name": "Stack Monitoring Standard",
1261
+ "type": "observability",
1262
+ "pricePerResources": 0.075,
1263
+ "status": "active",
1264
+ "notes": "Per 10 resources/hour"
1273
1265
  },
1274
1266
  {
1275
- "service": "observability",
1276
- "type": "ops-insights",
1277
- "name": "OCI Ops Insights for Oracle Cloud Databases",
1278
- "description": "OCI Ops Insights for Oracle Cloud Databases",
1279
- "unit": "ECPU Per Hour",
1280
- "pricePerUnit": 0.0075,
1281
- "currency": "USD",
1282
- "partNumber": "B97140"
1267
+ "service": "stack-monitoring-ent",
1268
+ "name": "Stack Monitoring Enterprise",
1269
+ "type": "observability",
1270
+ "pricePerResources": 0.38,
1271
+ "status": "active",
1272
+ "notes": "Per 10 resources/hour"
1283
1273
  },
1284
1274
  {
1285
- "service": "observability",
1286
- "type": "monitoring",
1287
- "name": "OCI - Stack Monitoring - Enterprise Edition",
1288
- "description": "OCI - Stack Monitoring - Enterprise Edition",
1289
- "unit": "10 Monitored Resources Per Hour",
1290
- "pricePerUnit": 0.38,
1291
- "currency": "USD",
1292
- "partNumber": "B99259"
1275
+ "service": "ops-insights",
1276
+ "name": "Ops Insights",
1277
+ "type": "observability",
1278
+ "pricePerOCPU": 0.015,
1279
+ "status": "active",
1280
+ "notes": "Performance analysis"
1293
1281
  }
1294
1282
  ],
1295
1283
  "security": [
1296
1284
  {
1297
- "service": "security",
1298
- "type": "cloud-guard",
1299
- "name": "Oracle Cloud Guard Instance Security Enterprise",
1300
- "description": "Oracle Cloud Guard Instance Security Enterprise",
1301
- "unit": "Node Per Hour",
1302
- "pricePerUnit": 0.0069,
1303
- "currency": "USD",
1304
- "partNumber": "B108188"
1305
- },
1306
- {
1307
- "service": "security",
1308
- "type": "cloud-guard",
1309
- "name": "Oracle Cloud Guard Instance Security Standard",
1310
- "description": "Oracle Cloud Guard Instance Security Standard",
1311
- "unit": "Node Per Hour",
1312
- "pricePerUnit": 0,
1313
- "currency": "USD",
1314
- "partNumber": "B108189"
1315
- },
1316
- {
1317
- "service": "security",
1318
- "type": "cloud-guard",
1319
- "name": "Oracle Cloud Guard Instance Security Adhoc Queries Enterprise",
1320
- "description": "Oracle Cloud Guard Instance Security Adhoc Queries Enterprise",
1321
- "unit": "Request",
1322
- "pricePerUnit": 0,
1323
- "currency": "USD",
1324
- "partNumber": "B108190"
1325
- },
1326
- {
1327
- "service": "security",
1328
- "type": "vulnerability-scanning",
1329
- "name": "OCI - Vulnerability Detection and Patching - External Databases",
1330
- "description": "OCI - Vulnerability Detection and Patching - External Databases",
1331
- "unit": "Host CPU Core Per Hour",
1332
- "pricePerUnit": 0.05,
1333
- "currency": "USD",
1334
- "partNumber": "B108764"
1335
- },
1336
- {
1337
- "service": "security",
1338
- "type": "vulnerability-scanning",
1339
- "name": "OCI - Vulnerability Detection and Patching - External Databases BYOL",
1340
- "description": "OCI - Vulnerability Detection and Patching - External Databases BYOL",
1341
- "unit": "Host CPU Core Per Hour",
1342
- "pricePerUnit": 0.025,
1343
- "currency": "USD",
1344
- "partNumber": "B108765"
1345
- },
1346
- {
1347
- "service": "security",
1348
- "type": "vault",
1349
- "name": "OCI - Key Management - Private Vault",
1350
- "description": "OCI - Key Management - Private Vault",
1351
- "unit": "Virtual Private Vault Per Hour",
1352
- "pricePerUnit": 3.724,
1353
- "currency": "USD",
1354
- "partNumber": "B90328"
1355
- },
1356
- {
1357
- "service": "security",
1358
- "type": "data-safe",
1359
- "name": "Data Safe for Database Cloud Service - Audit Record Collection Over 1 Million Records",
1360
- "description": "Data Safe for Database Cloud Service - Audit Record Collection Over 1 Million Records",
1361
- "unit": "10,000 Audit Records Per Target Per Month",
1362
- "pricePerUnit": 0.1,
1363
- "currency": "USD",
1364
- "partNumber": "B91631"
1365
- },
1366
- {
1367
- "service": "security",
1368
- "type": "data-safe",
1369
- "name": "Data Safe for Database Cloud Service - Databases",
1370
- "description": "Data Safe for Database Cloud Service - Databases",
1371
- "unit": "Each",
1372
- "pricePerUnit": 0,
1373
- "currency": "USD",
1374
- "partNumber": "B91632"
1375
- },
1376
- {
1377
- "service": "security",
1378
- "type": "vault",
1379
- "name": "Key Management Service - Key Versions",
1380
- "description": "Key Management Service - Key Versions",
1381
- "unit": "Key Version Per Month",
1382
- "pricePerUnit": 0,
1383
- "currency": "USD",
1384
- "partNumber": "B92092"
1285
+ "service": "vault",
1286
+ "name": "OCI Vault",
1287
+ "type": "security",
1288
+ "pricePerKey": 0.0,
1289
+ "status": "active",
1290
+ "notes": "Key versions free, vault $3.72/hr"
1385
1291
  },
1386
1292
  {
1387
- "service": "security",
1388
- "type": "data-safe",
1389
- "name": "Data Safe for On-Premises Databases on Compute",
1390
- "description": "Data Safe for On-Premises Databases on Compute",
1391
- "unit": "Target Database Per Month",
1392
- "pricePerUnit": 200,
1393
- "currency": "USD",
1394
- "partNumber": "B92733"
1293
+ "service": "vault-private",
1294
+ "name": "OCI Private Vault",
1295
+ "type": "security",
1296
+ "pricePerHour": 3.724,
1297
+ "status": "active",
1298
+ "notes": "Dedicated HSM"
1395
1299
  },
1396
1300
  {
1397
- "service": "security",
1398
- "type": "data-safe",
1399
- "name": "Data Safe for On-Premises Databases prompt on Compute",
1400
- "description": "Data Safe for On-Premises Databases prompt on Compute",
1401
- "unit": "10,000 Audit Records Per Target Per Month",
1402
- "pricePerUnit": 0.1,
1403
- "currency": "USD",
1404
- "partNumber": "B92734"
1301
+ "service": "vault-external",
1302
+ "name": "OCI External Key Management",
1303
+ "type": "security",
1304
+ "pricePerKey": 3.0,
1305
+ "status": "active",
1306
+ "notes": "BYOK per month"
1405
1307
  },
1406
1308
  {
1407
- "service": "security",
1408
- "type": "other",
1409
- "name": "Oracle Threat Intelligence Service",
1410
- "description": "Oracle Threat Intelligence Service",
1411
- "unit": "API Calls",
1412
- "pricePerUnit": 0,
1413
- "currency": "USD",
1414
- "partNumber": "B94173"
1309
+ "service": "cloud-guard",
1310
+ "name": "Cloud Guard",
1311
+ "type": "security",
1312
+ "pricePerNode": 0.0,
1313
+ "status": "active",
1314
+ "notes": "Security posture, free"
1415
1315
  },
1416
1316
  {
1417
- "service": "security",
1418
- "type": "waf",
1419
- "name": "Web Application Firewall - Requests",
1420
- "description": "Web Application Firewall - Requests",
1421
- "unit": "1,000,000 Incoming Requests Per Month",
1422
- "pricePerUnit": 0,
1423
- "currency": "USD",
1424
- "partNumber": "B94277"
1317
+ "service": "cloud-guard-enterprise",
1318
+ "name": "Cloud Guard Enterprise",
1319
+ "type": "security",
1320
+ "pricePerNode": 0.0069,
1321
+ "status": "active",
1322
+ "notes": "Advanced security"
1425
1323
  },
1426
1324
  {
1427
- "service": "security",
1428
- "type": "waf",
1429
- "name": "Web Application Firewall - Instance",
1430
- "description": "Web Application Firewall - Instance",
1431
- "unit": "Instance Per Month",
1432
- "pricePerUnit": 0,
1433
- "currency": "USD",
1434
- "partNumber": "B94579"
1325
+ "service": "data-safe",
1326
+ "name": "Data Safe",
1327
+ "type": "security",
1328
+ "pricePerTarget": 0.0,
1329
+ "status": "active",
1330
+ "notes": "Database security, free tier"
1435
1331
  },
1436
1332
  {
1437
- "service": "security",
1438
- "type": "network-firewall",
1439
- "name": "Network Firewall Instance",
1440
- "description": "Network Firewall Instance",
1441
- "unit": "Instance Per Hour",
1442
- "pricePerUnit": 2.75,
1443
- "currency": "USD",
1444
- "partNumber": "B95403"
1333
+ "service": "data-safe-onprem",
1334
+ "name": "Data Safe for On-Premises",
1335
+ "type": "security",
1336
+ "pricePerTarget": 200.0,
1337
+ "status": "active",
1338
+ "notes": "Per target/month"
1445
1339
  },
1446
1340
  {
1447
- "service": "security",
1448
- "type": "network-firewall",
1449
- "name": "Network Firewall Data Processing",
1450
- "description": "Network Firewall Data Processing",
1451
- "unit": "Gigabyte (GB) of Data Processed",
1452
- "pricePerUnit": 0,
1453
- "currency": "USD",
1454
- "partNumber": "B95404"
1341
+ "service": "waf",
1342
+ "name": "Web Application Firewall",
1343
+ "type": "security",
1344
+ "pricePerInstance": 0.0,
1345
+ "status": "active",
1346
+ "notes": "WAF, free"
1455
1347
  },
1456
1348
  {
1457
- "service": "security",
1458
- "type": "vault",
1459
- "name": "OCI - External Key Management",
1460
- "description": "OCI - External Key Management",
1461
- "unit": "Key Version Per Month",
1462
- "pricePerUnit": 3,
1463
- "currency": "USD",
1464
- "partNumber": "B98100"
1349
+ "service": "network-firewall",
1350
+ "name": "Network Firewall",
1351
+ "type": "security",
1352
+ "pricePerInstance": 2.75,
1353
+ "status": "active",
1354
+ "notes": "Per instance/hour"
1465
1355
  },
1466
1356
  {
1467
- "service": "security",
1468
- "type": "vault",
1469
- "name": "OCI - Dedicated Key Management (Minimum 3 HSM Partitions)",
1470
- "description": "OCI - Dedicated Key Management (Minimum 3 HSM Partitions)",
1471
- "unit": "HSM Partition Per Hour",
1472
- "pricePerUnit": 1.75,
1473
- "currency": "USD",
1474
- "partNumber": "B99597"
1357
+ "service": "bastion",
1358
+ "name": "OCI Bastion",
1359
+ "type": "security",
1360
+ "pricePerSession": 0.0,
1361
+ "status": "active",
1362
+ "notes": "SSH/RDP proxy, free"
1475
1363
  }
1476
1364
  ],
1477
1365
  "dataAnalytics": [
@@ -7678,368 +7566,161 @@
7678
7566
  },
7679
7567
  "integration": [
7680
7568
  {
7681
- "service": "integration",
7682
- "type": "integration-cloud",
7683
- "name": "Oracle Integration Cloud Service - Healthcare",
7684
- "description": "Oracle Integration Cloud Service - Healthcare",
7685
- "unit": "5K Messages Per Hour",
7686
- "pricePerUnit": 1.9355,
7687
- "currency": "USD",
7688
- "partNumber": "B109559"
7689
- },
7690
- {
7691
- "service": "integration",
7692
- "type": "streaming",
7693
- "name": "OCI Streaming With Apache Kafka",
7694
- "description": "OCI Streaming With Apache Kafka",
7695
- "unit": "OCPU Per Hour",
7696
- "pricePerUnit": 0.1,
7697
- "currency": "USD",
7698
- "partNumber": "B110500"
7699
- },
7700
- {
7701
- "service": "integration",
7702
- "type": "data-integration",
7703
- "name": "Oracle Data Integrator Cloud Service",
7704
- "description": "Oracle Data Integrator Cloud Service",
7705
- "unit": "OCPU Per Hour",
7706
- "pricePerUnit": 0.7742,
7707
- "currency": "USD",
7708
- "partNumber": "B88299"
7709
- },
7710
- {
7711
- "service": "integration",
7712
- "type": "data-integration",
7713
- "name": "Oracle Data Integrator Cloud Service - BYOL",
7714
- "description": "Oracle Data Integrator Cloud Service - BYOL",
7715
- "unit": "OCPU Per Hour",
7716
- "pricePerUnit": 0.1935,
7717
- "currency": "USD",
7718
- "partNumber": "B88406"
7719
- },
7720
- {
7721
- "service": "integration",
7722
- "type": "integration-cloud",
7723
- "name": "Oracle Integration Cloud Service - Standard",
7724
- "description": "Oracle Integration Cloud Service - Standard",
7725
- "unit": "5K Messages Per Hour",
7726
- "pricePerUnit": 0.6452,
7727
- "currency": "USD",
7728
- "partNumber": "B89639"
7729
- },
7730
- {
7731
- "service": "integration",
7732
- "type": "integration-cloud",
7733
- "name": "Oracle Integration Cloud Service - Enterprise",
7734
- "description": "Oracle Integration Cloud Service - Enterprise",
7735
- "unit": "5K Messages Per Hour",
7736
- "pricePerUnit": 1.2903,
7737
- "currency": "USD",
7738
- "partNumber": "B89640"
7739
- },
7740
- {
7741
- "service": "integration",
7742
- "type": "integration-cloud",
7743
- "name": "Oracle Integration Cloud Service - Standard - BYOL",
7744
- "description": "Oracle Integration Cloud Service - Standard - BYOL",
7745
- "unit": "20K Messages Per Hour",
7746
- "pricePerUnit": 0.3226,
7747
- "currency": "USD",
7748
- "partNumber": "B89643"
7749
- },
7750
- {
7751
- "service": "integration",
7752
- "type": "integration-cloud",
7753
- "name": "Oracle Integration Cloud Service - Enterprise - BYOL",
7754
- "description": "Oracle Integration Cloud Service - Enterprise - BYOL",
7755
- "unit": "20K Messages Per Hour",
7756
- "pricePerUnit": 0.3226,
7757
- "currency": "USD",
7758
- "partNumber": "B89644"
7759
- },
7760
- {
7761
- "service": "integration",
7762
- "type": "streaming",
7763
- "name": "Streaming - PUT or GET",
7764
- "description": "Streaming - PUT or GET",
7765
- "unit": "Gigabytes of Data Transferred",
7766
- "pricePerUnit": 0.025,
7767
- "currency": "USD",
7768
- "partNumber": "B90938"
7769
- },
7770
- {
7771
- "service": "integration",
7772
- "type": "streaming",
7773
- "name": "Streaming - Storage",
7774
- "description": "Streaming - Storage",
7775
- "unit": "Gigabytes Per Hour",
7776
- "pricePerUnit": 0.0002,
7777
- "currency": "USD",
7778
- "partNumber": "B90939"
7779
- },
7780
- {
7781
- "service": "integration",
7782
- "type": "integration-cloud",
7783
- "name": "Oracle SOA Suite for OCI",
7784
- "description": "Oracle SOA Suite for OCI",
7785
- "unit": "OCPU Per Hour",
7786
- "pricePerUnit": 0.7231,
7787
- "currency": "USD",
7788
- "partNumber": "B92450"
7789
- },
7790
- {
7791
- "service": "integration",
7792
- "type": "integration-cloud",
7793
- "name": "Oracle SOA Suite for OCI - with B2B Adapter for EDI",
7794
- "description": "Oracle SOA Suite for OCI - with B2B Adapter for EDI",
7795
- "unit": "OCPU Per Hour",
7796
- "pricePerUnit": 1.2071,
7797
- "currency": "USD",
7798
- "partNumber": "B92451"
7799
- },
7800
- {
7801
- "service": "integration",
7802
- "type": "data-integration",
7803
- "name": "OCI Data Integration - Workspace Usage",
7804
- "description": "OCI Data Integration - Workspace Usage",
7805
- "unit": "Workspace Usage Per Hour",
7806
- "pricePerUnit": 0.16,
7807
- "currency": "USD",
7808
- "partNumber": "B92598"
7569
+ "service": "oic-standard",
7570
+ "name": "Oracle Integration Cloud Standard",
7571
+ "type": "integration",
7572
+ "pricePerMessage": 0.6452,
7573
+ "status": "active",
7574
+ "notes": "Per 5K messages/hour"
7809
7575
  },
7810
7576
  {
7811
- "service": "integration",
7812
- "type": "data-integration",
7813
- "name": "OCI Data Integration - Data Processed",
7814
- "description": "OCI Data Integration - Data Processed",
7815
- "unit": "Gigabyte of Data Processed Per Hour",
7816
- "pricePerUnit": 0.04,
7817
- "currency": "USD",
7818
- "partNumber": "B92599"
7577
+ "service": "oic-enterprise",
7578
+ "name": "Oracle Integration Cloud Enterprise",
7579
+ "type": "integration",
7580
+ "pricePerMessage": 1.2903,
7581
+ "status": "active",
7582
+ "notes": "Per 5K messages/hour"
7819
7583
  },
7820
7584
  {
7821
- "service": "integration",
7822
- "type": "goldengate",
7823
- "name": "Oracle Stream Analytics for OCI",
7824
- "description": "Oracle Stream Analytics for OCI",
7825
- "unit": "OCPU Per Hour",
7826
- "pricePerUnit": 0.9498,
7827
- "currency": "USD",
7828
- "partNumber": "B92695"
7585
+ "service": "oic-healthcare",
7586
+ "name": "Oracle Integration Cloud Healthcare",
7587
+ "type": "integration",
7588
+ "pricePerMessage": 1.9355,
7589
+ "status": "active",
7590
+ "notes": "HL7/FHIR support"
7829
7591
  },
7830
7592
  {
7831
- "service": "integration",
7832
- "type": "goldengate",
7593
+ "service": "goldengate",
7833
7594
  "name": "OCI GoldenGate",
7834
- "description": "OCI GoldenGate",
7835
- "unit": "OCPU Per Hour",
7836
- "pricePerUnit": 1.3441,
7837
- "currency": "USD",
7838
- "partNumber": "B92992"
7595
+ "type": "integration",
7596
+ "pricePerOCPU": 1.3441,
7597
+ "status": "active",
7598
+ "notes": "Real-time data replication"
7839
7599
  },
7840
7600
  {
7841
- "service": "integration",
7842
- "type": "goldengate",
7843
- "name": "OCI GoldenGate - BYOL",
7844
- "description": "OCI GoldenGate - BYOL",
7845
- "unit": "OCPU Per Hour",
7846
- "pricePerUnit": 0.3226,
7847
- "currency": "USD",
7848
- "partNumber": "B92993"
7601
+ "service": "goldengate-byol",
7602
+ "name": "OCI GoldenGate BYOL",
7603
+ "type": "integration",
7604
+ "pricePerOCPU": 0.3226,
7605
+ "status": "active",
7606
+ "notes": "Bring Your Own License"
7849
7607
  },
7850
7608
  {
7851
- "service": "integration",
7852
- "type": "data-integration",
7853
- "name": "OCI Data Integration - Pipeline Operator Execution",
7854
- "description": "OCI Data Integration - Pipeline Operator Execution",
7855
- "unit": "Execution Hour",
7856
- "pricePerUnit": 0,
7857
- "currency": "USD",
7858
- "partNumber": "B93306"
7609
+ "service": "data-integration",
7610
+ "name": "OCI Data Integration",
7611
+ "type": "integration",
7612
+ "pricePerGB": 0.04,
7613
+ "pricePerHour": 0.16,
7614
+ "status": "active",
7615
+ "notes": "ETL service"
7859
7616
  },
7860
7617
  {
7861
- "service": "integration",
7862
- "type": "queue",
7863
- "name": "OCI Queue",
7864
- "description": "OCI Queue",
7865
- "unit": "1,000,000 Requests",
7866
- "pricePerUnit": 0,
7867
- "currency": "USD",
7868
- "partNumber": "B95697"
7618
+ "service": "soa-suite",
7619
+ "name": "Oracle SOA Suite for OCI",
7620
+ "type": "integration",
7621
+ "pricePerOCPU": 0.7231,
7622
+ "status": "active",
7623
+ "notes": "Enterprise SOA"
7869
7624
  }
7870
7625
  ],
7871
7626
  "analytics": [
7872
7627
  {
7873
- "service": "analytics",
7874
- "type": "analytics-cloud",
7875
- "name": "Oracle Analytics Cloud - Professional - OCPU",
7876
- "description": "Oracle Analytics Cloud - Professional - OCPU",
7877
- "unit": "OCPU Per Hour",
7878
- "pricePerUnit": 1.0753,
7879
- "currency": "USD",
7880
- "partNumber": "B89630"
7881
- },
7882
- {
7883
- "service": "analytics",
7884
- "type": "analytics-cloud",
7885
- "name": "Oracle Analytics Cloud - Enterprise - OCPU",
7886
- "description": "Oracle Analytics Cloud - Enterprise - OCPU",
7887
- "unit": "OCPU Per Hour",
7888
- "pricePerUnit": 2.1506,
7889
- "currency": "USD",
7890
- "partNumber": "B89631"
7891
- },
7892
- {
7893
- "service": "analytics",
7894
- "type": "analytics-cloud",
7895
- "name": "Oracle Analytics Cloud - Professional - BYOL - OCPU",
7896
- "description": "Oracle Analytics Cloud - Professional - BYOL - OCPU",
7897
- "unit": "OCPU Per Hour",
7898
- "pricePerUnit": 0.3226,
7899
- "currency": "USD",
7900
- "partNumber": "B89636"
7901
- },
7902
- {
7903
- "service": "analytics",
7904
- "type": "analytics-cloud",
7905
- "name": "Oracle Analytics Cloud - Enterprise - BYOL - OCPU",
7906
- "description": "Oracle Analytics Cloud - Enterprise - BYOL - OCPU",
7907
- "unit": "OCPU Per Hour",
7908
- "pricePerUnit": 0.3226,
7909
- "currency": "USD",
7910
- "partNumber": "B89637"
7911
- },
7912
- {
7913
- "service": "analytics",
7914
- "type": "big-data",
7915
- "name": "Oracle Cloud SQL - Compute Capacity",
7916
- "description": "Oracle Cloud SQL - Compute Capacity",
7917
- "unit": "OCPU Per Hour",
7918
- "pricePerUnit": 0.1075,
7919
- "currency": "USD",
7920
- "partNumber": "B91121"
7921
- },
7922
- {
7923
- "service": "analytics",
7924
- "type": "big-data",
7925
- "name": "Oracle Big Data Service - Compute - Standard",
7926
- "description": "Oracle Big Data Service - Compute - Standard",
7927
- "unit": "OCPU Per Hour",
7928
- "pricePerUnit": 0.1344,
7929
- "currency": "USD",
7930
- "partNumber": "B91128"
7931
- },
7932
- {
7933
- "service": "analytics",
7934
- "type": "big-data",
7935
- "name": "Oracle Big Data Service - Compute - Dense I/O",
7936
- "description": "Oracle Big Data Service - Compute - Dense I/O",
7937
- "unit": "OCPU Per Hour",
7938
- "pricePerUnit": 0.214,
7939
- "currency": "USD",
7940
- "partNumber": "B91129"
7628
+ "service": "analytics-cloud-pro",
7629
+ "name": "Oracle Analytics Cloud Professional",
7630
+ "type": "analytics",
7631
+ "pricePerOCPU": 1.0753,
7632
+ "status": "active",
7633
+ "notes": "Per OCPU/hour"
7941
7634
  },
7942
7635
  {
7943
- "service": "analytics",
7944
- "type": "big-data",
7945
- "name": "Oracle Big Data Service - Compute - HPC",
7946
- "description": "Oracle Big Data Service - Compute - HPC",
7947
- "unit": "OCPU Per Hour",
7948
- "pricePerUnit": 0.1536,
7949
- "currency": "USD",
7950
- "partNumber": "B91130"
7636
+ "service": "analytics-cloud-ent",
7637
+ "name": "Oracle Analytics Cloud Enterprise",
7638
+ "type": "analytics",
7639
+ "pricePerOCPU": 2.1506,
7640
+ "status": "active",
7641
+ "notes": "Per OCPU/hour"
7951
7642
  },
7952
7643
  {
7953
- "service": "analytics",
7954
- "type": "analytics-cloud",
7955
- "name": "Oracle Analytics Cloud - Professional - Users",
7956
- "description": "Oracle Analytics Cloud - Professional - Users",
7957
- "unit": "User Per Month",
7958
- "pricePerUnit": 16,
7959
- "currency": "USD",
7960
- "partNumber": "B92682"
7644
+ "service": "analytics-cloud-user",
7645
+ "name": "Oracle Analytics Cloud Per User",
7646
+ "type": "analytics",
7647
+ "pricePerUser": 16.0,
7648
+ "status": "active",
7649
+ "notes": "Per user/month"
7961
7650
  },
7962
7651
  {
7963
- "service": "analytics",
7964
- "type": "analytics-cloud",
7965
- "name": "Oracle Analytics Cloud - Enterprise - Users",
7966
- "description": "Oracle Analytics Cloud - Enterprise - Users",
7967
- "unit": "User Per Month",
7968
- "pricePerUnit": 80,
7969
- "currency": "USD",
7970
- "partNumber": "B92683"
7652
+ "service": "big-data-service",
7653
+ "name": "Big Data Service",
7654
+ "type": "analytics",
7655
+ "pricePerOCPU": 0.015,
7656
+ "status": "active",
7657
+ "notes": "Hadoop/Spark managed"
7971
7658
  },
7972
7659
  {
7973
- "service": "analytics",
7974
- "type": "big-data",
7975
- "name": "Oracle Big Data Service",
7976
- "description": "Oracle Big Data Service",
7977
- "unit": "OCPU Per Hour",
7978
- "pricePerUnit": 0.015,
7979
- "currency": "USD",
7980
- "partNumber": "B93555"
7660
+ "service": "cloud-sql",
7661
+ "name": "Oracle Cloud SQL",
7662
+ "type": "analytics",
7663
+ "pricePerOCPU": 0.1075,
7664
+ "status": "active",
7665
+ "notes": "SQL on Big Data"
7981
7666
  },
7982
7667
  {
7983
- "service": "analytics",
7984
- "type": "other",
7985
- "name": "Oracle Analytics Server for OCI",
7986
- "description": "Oracle Analytics Server for OCI",
7987
- "unit": "OCPU Per Hour",
7988
- "pricePerUnit": 1.75,
7989
- "currency": "USD",
7990
- "partNumber": "B94568"
7668
+ "service": "data-catalog",
7669
+ "name": "OCI Data Catalog",
7670
+ "type": "analytics",
7671
+ "pricePerHour": 0.0,
7672
+ "status": "active",
7673
+ "notes": "Metadata management, free"
7991
7674
  }
7992
7675
  ],
7993
7676
  "developer": [
7994
7677
  {
7995
- "service": "developer",
7996
- "type": "functions",
7997
- "name": "Oracle Functions - Execution Time",
7998
- "description": "Oracle Functions - Execution Time",
7999
- "unit": "10,000 GB Memory-Seconds",
8000
- "pricePerUnit": 0,
8001
- "currency": "USD",
8002
- "partNumber": "B90617"
7678
+ "service": "apex",
7679
+ "name": "Oracle APEX",
7680
+ "type": "developer",
7681
+ "pricePerECPU": 0.0807,
7682
+ "status": "active",
7683
+ "notes": "Low-code platform"
8003
7684
  },
8004
7685
  {
8005
- "service": "developer",
8006
- "type": "functions",
8007
- "name": "Oracle Functions - Invocations",
8008
- "description": "Oracle Functions - Invocations",
8009
- "unit": "1MIL Function Invocations",
8010
- "pricePerUnit": 0,
8011
- "currency": "USD",
8012
- "partNumber": "B90618"
7686
+ "service": "apex-free",
7687
+ "name": "Oracle APEX Free",
7688
+ "type": "developer",
7689
+ "pricePerOCPU": 0.0,
7690
+ "status": "active",
7691
+ "notes": "Always Free tier"
8013
7692
  },
8014
7693
  {
8015
- "service": "developer",
8016
- "type": "api-gateway",
8017
- "name": "API Gateway - 1,000,000 API Calls",
8018
- "description": "API Gateway - 1,000,000 API Calls",
8019
- "unit": "1,000,000 API Calls Per Month",
8020
- "pricePerUnit": 3,
8021
- "currency": "USD",
8022
- "partNumber": "B92072"
7694
+ "service": "visual-builder",
7695
+ "name": "Oracle Visual Builder",
7696
+ "type": "developer",
7697
+ "pricePerOCPU": 1.2365,
7698
+ "status": "active",
7699
+ "notes": "Low-code app builder"
8023
7700
  },
8024
7701
  {
8025
- "service": "developer",
8026
- "type": "apex",
8027
- "name": "Oracle APEX Application Development - Free",
8028
- "description": "Oracle APEX Application Development - Free",
8029
- "unit": "OCPU Per Hour",
8030
- "pricePerUnit": 0,
8031
- "currency": "USD",
8032
- "partNumber": "B93320"
7702
+ "service": "devops",
7703
+ "name": "OCI DevOps",
7704
+ "type": "developer",
7705
+ "pricePerHour": 0.0,
7706
+ "status": "active",
7707
+ "notes": "CI/CD, free"
8033
7708
  },
8034
7709
  {
8035
- "service": "developer",
8036
- "type": "apex",
8037
- "name": "Oracle APEX Application Development - ECPU",
8038
- "description": "Oracle APEX Application Development - ECPU",
8039
- "unit": "ECPU Per Hour",
8040
- "pricePerUnit": 0.0807,
8041
- "currency": "USD",
8042
- "partNumber": "B99709"
7710
+ "service": "resource-manager",
7711
+ "name": "Resource Manager (Terraform)",
7712
+ "type": "developer",
7713
+ "pricePerHour": 0.0,
7714
+ "status": "active",
7715
+ "notes": "IaC, free"
7716
+ },
7717
+ {
7718
+ "service": "artifact-registry",
7719
+ "name": "Artifact Registry",
7720
+ "type": "developer",
7721
+ "pricePerGB": 0.0255,
7722
+ "status": "active",
7723
+ "notes": "Generic artifacts"
8043
7724
  }
8044
7725
  ],
8045
7726
  "media": [
@@ -12284,5 +11965,106 @@
12284
11965
  "pricePerHour": 0.02,
12285
11966
  "notes": "Per tracing event-hour"
12286
11967
  }
11968
+ ],
11969
+ "ai": [
11970
+ {
11971
+ "service": "generative-ai-cohere-large",
11972
+ "name": "Generative AI - Cohere Command R+",
11973
+ "type": "genai",
11974
+ "pricePerInput": 0.003,
11975
+ "pricePerOutput": 0.015,
11976
+ "status": "active",
11977
+ "notes": "Per 1K tokens"
11978
+ },
11979
+ {
11980
+ "service": "generative-ai-cohere-small",
11981
+ "name": "Generative AI - Cohere Command R",
11982
+ "type": "genai",
11983
+ "pricePerInput": 0.0005,
11984
+ "pricePerOutput": 0.0015,
11985
+ "status": "active",
11986
+ "notes": "Per 1K tokens"
11987
+ },
11988
+ {
11989
+ "service": "generative-ai-llama",
11990
+ "name": "Generative AI - Meta Llama 3.1",
11991
+ "type": "genai",
11992
+ "pricePerInput": 0.0009,
11993
+ "pricePerOutput": 0.0009,
11994
+ "status": "active",
11995
+ "notes": "Per 1K tokens"
11996
+ },
11997
+ {
11998
+ "service": "generative-ai-embed",
11999
+ "name": "Generative AI - Cohere Embed",
12000
+ "type": "genai",
12001
+ "pricePerInput": 0.0001,
12002
+ "status": "active",
12003
+ "notes": "Embeddings per 1K tokens"
12004
+ },
12005
+ {
12006
+ "service": "generative-ai-dedicated",
12007
+ "name": "Generative AI - Dedicated",
12008
+ "type": "genai",
12009
+ "pricePerUnit": 24.0,
12010
+ "status": "active",
12011
+ "notes": "AI Unit per hour"
12012
+ },
12013
+ {
12014
+ "service": "generative-ai-agents",
12015
+ "name": "Generative AI Agents",
12016
+ "type": "genai",
12017
+ "pricePerTransaction": 0.0003,
12018
+ "status": "active",
12019
+ "notes": "RAG agents per 10K transactions"
12020
+ },
12021
+ {
12022
+ "service": "vision",
12023
+ "name": "OCI Vision",
12024
+ "type": "ai",
12025
+ "pricePerTransaction": 0.0,
12026
+ "status": "active",
12027
+ "notes": "Image analysis, free tier"
12028
+ },
12029
+ {
12030
+ "service": "speech",
12031
+ "name": "OCI Speech",
12032
+ "type": "ai",
12033
+ "pricePerHour": 0.0,
12034
+ "status": "active",
12035
+ "notes": "Speech-to-text, free tier"
12036
+ },
12037
+ {
12038
+ "service": "language",
12039
+ "name": "OCI Language",
12040
+ "type": "ai",
12041
+ "pricePerTransaction": 0.0,
12042
+ "status": "active",
12043
+ "notes": "NLP, free tier"
12044
+ },
12045
+ {
12046
+ "service": "document-understanding",
12047
+ "name": "OCI Document Understanding",
12048
+ "type": "ai",
12049
+ "pricePerTransaction": 0.0,
12050
+ "status": "active",
12051
+ "notes": "Document OCR, free tier"
12052
+ },
12053
+ {
12054
+ "service": "anomaly-detection",
12055
+ "name": "OCI Anomaly Detection",
12056
+ "type": "ai",
12057
+ "pricePerHour": 0.25,
12058
+ "status": "active",
12059
+ "notes": "ML anomaly detection"
12060
+ },
12061
+ {
12062
+ "service": "data-science",
12063
+ "name": "OCI Data Science",
12064
+ "type": "ai",
12065
+ "pricePerOCPU": 0.0,
12066
+ "status": "active",
12067
+ "notes": "Notebooks free, pay for compute"
12068
+ }
12287
12069
  ]
12288
12070
  }