nerdexam
Amazon

CLF-C02 · Question #221

A company is planning to use the Amazon EC2 instances as web servers. Customers from around the world will use the web servers. Most customers will use the web servers only during certain hours of the

The correct answer is B. In an Auto Scaling group. To achieve the lowest operational cost for web servers with fluctuating demand, an Auto Scaling group should be used to automatically adjust instance count.

Submitted by anjalisingh· Mar 6, 2026Billing, Pricing, and Support

Question

A company is planning to use the Amazon EC2 instances as web servers. Customers from around the world will use the web servers. Most customers will use the web servers only during certain hours of the day. How should the company deploy the EC2 instances to achieve the LOWEST operational cost?

Options

  • AIn multiple Availability Zones
  • BIn an Auto Scaling group
  • CIn a placement group
  • DIn private subnets

How the community answered

(50 responses)
  • A
    12% (6)
  • B
    80% (40)
  • C
    2% (1)
  • D
    6% (3)

Why each option

To achieve the lowest operational cost for web servers with fluctuating demand, an Auto Scaling group should be used to automatically adjust instance count.

AIn multiple Availability Zones

Deploying in multiple Availability Zones enhances fault tolerance and availability but does not directly optimize costs based on fluctuating demand.

BIn an Auto Scaling groupCorrect

An Auto Scaling group dynamically adjusts the number of EC2 instances based on demand, scaling out during peak hours and scaling in during off-peak hours, which minimizes costs by ensuring resources are only provisioned when needed.

CIn a placement group

A placement group is used for optimizing network performance between instances, not for cost reduction based on variable demand.

DIn private subnets

Deploying in private subnets is a security measure to restrict direct internet access, and it does not reduce operational costs for fluctuating workloads.

Concept tested: Cost optimization with Auto Scaling

Source: https://aws.amazon.com/ec2/autoscaling/

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice