OBJECT

FinOpsAWSInstanceType

AWS Instance Type implementation

link GraphQL Schema definition

  • type FinOpsAWSInstanceType {
  • # Memory in GB of a instance type
  • memoryInGB: Float
  • # Name of a instance type
  • name: String!
  • # Network Bandwidth In GB in GB of a instance type
  • networkBandwidthInGbps: Float
  • # Pricing Info of a instance type
  • pricingInfo: FinOpsPricing
  • # The service type e.g. EC2, RDS
  • serviceType: String
  • # Storage In GB in GB of a instance type
  • storageInGB: Float
  • # Storage Type in GB of a instance type
  • storageType: String
  • # vCPU count of a instance type
  • vCpu: Float
  • }