Study sets
English

AWS Certified Cloud Practitioner (CLF-C02) | Domain 4 EC2 Pricing and Savings Plans Questions 03

1 / 100.0s

Problem 1

Interpret the EC2 instance type name c3.4xlarge according to AWS naming conventions. Assume that the name contains no letters indicating additional capabilities.

Which explanation correctly describes its parts?

View explanation

As of August 22, 2026, AWS naming conventions use the first letter before the period, c here, for the compute optimized series, the following 3 for the generation, and 4xlarge after the period for the size. The 4xlarge label is not a direct vCPU count, and neither the Region nor the operating system is determined by this part of the name.

Problem 2

A company continuously uses C and M family EC2 instances in several Regions but plans to move some workloads to AWS Fargate and AWS Lambda. It can commit to consistent compute spend per hour and wants the discount to remain applicable after the migration.

Which pricing model best meets these requirements?

View explanation

As of August 22, 2026, Compute Savings Plans can apply across EC2 families, sizes, Regions, operating systems, and tenancy, as well as to eligible Fargate and Lambda usage. EC2 Instance Savings Plans are limited to a selected Region and family, so the broader flexibility of Compute Savings Plans fits a migration across services and Regions.

Problem 3

A company expects stable use of the m7i family in the Tokyo Region for the next three years. It will not change the Region or family but might change instance sizes, operating systems, and Availability Zones as demand changes.

Which option is most appropriate when seeking a deep discount under these constraints?

View explanation

As of August 22, 2026, EC2 Instance Savings Plans commit to a family in a selected Region and automatically apply within that scope despite changes in size, operating system, Availability Zone, or tenancy. This fits a workload that can keep its Region and family fixed. A Capacity Reservation alone provides no discount, while Spot can be interrupted.

Problem 4

For a live broadcast one week from now, a company must reliably launch a specified EC2 configuration in a particular Availability Zone. It does not need a long-term pricing commitment and prioritizes securing capacity first.

Which option addresses the objective most directly?

View explanation

As of August 22, 2026, an immediate-use On-Demand Capacity Reservation reserves matching EC2 capacity in a specific Availability Zone. By itself, it provides no billing discount, and unused reserved capacity is charged at the On-Demand-equivalent rate. Savings Plans provide discounts but do not reserve launch capacity in a particular Zone.

Problem 5

A monthly event must avoid EC2 launch failures caused by insufficient capacity in a specific Availability Zone. The company also wants to reduce the price of the matching EC2 usage that remains stable throughout the year. The usage attributes fall within the discount's scope.

Which design provides both capacity assurance and a billing discount?

View explanation

As of August 22, 2026, capacity assurance and billing discounts are separate dimensions. An On-Demand Capacity Reservation can secure capacity in a specific Zone, while matching Savings Plans can discount the qualifying usage. Savings Plans alone do not reserve capacity, and a Capacity Reservation alone does not include a discount.

Problem 6

A Savings Plans commitment is USD 10 per hour at Savings Plans rates. During one hour, the account consumes USD 13 of eligible usage measured at Savings Plans rates. Assume that no RIs apply.

How is usage beyond the commitment handled?

View explanation

As of August 22, 2026, Savings Plans apply automatically to eligible usage until the commitment is exhausted. In this example, USD 10 at Savings Plans rates is covered by the commitment, and the remaining eligible usage is charged at the corresponding On-Demand rates. A commitment is not a usage limit, so excess usage is not rejected.

Problem 7

A company has enough funds at purchase time to cover the Savings Plans term. It accepts a larger initial payment and prioritizes the lowest price among otherwise identical plan terms.

Which payment option should it choose?

View explanation

As of August 22, 2026, All Upfront pays the term in one upfront payment and offers the lowest price among the payment options for otherwise identical Savings Plans terms. No Upfront reduces initial spending but does not remove the term commitment. Partial Upfront combines an initial payment with continuing payments.

Problem 8

For one month, Savings Plans utilization is 65% and coverage is 92%. Utilization measures the share of purchased commitment used, while coverage measures the share of eligible usage covered by the discount.

Which interpretation follows from the two metrics?

View explanation

Under the definitions current on August 22, 2026, 65% utilization means that 35% of the commitment was unused, while 92% coverage means that 8% of eligible usage was not covered by Savings Plans. Because the metrics have different denominators, unused commitment and uncovered usage can coexist during the same period.

Problem 9

After purchasing an EC2 Reserved Instance, an administrator assumes that a new dedicated server starts automatically. No EC2 usage matching the purchase attributes has started yet.

Which statement correctly describes a Reserved Instance?

View explanation

As of August 22, 2026, an EC2 RI is not a physical instance but primarily a billing discount applied to On-Demand Instance usage that matches specified attributes. Purchasing it does not launch a workload instance. A Zonal RI can also provide a capacity reservation benefit, but that still does not mean a configured dedicated server is created automatically.

Problem 10

A checkpoint-enabled batch workload runs on Spot in an EC2 Fleet that permits multiple instance types and Availability Zones. The company wants low prices while also considering the likelihood of near-term interruptions when selecting capacity pools.

Which allocation strategy does AWS recommend for most Spot workloads?

View explanation

As of August 22, 2026, price-capacity-optimized identifies Spot pools with high capacity availability and a lower expected interruption likelihood, then selects lower-priced pools among them. The lowest-price strategy does not adequately consider capacity conditions and can have a higher interruption rate. No strategy guarantees uninterrupted capacity, so checkpointing remains necessary.