xyz567
xyz567

Reputation: 13

Are EC2 Windows instances charged per hour or per second?

I am appearing for AWS CCP tomorrow , I thought Windows EC2 instances are billed per hour but this confused me. Can anyone help me understand the difference between Windows Ec2 instance and Windows based Ec2 instance is the question wrong

Exam question

Upvotes: 1

Views: 1373

Answers (2)

Dvir669
Dvir669

Reputation: 8590

Another link would be the official documentation for the on-demand EC2 pricing stating:

Pricing is per instance-hour consumed for each instance, from the time an instance is launched until it is terminated or stopped. Each partial instance-hour consumed will be billed per-second for Linux, Windows, Windows with SQL Enterprise, Windows with SQL Standard, and Windows with SQL Web Instances, and as a full hour for all other instance types.

Upvotes: 1

John Rotenstein
John Rotenstein

Reputation: 269390

Amazon EC2 instances running Windows were historically charged per hour.

However, they are now charged per-second.

As written in your screenshot: "Windows based EC2 instances used to follow pay-per-hour pricing earlier."

See: Understand Amazon EC2 instance-hours billing

Upvotes: 6

Related Questions