costexplorer_get_rightsizing_recommendation: Creates recommendations that help you save cost by...

View source: R/costexplorer_operations.R

costexplorer_get_rightsizing_recommendationR 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 get_rightsizing_recommendation is "AmazonEC2".

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.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.