@grnsft/if 0.0.5 → 0.1.0

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.
Files changed (146) hide show
  1. package/.examples/ompls/azure.yml +205 -0
  2. package/.github/workflows/nodejs-ci.yml +0 -8
  3. package/README.md +48 -9
  4. package/build/config/config.d.ts +0 -23
  5. package/build/config/config.js +1 -24
  6. package/build/index.js +3 -4
  7. package/build/lib/models-universe.js +95 -0
  8. package/build/lib/observatory.js +31 -0
  9. package/build/lib/supercomputer.js +109 -0
  10. package/examples/impls/test/azure.yml +8 -8
  11. package/examples/impls/test/ccf.yml +5 -3
  12. package/examples/impls/test/if-demo.yml +19 -9
  13. package/examples/impls/test/metadata.yml +3 -2
  14. package/examples/impls/test/nesting.yml +10 -13
  15. package/examples/impls/test/sci-e.yml +1 -1
  16. package/examples/impls/test/sci-m.yml +2 -2
  17. package/examples/impls/test/sci-o.yml +2 -4
  18. package/examples/impls/test/sci.yml +1 -2
  19. package/examples/impls/test/shell.yml +2 -1
  20. package/examples/impls/{tdp-finder-test.yml → test/tdp-finder.yml} +8 -8
  21. package/examples/ompls/ccf.yml +3 -1
  22. package/examples/ompls/if-demo.yml +46 -22
  23. package/package.json +12 -5
  24. package/tsconfig.build.json +7 -0
  25. package/tsconfig.build.tsbuildinfo +1 -0
  26. package/build/__mocks__/azure/index.d.ts +0 -11
  27. package/build/__mocks__/azure/index.js +0 -132
  28. package/build/__mocks__/boavizta/countries.json +0 -138
  29. package/build/__mocks__/boavizta/instance_types.json +0 -625
  30. package/build/__mocks__/boavizta/providers.json +0 -1
  31. package/build/__mocks__/fs/index.d.ts +0 -3
  32. package/build/__mocks__/fs/index.js +0 -56
  33. package/build/__mocks__/model-universe/index.d.ts +0 -31
  34. package/build/__mocks__/model-universe/index.js +0 -64
  35. package/build/__mocks__/watt-time/data.json +0 -119
  36. package/build/__tests__/integration/ompl/index.test.d.ts +0 -1
  37. package/build/__tests__/integration/ompl/index.test.js +0 -61
  38. package/build/__tests__/unit/lib/azure-importer/index.test.d.ts +0 -1
  39. package/build/__tests__/unit/lib/azure-importer/index.test.js +0 -152
  40. package/build/__tests__/unit/lib/boavizta/index.test.d.ts +0 -1
  41. package/build/__tests__/unit/lib/boavizta/index.test.js +0 -579
  42. package/build/__tests__/unit/lib/case-studies/aveva.test.d.ts +0 -1
  43. package/build/__tests__/unit/lib/case-studies/aveva.test.js +0 -36
  44. package/build/__tests__/unit/lib/case-studies/emem.test.d.ts +0 -1
  45. package/build/__tests__/unit/lib/case-studies/emem.test.js +0 -108
  46. package/build/__tests__/unit/lib/case-studies/eshoppen.test.d.ts +0 -1
  47. package/build/__tests__/unit/lib/case-studies/eshoppen.test.js +0 -53
  48. package/build/__tests__/unit/lib/case-studies/sci-accenture.test.d.ts +0 -1
  49. package/build/__tests__/unit/lib/case-studies/sci-accenture.test.js +0 -23
  50. package/build/__tests__/unit/lib/ccf/index.test.d.ts +0 -1
  51. package/build/__tests__/unit/lib/ccf/index.test.js +0 -223
  52. package/build/__tests__/unit/lib/cloud-instance-metadata/index.test.d.ts +0 -1
  53. package/build/__tests__/unit/lib/cloud-instance-metadata/index.test.js +0 -73
  54. package/build/__tests__/unit/lib/sci/index.test.d.ts +0 -1
  55. package/build/__tests__/unit/lib/sci/index.test.js +0 -106
  56. package/build/__tests__/unit/lib/sci-e/index.test.d.ts +0 -1
  57. package/build/__tests__/unit/lib/sci-e/index.test.js +0 -30
  58. package/build/__tests__/unit/lib/sci-m/index.test.d.ts +0 -1
  59. package/build/__tests__/unit/lib/sci-m/index.test.js +0 -58
  60. package/build/__tests__/unit/lib/sci-o/index.test.d.ts +0 -1
  61. package/build/__tests__/unit/lib/sci-o/index.test.js +0 -42
  62. package/build/__tests__/unit/lib/shell-imp/index.test.d.ts +0 -1
  63. package/build/__tests__/unit/lib/shell-imp/index.test.js +0 -21
  64. package/build/__tests__/unit/lib/tdp-finder/index.test.d.ts +0 -1
  65. package/build/__tests__/unit/lib/tdp-finder/index.test.js +0 -62
  66. package/build/__tests__/unit/lib/teads-aws/index.test.d.ts +0 -1
  67. package/build/__tests__/unit/lib/teads-aws/index.test.js +0 -170
  68. package/build/__tests__/unit/lib/teads-curve/index.test.d.ts +0 -1
  69. package/build/__tests__/unit/lib/teads-curve/index.test.js +0 -146
  70. package/build/__tests__/unit/lib/watt-time/index.test.d.ts +0 -1
  71. package/build/__tests__/unit/lib/watt-time/index.test.js +0 -106
  72. package/build/__tests__/unit/util/args.test.d.ts +0 -1
  73. package/build/__tests__/unit/util/args.test.js +0 -92
  74. package/build/__tests__/unit/util/models-universe.test.d.ts +0 -1
  75. package/build/__tests__/unit/util/models-universe.test.js +0 -193
  76. package/build/__tests__/unit/util/observatory.test.d.ts +0 -1
  77. package/build/__tests__/unit/util/observatory.test.js +0 -99
  78. package/build/__tests__/unit/util/supercomputer.test.d.ts +0 -1
  79. package/build/__tests__/unit/util/supercomputer.test.js +0 -231
  80. package/build/__tests__/unit/util/yaml.test.d.ts +0 -1
  81. package/build/__tests__/unit/util/yaml.test.js +0 -59
  82. package/build/lib/azure-importer/index.d.ts +0 -55
  83. package/build/lib/azure-importer/index.js +0 -314
  84. package/build/lib/boavizta/index.d.ts +0 -53
  85. package/build/lib/boavizta/index.js +0 -254
  86. package/build/lib/case-studies/aveva-model.d.ts +0 -29
  87. package/build/lib/case-studies/aveva-model.js +0 -53
  88. package/build/lib/case-studies/emem-model.d.ts +0 -42
  89. package/build/lib/case-studies/emem-model.js +0 -93
  90. package/build/lib/case-studies/eshoppen-model.d.ts +0 -24
  91. package/build/lib/case-studies/eshoppen-model.js +0 -123
  92. package/build/lib/case-studies/index.d.ts +0 -4
  93. package/build/lib/case-studies/index.js +0 -21
  94. package/build/lib/case-studies/sci-accenture-model.d.ts +0 -10
  95. package/build/lib/case-studies/sci-accenture-model.js +0 -37
  96. package/build/lib/ccf/aws-embodied.json +0 -5591
  97. package/build/lib/ccf/aws-instances.json +0 -21116
  98. package/build/lib/ccf/aws-use.json +0 -79
  99. package/build/lib/ccf/azure-embodied.json +0 -6547
  100. package/build/lib/ccf/azure-instances.json +0 -8332
  101. package/build/lib/ccf/azure-use.json +0 -58
  102. package/build/lib/ccf/gcp-embodied.json +0 -3049
  103. package/build/lib/ccf/gcp-instances.json +0 -3880
  104. package/build/lib/ccf/gcp-use.json +0 -58
  105. package/build/lib/ccf/index.d.ts +0 -63
  106. package/build/lib/ccf/index.js +0 -338
  107. package/build/lib/cloud-instance-metadata/aws-instances.json +0 -1
  108. package/build/lib/cloud-instance-metadata/azure-instances.json +0 -1
  109. package/build/lib/cloud-instance-metadata/index.d.ts +0 -15
  110. package/build/lib/cloud-instance-metadata/index.js +0 -104
  111. package/build/lib/index.d.ts +0 -14
  112. package/build/lib/index.js +0 -32
  113. package/build/lib/interfaces/ccf.d.ts +0 -19
  114. package/build/lib/interfaces/ccf.js +0 -3
  115. package/build/lib/interfaces/index.d.ts +0 -7
  116. package/build/lib/interfaces/index.js +0 -18
  117. package/build/lib/sci/index.d.ts +0 -13
  118. package/build/lib/sci/index.js +0 -131
  119. package/build/lib/sci-e/index.d.ts +0 -38
  120. package/build/lib/sci-e/index.js +0 -85
  121. package/build/lib/sci-m/index.d.ts +0 -10
  122. package/build/lib/sci-m/index.js +0 -124
  123. package/build/lib/sci-o/index.d.ts +0 -17
  124. package/build/lib/sci-o/index.js +0 -52
  125. package/build/lib/shell-imp/index.d.ts +0 -32
  126. package/build/lib/shell-imp/index.js +0 -82
  127. package/build/lib/tdp-finder/index.d.ts +0 -19
  128. package/build/lib/tdp-finder/index.js +0 -98
  129. package/build/lib/teads-aws/aws-embodied.json +0 -1
  130. package/build/lib/teads-aws/aws-instances.json +0 -1
  131. package/build/lib/teads-aws/index.d.ts +0 -58
  132. package/build/lib/teads-aws/index.js +0 -208
  133. package/build/lib/teads-curve/index.d.ts +0 -52
  134. package/build/lib/teads-curve/index.js +0 -158
  135. package/build/lib/watt-time/index.d.ts +0 -18
  136. package/build/lib/watt-time/index.js +0 -204
  137. package/build/util/models-universe.js +0 -95
  138. package/build/util/observatory.js +0 -31
  139. package/build/util/supercomputer.js +0 -109
  140. package/docs/implementations/tdp-finder.md +0 -36
  141. package/examples/impls/test/complex-pipeline.yml +0 -67
  142. package/examples/impls/test/toto.yaml +0 -22
  143. package/tsconfig.tsbuildinfo +0 -1
  144. /package/build/{util → lib}/models-universe.d.ts +0 -0
  145. /package/build/{util → lib}/observatory.d.ts +0 -0
  146. /package/build/{util → lib}/supercomputer.d.ts +0 -0
@@ -1 +0,0 @@
1
- [{ "cpu-cores-available": "52", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "205", "instance-type": "Standard_A1_v2", "memory-available": "2" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "205", "instance-type": "Standard_A2_v2", "memory-available": "4" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "205", "instance-type": "Standard_A4_v2", "memory-available": "8" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "205", "instance-type": "Standard_A8_v2", "memory-available": "16" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "205", "instance-type": "Standard_A2m_v2", "memory-available": "16" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "205", "instance-type": "Standard_A4m_v2", "memory-available": "32" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "205", "instance-type": "Standard_A8m_v2", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B1ls2", "memory-available": "0.5" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B1s", "memory-available": "1" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B1ms", "memory-available": "2" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B2s", "memory-available": "4" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B2ms", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B4ms", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B8ms", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "12", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B12ms", "memory-available": "48" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B16ms", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_B20ms", "memory-available": "80" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B2ts_v2", "memory-available": "1" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B2ls_v2", "memory-available": "4" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B2s_v2", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B4ls_v2", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B4s_v2", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B8ls_v2", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B8s_v2", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B16ls_v2", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B16s_v2", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B32ls_v2", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_B32s_v2", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B2ats_v2", "memory-available": "1" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B2als_v2", "memory-available": "4" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B2as_v2", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B4als_v2", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B4as_v2", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B8als_v2", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B8as_v2", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B16als_v2", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B16as_v2", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B32als_v2", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_B32as_v2", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B2pts_v2", "memory-available": "1" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B2pls_v2", "memory-available": "4" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B2ps_v2", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B4pls_v2", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B4ps_v2", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B8pls_v2", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B8ps_v2", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B16pls_v2", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_B16ps_v2", "memory-available": "64" }, { "cpu-cores-available": "16", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel® Xeon® E-2288G", "thermal-design-power": "95", "instance-type": "Standard_DC1s_v2", "memory-available": "4" }, { "cpu-cores-available": "16", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel® Xeon® E-2288G", "thermal-design-power": "95", "instance-type": "Standard_DC2s_v2", "memory-available": "8" }, { "cpu-cores-available": "16", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel® Xeon® E-2288G", "thermal-design-power": "95", "instance-type": "Standard_DC4s_v2", "memory-available": "16" }, { "cpu-cores-available": "16", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel® Xeon® E-2288G", "thermal-design-power": "95", "instance-type": "Standard_DC8_v2", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC1ds_v3", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC2ds_v3", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC4ds_v3", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC8ds_v3", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC16ds_v3", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC24ds_v3", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC32ds_v3", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC48ds_v3", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC1s_v3", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC2s_v3", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC4s_v3", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC8s_v3", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC16s_v3", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC24s_v3", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC32s_v3", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_DC48s_v3", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D1_v2", "memory-available": "3.5" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D2_v2", "memory-available": "7" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D3_v2", "memory-available": "14" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D4_v2", "memory-available": "28" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D5_v2", "memory-available": "56" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "1", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_DS1_v2", "memory-available": "3.5" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_DS2_v2", "memory-available": "7" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_DS3_v2", "memory-available": "14" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_DS4_v2", "memory-available": "28" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_DS5_v2", "memory-available": "56" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D2_v31", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D4_v3", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D8_v3", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D16_v3", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D32_v3", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz", "thermal-design-power": "270", "instance-type": "Standard_D48_v3", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64_v3", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D2s_v32", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D4s_v3", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D8s_v3", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D16s_v3", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D32s_v3", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz", "thermal-design-power": "270", "instance-type": "Standard_D48s_v3", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64s_v3", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D2_v41", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D4_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D8_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D16_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D32_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D48_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D2s_v42", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D4s_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D8s_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D16s_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D32s_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D48s_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64s_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D2a_v41", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D4a_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D8a_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D16a_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D32a_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D48a_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D64a_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D96a_v4", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D2as_v42", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D4as_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D8as_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D16as_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D32as_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D48as_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D64as_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452", "thermal-design-power": "155", "instance-type": "Standard_D96as_v4", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D2d_v41", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D4d_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D8d_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D16d_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D32d_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D48d_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64d_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D2ds_v42", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D4ds_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D8ds_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D16ds_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D32ds_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D48ds_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64ds_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D2d_v41", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D4d_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D8d_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D16d_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D32d_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D48d_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64d_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D2ds_v42", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D4ds_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D8ds_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D16ds_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D32ds_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_D48ds_v4", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64ds_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D2_v5", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D4_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D8_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D16_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D32_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D48_v5", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64_v5", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D96_v5", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D2s_v5", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D4s_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D8s_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D16s_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D32s_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D48s_v5", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64s_v5", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D96s_v5", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D2d_v5", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D4d_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D8d_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D16d_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D32d_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D48d_v5", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64d_v5", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D96d_v5", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D2ds_v5", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D4ds_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D8ds_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D16ds_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D32ds_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D48ds_v5", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64ds_v5", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D96ds_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D2as_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D4as_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D8as_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D16as_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D32as_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D48as_v5", "memory-available": "192" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D64as_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D96as_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D2ads_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D4ads_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D8ads_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D16ads_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D32ads_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D48ads_v5", "memory-available": "192" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D64ads_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_D96ads_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC2as_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC4as_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC8as_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC16as_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC32as_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC48as_v5", "memory-available": "192" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC64as_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC96as_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC2ads_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC4ads_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC8ads_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC16ads_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC32ads_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC48ads_v5", "memory-available": "192" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC64ads_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC96ads_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC4as_cc_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC8as_cc_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC16as_cc_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC32as_cc_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC48as_cc_v5", "memory-available": "192" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC64as_cc_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_DC96as_cc_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D2ps_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D4ps_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D8ps_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D16ps_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D32ps_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D48ps_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D64ps_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D2pds_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D4pds_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D8pds_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D16pds_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D32pds_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D48pds_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D64pds_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D2pls_v5", "memory-available": "4" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D4pls_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D8pls_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D16pls_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D32pls_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D48pls_v5", "memory-available": "96" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D64pls_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D2plds_v5", "memory-available": "4" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D4plds_v5", "memory-available": "8" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D8plds_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D16plds_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D32plds_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D48plds_v5", "memory-available": "96" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_D64plds_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D2ls_v5", "memory-available": "4" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D4ls_v5", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D8ls_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D16ls_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D32ls_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D48ls_v5", "memory-available": "96" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64ls_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D96ls_v5", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D2lds_v5", "memory-available": "4" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D4lds_v5", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D8lds_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D16lds_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D32lds_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D48lds_v5", "memory-available": "96" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D64lds_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_D96lds_v5", "memory-available": "192" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon Platinum 8168", "thermal-design-power": "270", "instance-type": "Standard_F2s_v2", "memory-available": "4" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon Platinum 8168", "thermal-design-power": "270", "instance-type": "Standard_F4s_v2", "memory-available": "8" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon Platinum 8168", "thermal-design-power": "270", "instance-type": "Standard_F8s_v2", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon Platinum 8168", "thermal-design-power": "270", "instance-type": "Standard_F16s_v2", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon Platinum 8168", "thermal-design-power": "270", "instance-type": "Standard_F32s_v2", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon Platinum 8168", "thermal-design-power": "270", "instance-type": "Standard_F48s_v2", "memory-available": "96" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon Platinum 8168", "thermal-design-power": "270", "instance-type": "Standard_F64s_v2", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "72", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_F72s_v2", "memory-available": "144" }, { "cpu-cores-available": "32", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Gold 6246R", "thermal-design-power": "205", "instance-type": "Standard_FX4mds", "memory-available": "84" }, { "cpu-cores-available": "32", "cpu-cores-utilized": "12", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Gold 6246R", "thermal-design-power": "205", "instance-type": "Standard_FX12mds", "memory-available": "252" }, { "cpu-cores-available": "32", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Gold 6246R", "thermal-design-power": "205", "instance-type": "Standard_FX24mds", "memory-available": "504" }, { "cpu-cores-available": "32", "cpu-cores-utilized": "36", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Gold 6246R", "thermal-design-power": "205", "instance-type": "Standard_FX36mds", "memory-available": "756" }, { "cpu-cores-available": "32", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Gold 6246R", "thermal-design-power": "205", "instance-type": "Standard_FX48mds", "memory-available": "1008" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D11_v2", "memory-available": "14" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D12_v2", "memory-available": "28" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D13_v2", "memory-available": "56" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D14_v2", "memory-available": "112" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz,Intel Xeon E5-2673 v3 2.4 GHz", "thermal-design-power": "270", "instance-type": "Standard_D15_v2", "memory-available": "140" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E2_v3", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E4_v3", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E8_v3", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E16_v3", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E20_v3", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E32_v3", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E48_v3", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E64_v3", "memory-available": "432" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E64i_v3", "memory-available": "432" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E2s_v3", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E4s_v3", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E8s_v3", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E16s_v3", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E20s_v3", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E32s_v3", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E48s_v3", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E64s_v3", "memory-available": "432" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL,Intel Xeon 8171M 2.1 GHz,Intel Xeon E5-2673 v4 2.3 GHz", "thermal-design-power": "270", "instance-type": "Standard_E64is_v3", "memory-available": "432" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E2a_v4", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E4a_v4", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E8a_v4", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E16a_v4", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E20a_v4", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E32a_v4", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E48a_v4", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E64a_v4", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E96a_v4", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E2as_v4", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E4as_v4", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E8as_v4", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E16as_v4", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E20as_v4", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E32as_v4", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E48as_v4", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E64as_v4", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7452,AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E96as_v4", "memory-available": "672" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E2d_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E4d_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E8d_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E16d_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E20d_v4", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E32d_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E48d_v4", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E64d_v4", "memory-available": "504" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E2ds_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E4ds_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E8ds_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E16ds_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E20ds_v4", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E32ds_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E48ds_v4", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E64ds_v4", "memory-available": "504" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "80", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E80ids_v4", "memory-available": "504" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E2_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E4_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E8_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E16_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E20_v4", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E32_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E48_v4", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E64_v4", "memory-available": "504" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E2s_v4", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E4s_v4", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E8s_v4", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E16s_v4", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E20s_v4", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E32s_v4", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E48s_v4", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E64s_v4", "memory-available": "504" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "80", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C,Intel Xeon Platinum 8272CL", "thermal-design-power": "270", "instance-type": "Standard_E80is_v4", "memory-available": "504" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E2_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E4_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E8_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E16_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E20_v5", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E32_v5", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E48_v5", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E64_v5", "memory-available": "512" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E96_v5", "memory-available": "672" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "104", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E104i_v5", "memory-available": "672" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E2s_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E4s_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E8s_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E16s_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E20s_v5", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E32s_v5", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E48s_v5", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E64s_v5", "memory-available": "512" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E96s_v5", "memory-available": "672" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "104", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E104is_v5", "memory-available": "672" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E2bs_v5", "memory-available": "16" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E4bs_v5", "memory-available": "32" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E8bs_v5", "memory-available": "64" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E16bs_v5", "memory-available": "128" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E32bs_v5", "memory-available": "256" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E48bs_v5", "memory-available": "384" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E64bs_v5", "memory-available": "512" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E96bs_v5", "memory-available": "672" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E2bs_v5", "memory-available": "16" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E4bs_v5", "memory-available": "32" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E8bs_v5", "memory-available": "64" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E16bs_v5", "memory-available": "128" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E32bs_v5", "memory-available": "160" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E48bs_v5", "memory-available": "256" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E64bs_v5", "memory-available": "384" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E96bs_v5", "memory-available": "512" }, { "cpu-cores-available": "52", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8272CL", "thermal-design-power": "205", "instance-type": "Standard_E112ibs_v5", "memory-available": "672" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "2", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E2d_v5", "memory-available": "16" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "4", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E4d_v5", "memory-available": "32" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E8d_v5", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E16d_v5", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "20", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E20d_v5", "memory-available": "160" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E32d_v5", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E48d_v5", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E64d_v5", "memory-available": "512" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E96d_v5", "memory-available": "672" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "104", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_E104id_v5", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E2as_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E4as_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E8as_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E16as_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E20as_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E32as_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E48as_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E64as_v5", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E96as_v5", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "112", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E112ias_v5", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E2ads_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E4ads_v52", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E8ads_v52", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E16ads_v52", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E20ads_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E32ads_v52", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E48ads_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E64ads_v52", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E96ads_v52", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "112", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_E112iads_v53", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC2as_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC4as_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC8as_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC16as_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC20as_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC32as_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC48as_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC64as_v5", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC96as_v5", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC2ads_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC4ads_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC8ads_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC16ads_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC20ads_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC32ads_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC48ads_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC64ads_v5", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC96ads_v5", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC4as_cc_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC8as_cc_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC16as_cc_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC20as_cc_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC32as_cc_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC48as_cc_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC64as_cc_v5", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC96as_cc_v5", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC4ads_cc_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC8ads_cc_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC16ads_cc_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC20ads_cc_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC32ads_cc_v5", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC48ads_cc_v5", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC64ads_cc_v5", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "96", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_EC96ads_cc_v5", "memory-available": "672" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E2ps_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E4ps_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E8ps_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E16ps_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E20ps_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E32ps_v5", "memory-available": "208" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "2", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E2pds_v5", "memory-available": "16" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "4", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E4pds_v5", "memory-available": "32" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E8pds_v5", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E16pds_v5", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "20", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E20pds_v5", "memory-available": "160" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "Ampere", "cpu-model-name": "Ampere® Altra® ", "thermal-design-power": "180", "instance-type": "Standard_E32pds_v5", "memory-available": "208" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M8ms", "memory-available": "218.75" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M16ms", "memory-available": "437.50" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M32ts", "memory-available": "192" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M32ls", "memory-available": "256" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M32ms", "memory-available": "875" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64s", "memory-available": "1024" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64ls", "memory-available": "512" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64ms", "memory-available": "1792" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128s", "memory-available": "2048" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128ms", "memory-available": "3892" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64", "memory-available": "1024" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64m", "memory-available": "1792" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128", "memory-available": "2048" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Processor E7-8890 v3,Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128m", "memory-available": "3892" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M32ms_v2", "memory-available": "875" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64s_v2", "memory-available": "1024" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64ms_v2", "memory-available": "1792" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128s_v2", "memory-available": "2048" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128ms_v2", "memory-available": "3892" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "192", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M192is_v2", "memory-available": "2048" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "192", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M192ims_v2", "memory-available": "4096" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M32dms_v2", "memory-available": "875" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64ds_v2", "memory-available": "1024" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M64dms_v2", "memory-available": "1792" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128ds_v2", "memory-available": "2048" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "128", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M128dms_v2", "memory-available": "3892" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "192", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M192ids_v2", "memory-available": "2048" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "192", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8280", "thermal-design-power": "205", "instance-type": "Standard_M192idms_v2", "memory-available": "4096" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "208", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8180M", "thermal-design-power": "205", "instance-type": "Standard_M208s_v2", "memory-available": "2850" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "208", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8180M", "thermal-design-power": "205", "instance-type": "Standard_M208ms_v2", "memory-available": "5700" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "416", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8180M", "thermal-design-power": "205", "instance-type": "Standard_M416s_v2", "memory-available": "5700" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "416", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8180M", "thermal-design-power": "205", "instance-type": "Standard_M416s_8_v2", "memory-available": "7600" }, { "cpu-cores-available": "56", "cpu-cores-utilized": "416", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8180M", "thermal-design-power": "205", "instance-type": "Standard_M416ms_v2", "memory-available": "11400" }, { "cpu-cores-available": "", "cpu-cores-utilized": "12", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M12s_v3", "memory-available": "240" }, { "cpu-cores-available": "", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M24s_v3", "memory-available": "480" }, { "cpu-cores-available": "", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M48s_1_v3", "memory-available": "974" }, { "cpu-cores-available": "", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M96s_1_v3", "memory-available": "974" }, { "cpu-cores-available": "", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M96s_2_v3", "memory-available": "1946" }, { "cpu-cores-available": "", "cpu-cores-utilized": "176", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M176s_3_v3", "memory-available": "2794" }, { "cpu-cores-available": "", "cpu-cores-utilized": "12", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M12ds_v3", "memory-available": "240" }, { "cpu-cores-available": "", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M24ds_v3", "memory-available": "480" }, { "cpu-cores-available": "", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M48ds_1_v3", "memory-available": "974" }, { "cpu-cores-available": "", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M96ds_1_v3", "memory-available": "974" }, { "cpu-cores-available": "", "cpu-cores-utilized": "96", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M96ds_2_v3", "memory-available": "1946" }, { "cpu-cores-available": "", "cpu-cores-utilized": "176", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Scalable", "thermal-design-power": "", "instance-type": "Standard_M176ds_3_v3", "memory-available": "2794" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7551", "thermal-design-power": "180", "instance-type": "Standard_L8s_v2", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7551", "thermal-design-power": "180", "instance-type": "Standard_L16s_v2", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7551", "thermal-design-power": "180", "instance-type": "Standard_L32s_v2", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7551", "thermal-design-power": "180", "instance-type": "Standard_L48s_v2", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7551", "thermal-design-power": "180", "instance-type": "Standard_L64s_v2", "memory-available": "512" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "80", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7551", "thermal-design-power": "180", "instance-type": "Standard_L80s_v2", "memory-available": "640" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "8", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_L8s_v3", "memory-available": "64" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "16", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_L16s_v3", "memory-available": "128" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "32", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_L32s_v3", "memory-available": "256" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "48", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_L48s_v3", "memory-available": "384" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "64", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_L64s_v3", "memory-available": "512" }, { "cpu-cores-available": "64", "cpu-cores-utilized": "80", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon Platinum 8370C", "thermal-design-power": "270", "instance-type": "Standard_L80s_v3", "memory-available": "640" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "8", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_L8as_v3", "memory-available": "64" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "16", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_L16as_v3", "memory-available": "128" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "32", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_L32as_v3", "memory-available": "256" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "48", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_L48as_v3", "memory-available": "384" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "64", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_L64as_v3", "memory-available": "512" }, { "cpu-cores-available": "128", "cpu-cores-utilized": "80", "cpu-manufacturer": "AMD", "cpu-model-name": "AMD EPYC 7763", "thermal-design-power": "280", "instance-type": "Standard_L80as_v3", "memory-available": "640" }, { "cpu-cores-available": "24", "cpu-cores-utilized": "6", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v3", "thermal-design-power": "135", "instance-type": "Standard_NC6", "memory-available": "56" }, { "cpu-cores-available": "24", "cpu-cores-utilized": "12", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v3", "thermal-design-power": "135", "instance-type": "Standard_NC12", "memory-available": "112" }, { "cpu-cores-available": "24", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v3", "thermal-design-power": "135", "instance-type": "Standard_NC24", "memory-available": "224" }, { "cpu-cores-available": "24", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v3", "thermal-design-power": "135", "instance-type": "Standard_NC24r*", "memory-available": "224" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "6", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC6s_v2", "memory-available": "112" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "12", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC12s_v2", "memory-available": "224" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC24s_v2", "memory-available": "448" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "24", "cpu-manufacturer": "Intel", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC24rs_v2*", "memory-available": "448" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "6", "cpu-manufacturer": "736", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC6s_v3", "memory-available": "112" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "12", "cpu-manufacturer": "1474", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC12s_v3", "memory-available": "224" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "24", "cpu-manufacturer": "2948", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC24s_v3", "memory-available": "448" }, { "cpu-cores-available": "28", "cpu-cores-utilized": "24", "cpu-manufacturer": "2948", "cpu-model-name": "Intel Xeon E5-2690 v4", "thermal-design-power": "135", "instance-type": "Standard_NC24rs_v3*", "memory-available": "448" }]
@@ -1,15 +0,0 @@
1
- import { IOutputModelInterface } from '../interfaces';
2
- export declare class CloudInstanceMetadataModel implements IOutputModelInterface {
3
- authParams: object | undefined;
4
- staticParams: object | undefined;
5
- name: string | undefined;
6
- authenticate(authParams: object): void;
7
- /**
8
- * Each input require:
9
- * @param {Object[]} inputs
10
- * @param {string} inputs[].timestamp RFC3339 timestamp string
11
- */
12
- execute(inputs: object | object[] | undefined): Promise<any[]>;
13
- configure(name: string, staticParams: object | undefined): Promise<IOutputModelInterface>;
14
- modelIdentifier(): string;
15
- }