Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When reserving an Amazon EC2 instance, what does it mean for the Platform to be the same?

Tags:

amazon-ec2

In the user guide [1] , it is stated that for your on demand ec2 instances to be billed under your reserved instances, they have to match four criteria.

  • the region,
  • Availability Zone,
  • instance type,
  • and platform specified

The Platform is confusing, because I use a custom Ubuntu AMI and in the EC2 Dashboard, my Platform field is blank.

When choosing a Reserved Instance, you can choose from "Linux/UNIX " and "Linux/UNIX ( Amazon VPC ) " , Red Hat , SUSE , etc.

So how will I get charged?

[1] http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/reserved-instances-fundamentals.html

like image 534
HeyWatchThis Avatar asked Sep 12 '13 15:09

HeyWatchThis


People also ask

When purchasing a reserved EC2 instance what are the two time period options?

Term: AWS offers Standard RIs for 1-year or 3-year terms. Reserved Instance Marketplace sellers also offer RIs often with shorter terms. AWS offers Convertible RIs for 1-year or 3-year terms.

Can reserved instances be shared across accounts?

Reserved Instances offering capacity reservation cannot be shared with linked accounts; they must be used in the account in which they were purchased. Discounts for Reserved Instances purchased on one account are applied to the combined usage for that instance type on the payer account's bill.

What options are available for reserved instances for Amazon EC2?

For certain services like Amazon EC2 and Amazon RDS, you can invest in reserved capacity. With Reserved Instances, you can save up to 75% over equivalent on-demand capacity. Reserved Instances are available in 3 options – All up-front (AURI), partial up-front (PURI) or no upfront payments (NURI).

How does Reserve instance work?

Reserved instances is a discount billing concept in which business can obtain significant discounts compared to standard “On Demand” cloud computing prices in return for committing to a specified level of usage. However, the terms under which a Reserved Instances discount is offered vary from provider to provider.


1 Answers

You would choose "Linux/Unix". Flavors of Linux such as Redhat and SUSE include additional licensing fees not charged for other versions of linux, which is why they are considered separate platforms.

like image 179
datasage Avatar answered Sep 22 '22 16:09

datasage