The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. AWS EC2 Pricing Comparison
Public

0
11
0
11
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Products

This GraphQL query fetches All Products


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
query allProducts {
      products (skip: 0, limit: 3) {
        results {
          ACL
          capacitystatus
          clockSpeed
          clockSpeedScale
          clockSpeedStr
          createdAt
          currentGeneration
          dedicatedEbsThroughput
          ecu
          enhancedNetworkingSupported
          families (skip: 0, limit: 3) {
            results {
              id
            }
          }
          family {
            id
          }
          id
          instanceFamily
          instanceType
          intelAvx2Available
          intelAvxAvailable
          intelTurboAvailable
          licenseModel
          location {
            id
          }
          locationType
          memory
          memoryScale
          networkPerformance
          normalizationSizeFactor
          operatingSystem {
            id
          }
          operatingSystems (skip: 0, limit: 3) {
            results {
              id
            }
          }
          operation
          physicalProcessor
          preInstalledSw
          prices (skip: 0, limit: 3) {
            results {
              id
            }
          }
          processorArchitecture
          processorFeatures {
              ...on Element {
              value
            }
          }
          regions (skip: 0, limit: 3) {
            results {
              id
            }
          }
          servicecode
          servicename
          size {
            id
          }
          sizes (skip: 0, limit: 3) {
            results {
              id
            }
          }
          sku
          storage
          tenancy
          terms (skip: 0, limit: 3) {
            results {
              id
            }
          }
          updatedAt
          usagetype
          vcpu
        }
      }
    }
{
  "data": {
    "products": {
      "results": [
        {
          "ACL": null,
          "capacitystatus": "Used",
          "clockSpeed": 3,
          "clockSpeedScale": "GHz",
          "clockSpeedStr": "3 GHz",
          "createdAt": "2020-05-08T16:45:44.738Z",
          "currentGeneration": true,
          "dedicatedEbsThroughput": "Up to 2250 Mbps",
          "ecu": 20,
          "enhancedNetworkingSupported": true,
          "families": {
            "results": [
              {
                "id": "lFZOCtECrU"
              }
            ]
          },
          "family": {
            "id": "lFZOCtECrU"
          },
          "id": "cNGXt0FnrZ",
          "instanceFamily": "Compute optimized",
          "instanceType": "c5d.xlarge",
          "intelAvx2Available": true,
          "intelAvxAvailable": true,
          "intelTurboAvailable": true,
          "licenseModel": "No License required",
          "location": {
            "id": "pjJLPCqdCS"
          },
          "locationType": "AWS Region",
          "memory": 8,
          "memoryScale": "GiB",
          "networkPerformance": "Up to 10 Gigabit",
          "normalizationSizeFactor": 8,
          "operatingSystem": {
            "id": "bHA2ttNgMv"
          },
          "operatingSystems": {
            "results": [
              {
                "id": "bHA2ttNgMv"
              }
            ]
          },
          "operation": "RunInstances:0102",
          "physicalProcessor": "Intel Xeon Platinum 8124M",
          "preInstalledSw": "SQL Ent",
          "prices": {
            "results": [
              {
                "id": "5nztHbHFMa"
              },
              {
                "id": "63r3TBGFYR"
              },
              {
                "id": "Dv2Bj3Io57"
              }
            ]
          },
          "processorArchitecture": "64-bit",
          "processorFeatures": [
            {
              "value": "Intel AVX"
            },
            {
              "value": "Intel AVX2"
            },
            {
              "value": "Intel AVX512"
            },
            {
              "value": "Intel Turbo"
            }
          ],
          "regions": {
            "results": [
              {
                "id": "pjJLPCqdCS"
              }
            ]
          },
          "servicecode": "AmazonEC2",
          "servicename": "Amazon Elastic Compute Cloud",
          "size": {
            "id": "VOEwmCapTr"
          },
          "sizes": {
            "results": [
              {
                "id": "VOEwmCapTr"
              }
            ]
          },
          "sku": "222ZN72EQSMT9B4R",
          "storage": "1 x 100 NVMe SSD",
          "tenancy": "Dedicated",
          "terms": {
            "results": [
              {
                "id": "3TCl0DbWO4"
              },
              {
                "id": "63lpmD6Wfk"
              },
              {
                "id": "BvtMZZj2MB"
              }
            ]
          },
          "updatedAt": "2020-05-08T16:46:11.649Z",
          "usagetype": "DedicatedUsage:c5d.xlarge",
          "vcpu": 4
        },
        {
          "ACL": null,
          "capacitystatus": "Used",
          "clockSpeed": 3,
          "clockSpeedScale": "GHz",
          "clockSpeedStr": "3.1 GHz",
          "createdAt": "2020-05-08T16:46:11.923Z",
          "currentGeneration": true,
          "dedicatedEbsThroughput": "Up to 3500 Mbps",
          "ecu": null,
          "enhancedNetworkingSupported": false,
          "families": {
            "results": [
              {
                "id": "5BWI3IscCY"
              }
            ]
          },
          "family": {
            "id": "5BWI3IscCY"
          },
          "id": "VEolnTvKrn",
          "instanceFamily": "General purpose",
          "instanceType": "m5dn.xlarge",
          "intelAvx2Available": false,
          "intelAvxAvailable": false,
          "intelTurboAvailable": false,
          "licenseModel": "No License required",
          "location": {
            "id": "pjJLPCqdCS"
          },
          "locationType": "AWS Region",
          "memory": 16,
          "memoryScale": "GiB",
          "networkPerformance": "Up to 25 Gigabit",
          "normalizationSizeFactor": 8,
          "operatingSystem": {
            "id": "bHA2ttNgMv"
          },
          "operatingSystems": {
            "results": [
              {
                "id": "bHA2ttNgMv"
              }
            ]
          },
          "operation": "RunInstances:0002",
          "physicalProcessor": "Intel Xeon Platinum 8259 (Cascade Lake)",
          "preInstalledSw": "NA",
          "prices": {
            "results": [
              {
                "id": "xf540vFFEZ"
              }
            ]
          },
          "processorArchitecture": "64-bit",
          "processorFeatures": null,
          "regions": {
            "results": [
              {
                "id": "pjJLPCqdCS"
              }
            ]
          },
          "servicecode": "AmazonEC2",
          "servicename": "Amazon Elastic Compute Cloud",
          "size": {
            "id": "VOEwmCapTr"
          },
          "sizes": {
            "results": [
              {
                "id": "VOEwmCapTr"
              }
            ]
          },
          "sku": "2247ZB6JUNW4B6YW",
          "storage": "1 x 150 NVMe SSD",
          "tenancy": "Host",
          "terms": {
            "results": [
              {
                "id": "DudpyzMZvD"
              }
            ]
          },
          "updatedAt": "2020-05-08T16:46:13.601Z",
          "usagetype": "HostBoxUsage:m5dn.xlarge",
          "vcpu": 4
        },
        {
          "ACL": null,
          "capacitystatus": "UnusedCapacityReservation",
          "clockSpeed": 2,
          "clockSpeedScale": "GHz",
          "clockSpeedStr": "2.5 GHz",
          "createdAt": "2020-05-08T16:46:13.939Z",
          "currentGeneration": true,
          "dedicatedEbsThroughput": "Up to 2120 Mbps",
          "ecu": null,
          "enhancedNetworkingSupported": true,
          "families": {
            "results": [
              {
                "id": "4125G9soUD"
              }
            ]
          },
          "family": {
            "id": "4125G9soUD"
          },
          "id": "77F3zOGVLc",
          "instanceFamily": "General purpose",
          "instanceType": "m5a.2xlarge",
          "intelAvx2Available": false,
          "intelAvxAvailable": false,
          "intelTurboAvailable": false,
          "licenseModel": "No License required",
          "location": {
            "id": "pjJLPCqdCS"
          },
          "locationType": "AWS Region",
          "memory": 32,
          "memoryScale": "GiB",
          "networkPerformance": "Up to 10 Gigabit",
          "normalizationSizeFactor": 16,
          "operatingSystem": {
            "id": "bHA2ttNgMv"
          },
          "operatingSystems": {
            "results": [
              {
                "id": "bHA2ttNgMv"
              }
            ]
          },
          "operation": "RunInstances:0002",
          "physicalProcessor": "AMD EPYC 7571",
          "preInstalledSw": "NA",
          "prices": {
            "results": [
              {
                "id": "VtNswqSDqn"
              }
            ]
          },
          "processorArchitecture": "64-bit",
          "processorFeatures": [
            {
              "value": "AVX"
            },
            {
              "value": "AVX2"
            },
            {
              "value": "AMD Turbo"
            }
          ],
          "regions": {
            "results": [
              {
                "id": "pjJLPCqdCS"
              }
            ]
          },
          "servicecode": "AmazonEC2",
          "servicename": "Amazon Elastic Compute Cloud",
          "size": {
            "id": "pZ5EwAhPCz"
          },
          "sizes": {
            "results": [
              {
                "id": "pZ5EwAhPCz"
              }
            ]
          },
          "sku": "226XU3DBFRYBYAYF",
          "storage": "EBS only",
          "tenancy": "Dedicated",
          "terms": {
            "results": [
              {
                "id": "LzKlWCElZ3"
              }
            ]
          },
          "updatedAt": "2020-05-08T16:46:15.564Z",
          "usagetype": "UnusedDed:m5a.2xlarge",
          "vcpu": 8
        }
      ]
    }
  }
}