OBJECT
FinOpsEC2RightsizingSummary
The summary of the evaluation for EC2 rightsizing
link GraphQL Schema definition
- type FinOpsEC2RightsizingSummary implements FinOpsRightsizingSummary {
- # The aggregated currentCost of the assets under evaluation
- Float! :
- # The aggregated projected cost of the assets if the recommendations are applied
- Float! :
- # Total number of downsize recommendations
- Int! :
- # The current monthly cost of the assets under evaluation
- Float! :
- # Total number of no recommendations
- Int! :
- # The difference of ProjectedMonthly cost and Monthly cost
- Float! :
- # The projected monthly price if the recommendations are implemented
- Float! :
- # The savings based on difference of currentMonthAggregatedCost and
- # currentMonthProjectedCost
- Float! :
- # The savings based on difference of currentMonthAggregatedCost and
- # currentMonthProjectedCost by category
- FinOpsSavingsByCategory :
- # The count of the assets which need to be resized
- Int! :
- # The count of the assets which need to be terminated
- Int! :
- # The count of the assets which have recommendations
- Int! :
- # Total number of upsize recommendations
- Int! :
- }
link Require by
This element is not required by anyone