You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::CoverageNormalizedUnits

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The amount of instance usage, in normalized units. Normalized units enable you to see your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose you run an xlarge instance and a 2xlarge instance. If you run both instances for the same amount of time, the 2xlarge instance uses twice as much of your reservation as the xlarge instance, even though both instances show only one instance-hour. Using normalized units instead of instance-hours, the xlarge instance used 8 normalized units, and the 2xlarge instance used 16 normalized units.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_normalized_units_percentageString

The percentage of your used instance normalized units that a reservation covers.

Returns:

  • (String)

    The percentage of your used instance normalized units that a reservation covers.

#on_demand_normalized_unitsString

The number of normalized units that are covered by On-Demand Instances instead of a reservation.

Returns:

  • (String)

    The number of normalized units that are covered by On-Demand Instances instead of a reservation.

#reserved_normalized_unitsString

The number of normalized units that a reservation covers.

Returns:

  • (String)

    The number of normalized units that a reservation covers.

#total_running_normalized_unitsString

The total number of normalized units that you used.

Returns:

  • (String)

    The total number of normalized units that you used.