nerdexam
Amazon

CLF-C02 · Question #110

A company wants to run CPU-intensive workload across multiple Amazon EC2 instances. Which EC2 instance type should the company use to meet this requirement?

The correct answer is B. Compute optimized instances. For CPU-intensive workloads across multiple Amazon EC2 instances, Compute optimized instances are the most suitable choice.

Submitted by emma.c· Mar 6, 2026Cloud Technology and Services

Question

A company wants to run CPU-intensive workload across multiple Amazon EC2 instances. Which EC2 instance type should the company use to meet this requirement?

Options

  • AGeneral purpose instances
  • BCompute optimized instances
  • CMemory optimized instances
  • DStorage optimized instances

How the community answered

(56 responses)
  • B
    95% (53)
  • C
    4% (2)
  • D
    2% (1)

Why each option

For CPU-intensive workloads across multiple Amazon EC2 instances, Compute optimized instances are the most suitable choice.

AGeneral purpose instances

General purpose instances offer a balance of compute, memory, and networking resources, making them suitable for a broad range of applications but not specifically optimized for high CPU demands.

BCompute optimized instancesCorrect

Compute optimized instances, such as the C-family, are specifically designed to deliver high-performance processors at a low price/performance ratio for compute-intensive applications. These instances provide high compute power and are ideal for workloads like high-performance web servers, scientific modeling, batch processing, and other CPU-bound tasks that require significant processing capabilities.

CMemory optimized instances

Memory optimized instances are designed for workloads that process large datasets in memory, such as in-memory databases, not primarily for CPU-intensive tasks.

DStorage optimized instances

Storage optimized instances are designed for workloads that require high sequential read and write access to very large datasets on local storage, like NoSQL databases or data warehousing applications.

Concept tested: EC2 instance types (Compute optimized)

Source: https://aws.amazon.com/ec2/instance-types/

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice