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.
costexplorer_get_reservation_purchase_recommendation(
AccountId = NULL,
Service,
Filter = NULL,
AccountScope = NULL,
LookbackPeriodInDays = NULL,
TermInYears = NULL,
PaymentOption = NULL,
ServiceSpecification = NULL,
PageSize = NULL,
NextPageToken = NULL
)
The account ID that's associated with the recommendation.
[required] The specific service that you want recommendations for.
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.
The number of previous days that you want Amazon Web Services to consider when it calculates your recommendations.
The reservation term that you want recommendations for.
The reservation purchase option that you want recommendations for.
The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.
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.