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.
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)- A12% (6)
- B80% (40)
- C2% (1)
- D6% (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.
Deploying in multiple Availability Zones enhances fault tolerance and availability but does not directly optimize costs based on fluctuating demand.
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.
A placement group is used for optimizing network performance between instances, not for cost reduction based on variable demand.
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.