costexplorer_get_reservation_purchase_recommendation: Gets recommendations for reservation purchases

View source: R/costexplorer_operations.R

costexplorer_get_reservation_purchase_recommendationR Documentation

Gets recommendations for reservation purchases

Description

Gets recommendations for reservation purchases. These recommendations might help you to reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.

See https://www.paws-r-sdk.com/docs/costexplorer_get_reservation_purchase_recommendation/ for full documentation.

Usage

costexplorer_get_reservation_purchase_recommendation(
  AccountId = NULL,
  Service,
  Filter = NULL,
  AccountScope = NULL,
  LookbackPeriodInDays = NULL,
  TermInYears = NULL,
  PaymentOption = NULL,
  ServiceSpecification = NULL,
  PageSize = NULL,
  NextPageToken = NULL
)

Arguments

AccountId

The account ID that's associated with the recommendation.

Service

[required] The specific service that you want recommendations for.

Filter
AccountScope

The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including the management account and member accounts if the value is set to PAYER. If the value is LINKED, recommendations are calculated for individual member accounts only.

LookbackPeriodInDays

The number of previous days that you want Amazon Web Services to consider when it calculates your recommendations.

TermInYears

The reservation term that you want recommendations for.

PaymentOption

The reservation purchase option that you want recommendations for.

ServiceSpecification

The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.

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.