Skip to content

aws.cost_optimization_hub.get_recommendation

Example SQL Queries

SELECT * FROM
aws.cost_optimization_hub.get_recommendation
WHERE
"recommendation_id" = 'VALUE';

Description

Returns both the current and recommended resource configuration and the estimated cost impact for a recommendation.

The recommendationId is only valid for up to a maximum of 24 hours as recommendations are refreshed daily. To retrieve the recommendationId, use the ListRecommendations API.

Table Definition

Column NameColumn Data Type
recommendation_id Required Input Column

The ID for the recommendation.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
account_id

The account that the recommendation is for.

VARCHAR
action_type

The type of action you can take by adopting the recommendation.

VARCHAR
cost_calculation_lookback_period_in_days

The lookback period used to calculate cost impact for a recommendation.

BIGINT
currency_code

The currency code used for the recommendation.

VARCHAR
current_resource_details

The details for the resource.

STRUCT(
"lambda_function" STRUCT(
"configuration" STRUCT(
"compute" STRUCT(
"v_cpu" DOUBLE,
"memory_size_in_mb" BIGINT,
"architecture" VARCHAR,
"platform" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ecs_service" STRUCT(
"configuration" STRUCT(
"compute" STRUCT(
"v_cpu" DOUBLE,
"memory_size_in_mb" BIGINT,
"architecture" VARCHAR,
"platform" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ec2_instance" STRUCT(
"configuration" STRUCT(
"instance" STRUCT(
"type" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ebs_volume" STRUCT(
"configuration" STRUCT(
"storage" STRUCT(
"type" VARCHAR,
"size_in_gb" DOUBLE
),
"performance" STRUCT(
"iops" DOUBLE,
"throughput" DOUBLE
),
"attachment_state" VARCHAR
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ec2_auto_scaling_group" STRUCT(
"configuration" STRUCT(
"instance" STRUCT(
"type" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ec2_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"offering_class" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"current_generation" VARCHAR,
"platform" VARCHAR,
"tenancy" VARCHAR,
"size_flex_eligible" BOOLEAN,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"rds_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"size_flex_eligible" BOOLEAN,
"current_generation" VARCHAR,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR,
"license_model" VARCHAR,
"database_edition" VARCHAR,
"database_engine" VARCHAR,
"deployment_option" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"elasti_cache_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"current_generation" VARCHAR,
"size_flex_eligible" BOOLEAN,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"open_search_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"current_generation" VARCHAR,
"size_flex_eligible" BOOLEAN,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"redshift_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"size_flex_eligible" BOOLEAN,
"current_generation" VARCHAR,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"ec2_instance_savings_plans" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"hourly_commitment" VARCHAR,
"instance_family" VARCHAR,
"savings_plans_region" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"monthly_savings_plans_eligible_cost" DOUBLE,
"estimated_monthly_commitment" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_on_demand_cost" DOUBLE
)
)
),
"compute_savings_plans" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"hourly_commitment" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"monthly_savings_plans_eligible_cost" DOUBLE,
"estimated_monthly_commitment" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_on_demand_cost" DOUBLE
)
)
),
"sage_maker_savings_plans" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"hourly_commitment" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"monthly_savings_plans_eligible_cost" DOUBLE,
"estimated_monthly_commitment" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_on_demand_cost" DOUBLE
)
)
),
"rds_db_instance" STRUCT(
"configuration" STRUCT(
"instance" STRUCT(
"db_instance_class" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"rds_db_instance_storage" STRUCT(
"configuration" STRUCT(
"storage_type" VARCHAR,
"allocated_storage_in_gb" DOUBLE,
"iops" DOUBLE,
"storage_throughput" DOUBLE
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
)
)
Show child fields
current_resource_details.compute_savings_plans

The Compute Savings Plans recommendation details.

Show child fields
current_resource_details.compute_savings_plans.configuration

Configuration details of the Compute Savings Plans to purchase.

Show child fields
current_resource_details.compute_savings_plans.configuration.account_scope

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.

current_resource_details.compute_savings_plans.configuration.hourly_commitment

The hourly commitment for the Savings Plans type.

current_resource_details.compute_savings_plans.configuration.payment_option

The payment option for the commitment.

current_resource_details.compute_savings_plans.configuration.term

The Savings Plans recommendation term in years.

current_resource_details.compute_savings_plans.cost_calculation

Cost impact of the Savings Plans purchase recommendation.

Show child fields
current_resource_details.compute_savings_plans.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_monthly_commitment

Estimated monthly commitment for the Savings Plan.

current_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_on_demand_cost

Estimated On-Demand cost you will pay after buying the Savings Plan.

current_resource_details.compute_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost

The cost of paying for the recommended Savings Plan monthly.

current_resource_details.compute_savings_plans.cost_calculation.pricing.savings_percentage

Estimated savings as a percentage of your overall costs after buying the Savings Plan.

current_resource_details.ebs_volume

The Amazon Elastic Block Store volume recommendation details.

Show child fields
current_resource_details.ebs_volume.configuration

The Amazon Elastic Block Store volume configuration used for recommendations.

Show child fields
current_resource_details.ebs_volume.configuration.attachment_state

The Amazon Elastic Block Store attachment state.

current_resource_details.ebs_volume.configuration.performance

The Amazon Elastic Block Store performance configuration.

Show child fields
current_resource_details.ebs_volume.configuration.performance.iops

The number of I/O operations per second.

current_resource_details.ebs_volume.configuration.performance.throughput

The throughput that the volume supports.

current_resource_details.ebs_volume.configuration.storage

The disk storage of the Amazon Elastic Block Store volume.

Show child fields
current_resource_details.ebs_volume.configuration.storage.size_in_gb

The storage volume.

current_resource_details.ebs_volume.configuration.storage.type

The storage type.

current_resource_details.ebs_volume.cost_calculation

Cost impact of the recommendation.

Show child fields
current_resource_details.ebs_volume.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
current_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

current_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

current_resource_details.ebs_volume.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

current_resource_details.ebs_volume.cost_calculation.usages[]
Show child fields
current_resource_details.ebs_volume.cost_calculation.usages[].operation

The operation value.

current_resource_details.ebs_volume.cost_calculation.usages[].product_code

The product code.

current_resource_details.ebs_volume.cost_calculation.usages[].unit

The usage unit.

current_resource_details.ebs_volume.cost_calculation.usages[].usage_amount

The usage amount.

current_resource_details.ebs_volume.cost_calculation.usages[].usage_type

The usage type.

current_resource_details.ec2_auto_scaling_group

The EC2 Auto Scaling group recommendation details.

Show child fields
current_resource_details.ec2_auto_scaling_group.configuration

The EC2 Auto Scaling group configuration used for recommendations.

Show child fields
current_resource_details.ec2_auto_scaling_group.configuration.instance

Details about the instance.

Show child fields
current_resource_details.ec2_auto_scaling_group.configuration.instance.type

Details about the type.

current_resource_details.ec2_auto_scaling_group.cost_calculation

Cost impact of the recommendation.

Show child fields
current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[]
Show child fields
current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].operation

The operation value.

current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].product_code

The product code.

current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].unit

The usage unit.

current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].usage_amount

The usage amount.

current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].usage_type

The usage type.

current_resource_details.ec2_instance

The EC2 instance recommendation details.

Show child fields
current_resource_details.ec2_instance.configuration

The EC2 instance configuration used for recommendations.

Show child fields
current_resource_details.ec2_instance.configuration.instance

Details about the instance.

Show child fields
current_resource_details.ec2_instance.configuration.instance.type

Details about the type.

current_resource_details.ec2_instance.cost_calculation

Cost impact of the recommendation.

Show child fields
current_resource_details.ec2_instance.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
current_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

current_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

current_resource_details.ec2_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

current_resource_details.ec2_instance.cost_calculation.usages[]
Show child fields
current_resource_details.ec2_instance.cost_calculation.usages[].operation

The operation value.

current_resource_details.ec2_instance.cost_calculation.usages[].product_code

The product code.

current_resource_details.ec2_instance.cost_calculation.usages[].unit

The usage unit.

current_resource_details.ec2_instance.cost_calculation.usages[].usage_amount

The usage amount.

current_resource_details.ec2_instance.cost_calculation.usages[].usage_type

The usage type.

current_resource_details.ec2_instance_savings_plans

The EC2 instance Savings Plans recommendation details.

Show child fields
current_resource_details.ec2_instance_savings_plans.configuration

The EC2 instance Savings Plans configuration used for recommendations.

Show child fields
current_resource_details.ec2_instance_savings_plans.configuration.account_scope

The account scope that you want your recommendations for.

current_resource_details.ec2_instance_savings_plans.configuration.hourly_commitment

The hourly commitment for the Savings Plans type.

current_resource_details.ec2_instance_savings_plans.configuration.instance_family

The instance family of the recommended Savings Plan.

current_resource_details.ec2_instance_savings_plans.configuration.payment_option

The payment option for the commitment.

current_resource_details.ec2_instance_savings_plans.configuration.savings_plans_region

The Amazon Web Services Region of the commitment.

current_resource_details.ec2_instance_savings_plans.configuration.term

The Savings Plans recommendation term in years.

current_resource_details.ec2_instance_savings_plans.cost_calculation

Cost impact of the Savings Plans purchase recommendation.

Show child fields
current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_monthly_commitment

Estimated monthly commitment for the Savings Plan.

current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_on_demand_cost

Estimated On-Demand cost you will pay after buying the Savings Plan.

current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost

The cost of paying for the recommended Savings Plan monthly.

current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.savings_percentage

Estimated savings as a percentage of your overall costs after buying the Savings Plan.

current_resource_details.ec2_reserved_instances

The EC2 reserved instances recommendation details.

Show child fields
current_resource_details.ec2_reserved_instances.configuration

The EC2 reserved instances configuration used for recommendations.

Show child fields
current_resource_details.ec2_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

current_resource_details.ec2_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

current_resource_details.ec2_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

current_resource_details.ec2_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

current_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

current_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

current_resource_details.ec2_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

current_resource_details.ec2_reserved_instances.configuration.offering_class

Indicates whether the recommendation is for standard or convertible reservations.

current_resource_details.ec2_reserved_instances.configuration.payment_option

The payment option for the commitment.

current_resource_details.ec2_reserved_instances.configuration.platform

The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.

current_resource_details.ec2_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

current_resource_details.ec2_reserved_instances.configuration.service

The service that you want your recommendations for.

current_resource_details.ec2_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

current_resource_details.ec2_reserved_instances.configuration.tenancy

Determines whether the recommended reservation is dedicated or shared.

current_resource_details.ec2_reserved_instances.configuration.term

The reserved instances recommendation term in years.

current_resource_details.ec2_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

current_resource_details.ec2_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
current_resource_details.ec2_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

current_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

current_resource_details.ec2_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

current_resource_details.ec2_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

current_resource_details.ecs_service

The ECS service recommendation details.

Show child fields
current_resource_details.ecs_service.configuration

The ECS service configuration used for recommendations.

Show child fields
current_resource_details.ecs_service.configuration.compute

Details about the compute configuration.

Show child fields
current_resource_details.ecs_service.configuration.compute.architecture

The architecture of the resource.

current_resource_details.ecs_service.configuration.compute.memory_size_in_mb

The memory size of the resource.

current_resource_details.ecs_service.configuration.compute.platform

The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.

current_resource_details.ecs_service.configuration.compute.v_cpu

The number of vCPU cores in the resource.

current_resource_details.ecs_service.cost_calculation

Cost impact of the recommendation.

Show child fields
current_resource_details.ecs_service.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
current_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

current_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

current_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
current_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

current_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

current_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

current_resource_details.ecs_service.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

current_resource_details.ecs_service.cost_calculation.usages[]
Show child fields
current_resource_details.ecs_service.cost_calculation.usages[].operation

The operation value.

current_resource_details.ecs_service.cost_calculation.usages[].product_code

The product code.

current_resource_details.ecs_service.cost_calculation.usages[].unit

The usage unit.

current_resource_details.ecs_service.cost_calculation.usages[].usage_amount

The usage amount.

current_resource_details.ecs_service.cost_calculation.usages[].usage_type

The usage type.

current_resource_details.elasti_cache_reserved_instances

The ElastiCache reserved instances recommendation details.

Show child fields
current_resource_details.elasti_cache_reserved_instances.configuration

The ElastiCache reserved instances configuration used for recommendations.

Show child fields
current_resource_details.elasti_cache_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

current_resource_details.elasti_cache_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

current_resource_details.elasti_cache_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

current_resource_details.elasti_cache_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

current_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

current_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

current_resource_details.elasti_cache_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

current_resource_details.elasti_cache_reserved_instances.configuration.payment_option

The payment option for the commitment.

current_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

current_resource_details.elasti_cache_reserved_instances.configuration.service

The service that you want your recommendations for.

current_resource_details.elasti_cache_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

current_resource_details.elasti_cache_reserved_instances.configuration.term

The reserved instances recommendation term in years.

current_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

current_resource_details.elasti_cache_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

current_resource_details.lambda_function

The Lambda function recommendation details.

Show child fields
current_resource_details.lambda_function.configuration

The Lambda function configuration used for recommendations.

Show child fields
current_resource_details.lambda_function.configuration.compute

Details about the compute configuration.

Show child fields
current_resource_details.lambda_function.configuration.compute.architecture

The architecture of the resource.

current_resource_details.lambda_function.configuration.compute.memory_size_in_mb

The memory size of the resource.

current_resource_details.lambda_function.configuration.compute.platform

The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.

current_resource_details.lambda_function.configuration.compute.v_cpu

The number of vCPU cores in the resource.

current_resource_details.lambda_function.cost_calculation

Cost impact of the recommendation.

Show child fields
current_resource_details.lambda_function.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
current_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

current_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

current_resource_details.lambda_function.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

current_resource_details.lambda_function.cost_calculation.usages[]
Show child fields
current_resource_details.lambda_function.cost_calculation.usages[].operation

The operation value.

current_resource_details.lambda_function.cost_calculation.usages[].product_code

The product code.

current_resource_details.lambda_function.cost_calculation.usages[].unit

The usage unit.

current_resource_details.lambda_function.cost_calculation.usages[].usage_amount

The usage amount.

current_resource_details.lambda_function.cost_calculation.usages[].usage_type

The usage type.

current_resource_details.open_search_reserved_instances

The OpenSearch reserved instances recommendation details.

Show child fields
current_resource_details.open_search_reserved_instances.configuration

The OpenSearch reserved instances configuration used for recommendations.

Show child fields
current_resource_details.open_search_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

current_resource_details.open_search_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

current_resource_details.open_search_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

current_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

current_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

current_resource_details.open_search_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

current_resource_details.open_search_reserved_instances.configuration.payment_option

The payment option for the commitment.

current_resource_details.open_search_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

current_resource_details.open_search_reserved_instances.configuration.service

The service that you want your recommendations for.

current_resource_details.open_search_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

current_resource_details.open_search_reserved_instances.configuration.term

The reserved instances recommendation term in years.

current_resource_details.open_search_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

current_resource_details.open_search_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
current_resource_details.open_search_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

current_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

current_resource_details.open_search_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

current_resource_details.open_search_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

current_resource_details.rds_db_instance

The DB instance recommendation details.

Show child fields
current_resource_details.rds_db_instance.configuration

The Amazon RDS DB instance configuration used for recommendations.

Show child fields
current_resource_details.rds_db_instance.configuration.instance

Details about the instance configuration.

Show child fields
current_resource_details.rds_db_instance.configuration.instance.db_instance_class

The DB instance class of the DB instance.

current_resource_details.rds_db_instance.cost_calculation

Cost impact of the resource recommendation.

Show child fields
current_resource_details.rds_db_instance.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

current_resource_details.rds_db_instance.cost_calculation.usages[]
Show child fields
current_resource_details.rds_db_instance.cost_calculation.usages[].operation

The operation value.

current_resource_details.rds_db_instance.cost_calculation.usages[].product_code

The product code.

current_resource_details.rds_db_instance.cost_calculation.usages[].unit

The usage unit.

current_resource_details.rds_db_instance.cost_calculation.usages[].usage_amount

The usage amount.

current_resource_details.rds_db_instance.cost_calculation.usages[].usage_type

The usage type.

current_resource_details.rds_db_instance_storage

The DB instance storage recommendation details.

Show child fields
current_resource_details.rds_db_instance_storage.configuration

The Amazon RDS DB instance storage configuration used for recommendations.

Show child fields
current_resource_details.rds_db_instance_storage.configuration.allocated_storage_in_gb

The new amount of storage in GB to allocate for the DB instance.

current_resource_details.rds_db_instance_storage.configuration.iops

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

current_resource_details.rds_db_instance_storage.configuration.storage_throughput

The storage throughput for the DB instance.

current_resource_details.rds_db_instance_storage.configuration.storage_type

The storage type to associate with the DB instance.

current_resource_details.rds_db_instance_storage.cost_calculation

Cost impact of the resource recommendation.

Show child fields
current_resource_details.rds_db_instance_storage.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

current_resource_details.rds_db_instance_storage.cost_calculation.usages[]
Show child fields
current_resource_details.rds_db_instance_storage.cost_calculation.usages[].operation

The operation value.

current_resource_details.rds_db_instance_storage.cost_calculation.usages[].product_code

The product code.

current_resource_details.rds_db_instance_storage.cost_calculation.usages[].unit

The usage unit.

current_resource_details.rds_db_instance_storage.cost_calculation.usages[].usage_amount

The usage amount.

current_resource_details.rds_db_instance_storage.cost_calculation.usages[].usage_type

The usage type.

current_resource_details.rds_reserved_instances

The RDS reserved instances recommendation details.

Show child fields
current_resource_details.rds_reserved_instances.configuration

The RDS reserved instances configuration used for recommendations.

Show child fields
current_resource_details.rds_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

current_resource_details.rds_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

current_resource_details.rds_reserved_instances.configuration.database_edition

The database edition that the recommended reservation supports.

current_resource_details.rds_reserved_instances.configuration.database_engine

The database engine that the recommended reservation supports.

current_resource_details.rds_reserved_instances.configuration.deployment_option

Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.

current_resource_details.rds_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

current_resource_details.rds_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

current_resource_details.rds_reserved_instances.configuration.license_model

The license model that the recommended reservation supports.

current_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost

How much purchasing this instance costs you on a monthly basis.

current_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

current_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

current_resource_details.rds_reserved_instances.configuration.payment_option

The payment option for the commitment.

current_resource_details.rds_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

current_resource_details.rds_reserved_instances.configuration.service

The service that you want your recommendations for.

current_resource_details.rds_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

current_resource_details.rds_reserved_instances.configuration.term

The reserved instances recommendation term in years.

current_resource_details.rds_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

current_resource_details.rds_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
current_resource_details.rds_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

current_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

current_resource_details.rds_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

current_resource_details.rds_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

current_resource_details.redshift_reserved_instances

The Redshift reserved instances recommendation details.

Show child fields
current_resource_details.redshift_reserved_instances.configuration

The Redshift reserved instances configuration used for recommendations.

Show child fields
current_resource_details.redshift_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

current_resource_details.redshift_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

current_resource_details.redshift_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

current_resource_details.redshift_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

current_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

current_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

current_resource_details.redshift_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

current_resource_details.redshift_reserved_instances.configuration.payment_option

The payment option for the commitment.

current_resource_details.redshift_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

current_resource_details.redshift_reserved_instances.configuration.service

The service that you want your recommendations for.

current_resource_details.redshift_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

current_resource_details.redshift_reserved_instances.configuration.term

The reserved instances recommendation term in years.

current_resource_details.redshift_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

current_resource_details.redshift_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
current_resource_details.redshift_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

current_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

current_resource_details.redshift_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

current_resource_details.redshift_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

current_resource_details.sage_maker_savings_plans

The SageMaker Savings Plans recommendation details.

Show child fields
current_resource_details.sage_maker_savings_plans.configuration

The SageMaker Savings Plans configuration used for recommendations.

Show child fields
current_resource_details.sage_maker_savings_plans.configuration.account_scope

The account scope that you want your recommendations for.

current_resource_details.sage_maker_savings_plans.configuration.hourly_commitment

The hourly commitment for the Savings Plans type.

current_resource_details.sage_maker_savings_plans.configuration.payment_option

The payment option for the commitment.

current_resource_details.sage_maker_savings_plans.configuration.term

The Savings Plans recommendation term in years.

current_resource_details.sage_maker_savings_plans.cost_calculation

Cost impact of the Savings Plans purchase recommendation.

Show child fields
current_resource_details.sage_maker_savings_plans.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_monthly_commitment

Estimated monthly commitment for the Savings Plan.

current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_on_demand_cost

Estimated On-Demand cost you will pay after buying the Savings Plan.

current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost

The cost of paying for the recommended Savings Plan monthly.

current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.savings_percentage

Estimated savings as a percentage of your overall costs after buying the Savings Plan.

current_resource_type

The type of resource.

VARCHAR
estimated_monthly_cost

The estimated monthly cost of the current resource. For Reserved Instances and Savings Plans, it refers to the cost for eligible usage.

DOUBLE
estimated_monthly_savings

The estimated monthly savings amount for the recommendation.

DOUBLE
estimated_savings_over_cost_calculation_lookback_period

The estimated savings amount over the lookback period used to calculate cost impact for a recommendation.

DOUBLE
estimated_savings_percentage

The estimated savings percentage relative to the total cost over the cost calculation lookback period.

DOUBLE
implementation_effort

The effort required to implement the recommendation.

VARCHAR
last_refresh_timestamp

The time when the recommendation was last generated.

TIMESTAMP_S
recommendation_lookback_period_in_days

The lookback period that's used to generate the recommendation.

BIGINT
recommended_resource_details

The details about the recommended resource.

STRUCT(
"lambda_function" STRUCT(
"configuration" STRUCT(
"compute" STRUCT(
"v_cpu" DOUBLE,
"memory_size_in_mb" BIGINT,
"architecture" VARCHAR,
"platform" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ecs_service" STRUCT(
"configuration" STRUCT(
"compute" STRUCT(
"v_cpu" DOUBLE,
"memory_size_in_mb" BIGINT,
"architecture" VARCHAR,
"platform" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ec2_instance" STRUCT(
"configuration" STRUCT(
"instance" STRUCT(
"type" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ebs_volume" STRUCT(
"configuration" STRUCT(
"storage" STRUCT(
"type" VARCHAR,
"size_in_gb" DOUBLE
),
"performance" STRUCT(
"iops" DOUBLE,
"throughput" DOUBLE
),
"attachment_state" VARCHAR
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ec2_auto_scaling_group" STRUCT(
"configuration" STRUCT(
"instance" STRUCT(
"type" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"ec2_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"offering_class" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"current_generation" VARCHAR,
"platform" VARCHAR,
"tenancy" VARCHAR,
"size_flex_eligible" BOOLEAN,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"rds_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"size_flex_eligible" BOOLEAN,
"current_generation" VARCHAR,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR,
"license_model" VARCHAR,
"database_edition" VARCHAR,
"database_engine" VARCHAR,
"deployment_option" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"elasti_cache_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"current_generation" VARCHAR,
"size_flex_eligible" BOOLEAN,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"open_search_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"current_generation" VARCHAR,
"size_flex_eligible" BOOLEAN,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"redshift_reserved_instances" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"service" VARCHAR,
"normalized_units_to_purchase" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"number_of_instances_to_purchase" VARCHAR,
"instance_family" VARCHAR,
"instance_type" VARCHAR,
"reserved_instances_region" VARCHAR,
"size_flex_eligible" BOOLEAN,
"current_generation" VARCHAR,
"upfront_cost" VARCHAR,
"monthly_recurring_cost" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"estimated_on_demand_cost" DOUBLE,
"monthly_reservation_eligible_cost" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_monthly_amortized_reservation_cost" DOUBLE
)
)
),
"ec2_instance_savings_plans" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"hourly_commitment" VARCHAR,
"instance_family" VARCHAR,
"savings_plans_region" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"monthly_savings_plans_eligible_cost" DOUBLE,
"estimated_monthly_commitment" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_on_demand_cost" DOUBLE
)
)
),
"compute_savings_plans" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"hourly_commitment" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"monthly_savings_plans_eligible_cost" DOUBLE,
"estimated_monthly_commitment" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_on_demand_cost" DOUBLE
)
)
),
"sage_maker_savings_plans" STRUCT(
"configuration" STRUCT(
"account_scope" VARCHAR,
"term" VARCHAR,
"payment_option" VARCHAR,
"hourly_commitment" VARCHAR
),
"cost_calculation" STRUCT(
"pricing" STRUCT(
"monthly_savings_plans_eligible_cost" DOUBLE,
"estimated_monthly_commitment" DOUBLE,
"savings_percentage" DOUBLE,
"estimated_on_demand_cost" DOUBLE
)
)
),
"rds_db_instance" STRUCT(
"configuration" STRUCT(
"instance" STRUCT(
"db_instance_class" VARCHAR
)
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
),
"rds_db_instance_storage" STRUCT(
"configuration" STRUCT(
"storage_type" VARCHAR,
"allocated_storage_in_gb" DOUBLE,
"iops" DOUBLE,
"storage_throughput" DOUBLE
),
"cost_calculation" STRUCT(
"usages" STRUCT(
"usage_type" VARCHAR,
"usage_amount" DOUBLE,
"operation" VARCHAR,
"product_code" VARCHAR,
"unit" VARCHAR
)[],
"pricing" STRUCT(
"estimated_cost_before_discounts" DOUBLE,
"estimated_net_unused_amortized_commitments" DOUBLE,
"estimated_discounts" STRUCT(
"savings_plans_discount" DOUBLE,
"reserved_instances_discount" DOUBLE,
"other_discount" DOUBLE
),
"estimated_cost_after_discounts" DOUBLE
)
)
)
)
Show child fields
recommended_resource_details.compute_savings_plans

The Compute Savings Plans recommendation details.

Show child fields
recommended_resource_details.compute_savings_plans.configuration

Configuration details of the Compute Savings Plans to purchase.

Show child fields
recommended_resource_details.compute_savings_plans.configuration.account_scope

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.

recommended_resource_details.compute_savings_plans.configuration.hourly_commitment

The hourly commitment for the Savings Plans type.

recommended_resource_details.compute_savings_plans.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.compute_savings_plans.configuration.term

The Savings Plans recommendation term in years.

recommended_resource_details.compute_savings_plans.cost_calculation

Cost impact of the Savings Plans purchase recommendation.

Show child fields
recommended_resource_details.compute_savings_plans.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_monthly_commitment

Estimated monthly commitment for the Savings Plan.

recommended_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_on_demand_cost

Estimated On-Demand cost you will pay after buying the Savings Plan.

recommended_resource_details.compute_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost

The cost of paying for the recommended Savings Plan monthly.

recommended_resource_details.compute_savings_plans.cost_calculation.pricing.savings_percentage

Estimated savings as a percentage of your overall costs after buying the Savings Plan.

recommended_resource_details.ebs_volume

The Amazon Elastic Block Store volume recommendation details.

Show child fields
recommended_resource_details.ebs_volume.configuration

The Amazon Elastic Block Store volume configuration used for recommendations.

Show child fields
recommended_resource_details.ebs_volume.configuration.attachment_state

The Amazon Elastic Block Store attachment state.

recommended_resource_details.ebs_volume.configuration.performance

The Amazon Elastic Block Store performance configuration.

Show child fields
recommended_resource_details.ebs_volume.configuration.performance.iops

The number of I/O operations per second.

recommended_resource_details.ebs_volume.configuration.performance.throughput

The throughput that the volume supports.

recommended_resource_details.ebs_volume.configuration.storage

The disk storage of the Amazon Elastic Block Store volume.

Show child fields
recommended_resource_details.ebs_volume.configuration.storage.size_in_gb

The storage volume.

recommended_resource_details.ebs_volume.configuration.storage.type

The storage type.

recommended_resource_details.ebs_volume.cost_calculation

Cost impact of the recommendation.

Show child fields
recommended_resource_details.ebs_volume.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

recommended_resource_details.ebs_volume.cost_calculation.usages[]
Show child fields
recommended_resource_details.ebs_volume.cost_calculation.usages[].operation

The operation value.

recommended_resource_details.ebs_volume.cost_calculation.usages[].product_code

The product code.

recommended_resource_details.ebs_volume.cost_calculation.usages[].unit

The usage unit.

recommended_resource_details.ebs_volume.cost_calculation.usages[].usage_amount

The usage amount.

recommended_resource_details.ebs_volume.cost_calculation.usages[].usage_type

The usage type.

recommended_resource_details.ec2_auto_scaling_group

The EC2 Auto Scaling group recommendation details.

Show child fields
recommended_resource_details.ec2_auto_scaling_group.configuration

The EC2 Auto Scaling group configuration used for recommendations.

Show child fields
recommended_resource_details.ec2_auto_scaling_group.configuration.instance

Details about the instance.

Show child fields
recommended_resource_details.ec2_auto_scaling_group.configuration.instance.type

Details about the type.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation

Cost impact of the recommendation.

Show child fields
recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[]
Show child fields
recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].operation

The operation value.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].product_code

The product code.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].unit

The usage unit.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].usage_amount

The usage amount.

recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[].usage_type

The usage type.

recommended_resource_details.ec2_instance

The EC2 instance recommendation details.

Show child fields
recommended_resource_details.ec2_instance.configuration

The EC2 instance configuration used for recommendations.

Show child fields
recommended_resource_details.ec2_instance.configuration.instance

Details about the instance.

Show child fields
recommended_resource_details.ec2_instance.configuration.instance.type

Details about the type.

recommended_resource_details.ec2_instance.cost_calculation

Cost impact of the recommendation.

Show child fields
recommended_resource_details.ec2_instance.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

recommended_resource_details.ec2_instance.cost_calculation.usages[]
Show child fields
recommended_resource_details.ec2_instance.cost_calculation.usages[].operation

The operation value.

recommended_resource_details.ec2_instance.cost_calculation.usages[].product_code

The product code.

recommended_resource_details.ec2_instance.cost_calculation.usages[].unit

The usage unit.

recommended_resource_details.ec2_instance.cost_calculation.usages[].usage_amount

The usage amount.

recommended_resource_details.ec2_instance.cost_calculation.usages[].usage_type

The usage type.

recommended_resource_details.ec2_instance_savings_plans

The EC2 instance Savings Plans recommendation details.

Show child fields
recommended_resource_details.ec2_instance_savings_plans.configuration

The EC2 instance Savings Plans configuration used for recommendations.

Show child fields
recommended_resource_details.ec2_instance_savings_plans.configuration.account_scope

The account scope that you want your recommendations for.

recommended_resource_details.ec2_instance_savings_plans.configuration.hourly_commitment

The hourly commitment for the Savings Plans type.

recommended_resource_details.ec2_instance_savings_plans.configuration.instance_family

The instance family of the recommended Savings Plan.

recommended_resource_details.ec2_instance_savings_plans.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.ec2_instance_savings_plans.configuration.savings_plans_region

The Amazon Web Services Region of the commitment.

recommended_resource_details.ec2_instance_savings_plans.configuration.term

The Savings Plans recommendation term in years.

recommended_resource_details.ec2_instance_savings_plans.cost_calculation

Cost impact of the Savings Plans purchase recommendation.

Show child fields
recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_monthly_commitment

Estimated monthly commitment for the Savings Plan.

recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_on_demand_cost

Estimated On-Demand cost you will pay after buying the Savings Plan.

recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost

The cost of paying for the recommended Savings Plan monthly.

recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.savings_percentage

Estimated savings as a percentage of your overall costs after buying the Savings Plan.

recommended_resource_details.ec2_reserved_instances

The EC2 reserved instances recommendation details.

Show child fields
recommended_resource_details.ec2_reserved_instances.configuration

The EC2 reserved instances configuration used for recommendations.

Show child fields
recommended_resource_details.ec2_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

recommended_resource_details.ec2_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

recommended_resource_details.ec2_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

recommended_resource_details.ec2_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

recommended_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

recommended_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

recommended_resource_details.ec2_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

recommended_resource_details.ec2_reserved_instances.configuration.offering_class

Indicates whether the recommendation is for standard or convertible reservations.

recommended_resource_details.ec2_reserved_instances.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.ec2_reserved_instances.configuration.platform

The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.

recommended_resource_details.ec2_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

recommended_resource_details.ec2_reserved_instances.configuration.service

The service that you want your recommendations for.

recommended_resource_details.ec2_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

recommended_resource_details.ec2_reserved_instances.configuration.tenancy

Determines whether the recommended reservation is dedicated or shared.

recommended_resource_details.ec2_reserved_instances.configuration.term

The reserved instances recommendation term in years.

recommended_resource_details.ec2_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

recommended_resource_details.ec2_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

recommended_resource_details.ecs_service

The ECS service recommendation details.

Show child fields
recommended_resource_details.ecs_service.configuration

The ECS service configuration used for recommendations.

Show child fields
recommended_resource_details.ecs_service.configuration.compute

Details about the compute configuration.

Show child fields
recommended_resource_details.ecs_service.configuration.compute.architecture

The architecture of the resource.

recommended_resource_details.ecs_service.configuration.compute.memory_size_in_mb

The memory size of the resource.

recommended_resource_details.ecs_service.configuration.compute.platform

The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.

recommended_resource_details.ecs_service.configuration.compute.v_cpu

The number of vCPU cores in the resource.

recommended_resource_details.ecs_service.cost_calculation

Cost impact of the recommendation.

Show child fields
recommended_resource_details.ecs_service.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

recommended_resource_details.ecs_service.cost_calculation.usages[]
Show child fields
recommended_resource_details.ecs_service.cost_calculation.usages[].operation

The operation value.

recommended_resource_details.ecs_service.cost_calculation.usages[].product_code

The product code.

recommended_resource_details.ecs_service.cost_calculation.usages[].unit

The usage unit.

recommended_resource_details.ecs_service.cost_calculation.usages[].usage_amount

The usage amount.

recommended_resource_details.ecs_service.cost_calculation.usages[].usage_type

The usage type.

recommended_resource_details.elasti_cache_reserved_instances

The ElastiCache reserved instances recommendation details.

Show child fields
recommended_resource_details.elasti_cache_reserved_instances.configuration

The ElastiCache reserved instances configuration used for recommendations.

Show child fields
recommended_resource_details.elasti_cache_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

recommended_resource_details.elasti_cache_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

recommended_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

recommended_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

recommended_resource_details.elasti_cache_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

recommended_resource_details.elasti_cache_reserved_instances.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

recommended_resource_details.elasti_cache_reserved_instances.configuration.service

The service that you want your recommendations for.

recommended_resource_details.elasti_cache_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

recommended_resource_details.elasti_cache_reserved_instances.configuration.term

The reserved instances recommendation term in years.

recommended_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

recommended_resource_details.elasti_cache_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

recommended_resource_details.lambda_function

The Lambda function recommendation details.

Show child fields
recommended_resource_details.lambda_function.configuration

The Lambda function configuration used for recommendations.

Show child fields
recommended_resource_details.lambda_function.configuration.compute

Details about the compute configuration.

Show child fields
recommended_resource_details.lambda_function.configuration.compute.architecture

The architecture of the resource.

recommended_resource_details.lambda_function.configuration.compute.memory_size_in_mb

The memory size of the resource.

recommended_resource_details.lambda_function.configuration.compute.platform

The platform of the resource. The platform is the specific combination of operating system, license model, and software on an instance.

recommended_resource_details.lambda_function.configuration.compute.v_cpu

The number of vCPU cores in the resource.

recommended_resource_details.lambda_function.cost_calculation

Cost impact of the recommendation.

Show child fields
recommended_resource_details.lambda_function.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

recommended_resource_details.lambda_function.cost_calculation.usages[]
Show child fields
recommended_resource_details.lambda_function.cost_calculation.usages[].operation

The operation value.

recommended_resource_details.lambda_function.cost_calculation.usages[].product_code

The product code.

recommended_resource_details.lambda_function.cost_calculation.usages[].unit

The usage unit.

recommended_resource_details.lambda_function.cost_calculation.usages[].usage_amount

The usage amount.

recommended_resource_details.lambda_function.cost_calculation.usages[].usage_type

The usage type.

recommended_resource_details.open_search_reserved_instances

The OpenSearch reserved instances recommendation details.

Show child fields
recommended_resource_details.open_search_reserved_instances.configuration

The OpenSearch reserved instances configuration used for recommendations.

Show child fields
recommended_resource_details.open_search_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

recommended_resource_details.open_search_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

recommended_resource_details.open_search_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

recommended_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

recommended_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

recommended_resource_details.open_search_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

recommended_resource_details.open_search_reserved_instances.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.open_search_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

recommended_resource_details.open_search_reserved_instances.configuration.service

The service that you want your recommendations for.

recommended_resource_details.open_search_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

recommended_resource_details.open_search_reserved_instances.configuration.term

The reserved instances recommendation term in years.

recommended_resource_details.open_search_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

recommended_resource_details.open_search_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

recommended_resource_details.rds_db_instance

The DB instance recommendation details.

Show child fields
recommended_resource_details.rds_db_instance.configuration

The Amazon RDS DB instance configuration used for recommendations.

Show child fields
recommended_resource_details.rds_db_instance.configuration.instance

Details about the instance configuration.

Show child fields
recommended_resource_details.rds_db_instance.configuration.instance.db_instance_class

The DB instance class of the DB instance.

recommended_resource_details.rds_db_instance.cost_calculation

Cost impact of the resource recommendation.

Show child fields
recommended_resource_details.rds_db_instance.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

recommended_resource_details.rds_db_instance.cost_calculation.usages[]
Show child fields
recommended_resource_details.rds_db_instance.cost_calculation.usages[].operation

The operation value.

recommended_resource_details.rds_db_instance.cost_calculation.usages[].product_code

The product code.

recommended_resource_details.rds_db_instance.cost_calculation.usages[].unit

The usage unit.

recommended_resource_details.rds_db_instance.cost_calculation.usages[].usage_amount

The usage amount.

recommended_resource_details.rds_db_instance.cost_calculation.usages[].usage_type

The usage type.

recommended_resource_details.rds_db_instance_storage

The DB instance storage recommendation details.

Show child fields
recommended_resource_details.rds_db_instance_storage.configuration

The Amazon RDS DB instance storage configuration used for recommendations.

Show child fields
recommended_resource_details.rds_db_instance_storage.configuration.allocated_storage_in_gb

The new amount of storage in GB to allocate for the DB instance.

recommended_resource_details.rds_db_instance_storage.configuration.iops

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

recommended_resource_details.rds_db_instance_storage.configuration.storage_throughput

The storage throughput for the DB instance.

recommended_resource_details.rds_db_instance_storage.configuration.storage_type

The storage type to associate with the DB instance.

recommended_resource_details.rds_db_instance_storage.cost_calculation

Cost impact of the resource recommendation.

Show child fields
recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing

Pricing details of the resource recommendation.

Show child fields
recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_after_discounts

The savings estimate incorporating all discounts with Amazon Web Services, such as Reserved Instances and Savings Plans.

recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_before_discounts

The savings estimate using Amazon Web Services public pricing without incorporating any discounts.

recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts

The estimated discounts for a recommendation.

Show child fields
recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.other_discount

Estimated other discounts include all discounts that are not itemized. Itemized discounts include reservedInstanceDiscount and savingsPlansDiscount.

recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.reserved_instances_discount

Estimated reserved instance discounts.

recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.savings_plans_discount

Estimated Savings Plans discounts.

recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_net_unused_amortized_commitments

The estimated net unused amortized commitment for the recommendation.

recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[]
Show child fields
recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[].operation

The operation value.

recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[].product_code

The product code.

recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[].unit

The usage unit.

recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[].usage_amount

The usage amount.

recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[].usage_type

The usage type.

recommended_resource_details.rds_reserved_instances

The RDS reserved instances recommendation details.

Show child fields
recommended_resource_details.rds_reserved_instances.configuration

The RDS reserved instances configuration used for recommendations.

Show child fields
recommended_resource_details.rds_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

recommended_resource_details.rds_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

recommended_resource_details.rds_reserved_instances.configuration.database_edition

The database edition that the recommended reservation supports.

recommended_resource_details.rds_reserved_instances.configuration.database_engine

The database engine that the recommended reservation supports.

recommended_resource_details.rds_reserved_instances.configuration.deployment_option

Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.

recommended_resource_details.rds_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

recommended_resource_details.rds_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

recommended_resource_details.rds_reserved_instances.configuration.license_model

The license model that the recommended reservation supports.

recommended_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost

How much purchasing this instance costs you on a monthly basis.

recommended_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

recommended_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

recommended_resource_details.rds_reserved_instances.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.rds_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

recommended_resource_details.rds_reserved_instances.configuration.service

The service that you want your recommendations for.

recommended_resource_details.rds_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

recommended_resource_details.rds_reserved_instances.configuration.term

The reserved instances recommendation term in years.

recommended_resource_details.rds_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

recommended_resource_details.rds_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
recommended_resource_details.rds_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

recommended_resource_details.redshift_reserved_instances

The Redshift reserved instances recommendation details.

Show child fields
recommended_resource_details.redshift_reserved_instances.configuration

The Redshift reserved instances configuration used for recommendations.

Show child fields
recommended_resource_details.redshift_reserved_instances.configuration.account_scope

The account scope that you want your recommendations for.

recommended_resource_details.redshift_reserved_instances.configuration.current_generation

Determines whether the recommendation is for a current generation instance.

recommended_resource_details.redshift_reserved_instances.configuration.instance_family

The instance family of the recommended reservation.

recommended_resource_details.redshift_reserved_instances.configuration.instance_type

The type of instance that Amazon Web Services recommends.

recommended_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost

How much purchasing reserved instances costs you on a monthly basis.

recommended_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase

The number of normalized units that Amazon Web Services recommends that you purchase.

recommended_resource_details.redshift_reserved_instances.configuration.number_of_instances_to_purchase

The number of instances that Amazon Web Services recommends that you purchase.

recommended_resource_details.redshift_reserved_instances.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.redshift_reserved_instances.configuration.reserved_instances_region

The Amazon Web Services Region of the commitment.

recommended_resource_details.redshift_reserved_instances.configuration.service

The service that you want your recommendations for.

recommended_resource_details.redshift_reserved_instances.configuration.size_flex_eligible

Determines whether the recommendation is size flexible.

recommended_resource_details.redshift_reserved_instances.configuration.term

The reserved instances recommendation term in years.

recommended_resource_details.redshift_reserved_instances.configuration.upfront_cost

How much purchasing this instance costs you upfront.

recommended_resource_details.redshift_reserved_instances.cost_calculation

Cost impact of the purchase recommendation.

Show child fields
recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost

The cost of paying for the recommended reserved instance monthly.

recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.savings_percentage

The savings percentage relative to the total On-Demand costs that are associated with this instance.

recommended_resource_details.sage_maker_savings_plans

The SageMaker Savings Plans recommendation details.

Show child fields
recommended_resource_details.sage_maker_savings_plans.configuration

The SageMaker Savings Plans configuration used for recommendations.

Show child fields
recommended_resource_details.sage_maker_savings_plans.configuration.account_scope

The account scope that you want your recommendations for.

recommended_resource_details.sage_maker_savings_plans.configuration.hourly_commitment

The hourly commitment for the Savings Plans type.

recommended_resource_details.sage_maker_savings_plans.configuration.payment_option

The payment option for the commitment.

recommended_resource_details.sage_maker_savings_plans.configuration.term

The Savings Plans recommendation term in years.

recommended_resource_details.sage_maker_savings_plans.cost_calculation

Cost impact of the Savings Plans purchase recommendation.

Show child fields
recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing

Pricing details of the purchase recommendation.

Show child fields
recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_monthly_commitment

Estimated monthly commitment for the Savings Plan.

recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_on_demand_cost

Estimated On-Demand cost you will pay after buying the Savings Plan.

recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost

The cost of paying for the recommended Savings Plan monthly.

recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.savings_percentage

Estimated savings as a percentage of your overall costs after buying the Savings Plan.

recommended_resource_type

The resource type of the recommendation.

VARCHAR
region

The Amazon Web Services Region of the resource.

VARCHAR
resource_arn

The Amazon Resource Name (ARN) of the resource.

VARCHAR
resource_id

The unique identifier for the resource. This is the same as the Amazon Resource Name (ARN), if available.

VARCHAR
restart_needed

Whether or not implementing the recommendation requires a restart.

BOOLEAN
rollback_possible

Whether or not implementing the recommendation can be rolled back.

BOOLEAN
source

The source of the recommendation.

VARCHAR
tags

A list of tags associated with the resource for which the recommendation exists.

STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
Show child fields
tags[]
Show child fields
tags[].key

The key that's associated with the tag.

tags[].value

The value that's associated with the tag.