nerdexam
Dell-EMC

D-ECS-DS-23 · Question #22

For a cloud-native application that requires frequent scaling, which ECS node type is most suitable?

The correct answer is B. Scalable general-purpose compute nodes. Scalable general-purpose compute nodes (B) are ideal for cloud-native applications because they balance CPU, memory, and network resources while supporting dynamic horizontal scaling - the core requirement when workloads fluctuate unpredictably. Options A and D (fixed-capacity…

ECS Architecture and Components

Question

For a cloud-native application that requires frequent scaling, which ECS node type is most suitable?

Options

  • AFixed-capacity high-memory nodes
  • BScalable general-purpose compute nodes
  • CSingle-threaded compute nodes
  • DFixed-capacity storage-optimized nodes

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    82% (14)
  • C
    12% (2)

Explanation

Scalable general-purpose compute nodes (B) are ideal for cloud-native applications because they balance CPU, memory, and network resources while supporting dynamic horizontal scaling - the core requirement when workloads fluctuate unpredictably. Options A and D (fixed-capacity nodes) contradict the "frequent scaling" requirement entirely: "fixed-capacity" means you can't elastically add or remove resources, making them poor fits for variable demand. Option C (single-threaded compute nodes) creates a throughput bottleneck, since containerized cloud-native workloads are typically designed to exploit parallelism across multiple threads and cores.

Memory tip: Think "G = General = Grows with demand." Cloud-native means cloud-flexible - whenever you see frequent scaling, eliminate anything labeled fixed or single-threaded first.

Topics

#cloud-native#node types#scalability#compute nodes

Community Discussion

No community discussion yet for this question.

Full D-ECS-DS-23 Practice