getRecommendationSummaries
inline suspend fun ComputeOptimizerClient.getRecommendationSummaries(crossinline block: GetRecommendationSummariesRequest.Builder.() -> Unit): GetRecommendationSummariesResponse
Returns the optimization findings for an account.
It returns the number of:
Amazon EC2 instances in an account that are
Underprovisioned
,Overprovisioned
, orOptimized
.EC2Auto Scaling groups in an account that are
NotOptimized
, orOptimized
.Amazon EBS volumes in an account that are
NotOptimized
, orOptimized
.Lambda functions in an account that are
NotOptimized
, orOptimized
.Amazon ECS services in an account that are
Underprovisioned
,Overprovisioned
, orOptimized
.Commercial software licenses in an account that are
InsufficientMetrics
,NotOptimized
orOptimized
.Amazon Aurora and Amazon RDS databases in an account that are
Underprovisioned
,Overprovisioned
,Optimized
, orNotOptimized
.