A company runs a monthly batch data analytics job that requires 50 compute instances for exactly 2 hours. On AWS, the company launches 50 Amazon EC2 instances, runs the job, and then terminates all instances. The company's AWS bill shows a charge for only 100 instance-hours (50 instances × 2 hours). Which essential characteristic of cloud computing does this billing model best demonstrate?
Measured service means that cloud resource usage is metered, monitored, controlled, and reported, enabling a pay-per-use billing model. In this scenario, the company is charged exactly for the 100 instance-hours consumed, which is a direct application of measured service.
Why this answer
The billing model charges only for the actual compute time consumed (100 instance-hours), which is a direct application of the 'measured service' characteristic. Measured service means cloud providers meter and bill customers based on actual resource usage (e.g., EC2 instance-hours, storage GB-months), enabling pay-as-you-go pricing. In this scenario, the company is charged precisely for the 50 instances × 2 hours of runtime, with no upfront or fixed costs, demonstrating usage-based metering.
Exam trap
The trap here is that candidates confuse 'measured service' (usage-based billing) with 'rapid elasticity' (scaling speed), but the question explicitly focuses on the billing charge for exactly the hours used, not the ability to scale quickly.
Why the other options are wrong
Resource pooling refers to the provider's ability to serve multiple customers from shared physical resources, but the billing model described (charging only for actual usage) directly demonstrates measured service, not resource pooling.
On-demand self-service refers to the ability to provision resources without human interaction, but the billing model in the question (charging only for actual usage) demonstrates measured service, not self-service.
The billing model charges only for actual usage (100 instance-hours), which directly demonstrates 'measured service' (metering and charging based on consumption). 'Rapid elasticity' refers to the ability to quickly scale resources up or down, not to how usage is billed.