Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.
See https://www.paws-r-sdk.com/docs/costexplorer_get_rightsizing_recommendation/ for full documentation.
costexplorer_get_rightsizing_recommendation(
Filter = NULL,
Configuration = NULL,
Service,
PageSize = NULL,
NextPageToken = NULL
)
You can use Configuration to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings that are associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.
[required] The specific service that you want recommendations for. The only valid
value for
get_rightsizing_recommendation
is "AmazonEC2
".
The number of recommendations that you want returned in a single response object.
The pagination token that indicates the next set of results that you want to retrieve.