GWID Core
  1. EC2
GWID Core
  • Authentication
    • Signup
      POST
    • Login
      POST
  • User
    • Get Profile
      GET
  • Gateway
    • Get User Gateway
      GET
    • Create AWS Gateway
      POST
  • Region
    • Get AWS Regions
      GET
  • AWS Credentials
    • Add AWS Credentials
      POST
    • Get AWS Credentials
      GET
  • EC2
    • Get EC2 Instance Types
      GET
  1. EC2

Get EC2 Instance Types

Developing
Prod Env
https://api.gwid.io/api/v1
Prod Env
https://api.gwid.io/api/v1
GET
https://api.gwid.io/api/v1
/ec2
Maintainer:Charles Duruaku

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Query Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gwid.io/api/v1/ec2?order=cpu asc&sort=ram' \
--header 'Authorization: Bearer <token>'
Response Response Example
{"data":[{"id":"7f48ff70-2206-4e1f-9915-b238e3380c35","tag":"c7a.xlarge","ram":8,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"AMD","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"859c2099-c47b-46e6-b76d-bbd70aac87fb","tag":"r6idn.xlarge","ram":32,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"Intel","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"b787e443-f91f-4899-88ed-0ef9d05ac37d","tag":"r6a.xlarge","ram":32,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"AMD","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"41f8cac7-7682-468e-9452-c957f6ab2559","tag":"m6id.xlarge","ram":16,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"Intel","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"06ab2f0c-b219-4dff-9d55-2e256ff9b14b","tag":"r5a.xlarge","ram":32,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"AMD","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"d23fccdb-1b12-41c2-be12-76d69925574b","tag":"m5d.xlarge","ram":16,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"Intel","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"dbdea911-1813-4b94-a56e-924dd3d36c3b","tag":"r7a.xlarge","ram":32,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"AMD","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"cc6591c7-085a-44d9-9aaf-781caa1c889a","tag":"r6i.xlarge","ram":32,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"Intel","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"cf8c2bb9-2477-43fe-9033-6349c3844bf0","tag":"c6in.xlarge","ram":8,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"Intel","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"},{"id":"8bc64810-7bd8-4f31-b85f-60187d9607f0","tag":"r7iz.xlarge","ram":32,"cpu":4,"architecture":"x86_64","cpu_manufacturer":"Intel","created_at":"2025-07-31T11:32:39.8196+01:00","updated_at":"2025-07-31T11:32:39.8196+01:00"}],"success":true}
Modified at 2025-07-31 16:51:47
Previous
Get AWS Credentials
Built with