OBJECT

FinOpsRDSInstanceRecommendedOption

The additional recommendations for the RDS instance

link GraphQL Schema definition

  • type FinOpsRDSInstanceRecommendedOption implements FinOpsRecommendedRightsizingOption {
  • # Flag to identify the best fit recommendation
  • bestFit: Boolean
  • # The Instance Type of the recommendation respective to assets
  • instanceType: FinOpsAWSInstanceType
  • # The projected cost for this asset for 1 month if recommendations are applied
  • projectedCost: Float
  • # The Projected Monthly price
  • projectedMonthlyPrice: Float
  • # The Projected Monthly Savings
  • projectedMonthlySavings: Float
  • # The projected savings for this asset is based on the cost difference between the
  • # currentCost and projectedCost.
  • projectedSavingsByCost: Float
  • }

link Require by

This element is not required by anyone