costexplorer_get_rightsizing_recommendation {paws.cost.management} | R Documentation |
Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances
Description
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.
Usage
costexplorer_get_rightsizing_recommendation(
Filter = NULL,
Configuration = NULL,
Service,
PageSize = NULL,
NextPageToken = NULL
)
Arguments
Filter |
|
Configuration |
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. |
Service |
[required] The specific service that you want recommendations for. The only valid
value for
|
PageSize |
The number of recommendations that you want returned in a single response object. |
NextPageToken |
The pagination token that indicates the next set of results that you want to retrieve. |