CLF-C02 · Question #65
A company has deployed a web application to Amazon EC2 instances. The EC2 instances have low usage. Which AWS service or feature should the company use to rightsize the EC2 instances?
The correct answer is D. AWS Compute Optimizer. AWS Compute Optimizer is the right choice because it analyzes historical utilization metrics of your EC2 instances (CPU, memory, network) and provides specific, actionable recommendations to rightsize resources - meaning it tells you whether to scale up, scale down, or change ins
Question
A company has deployed a web application to Amazon EC2 instances. The EC2 instances have low usage. Which AWS service or feature should the company use to rightsize the EC2 instances?
Options
- AAWS Config
- BAWS Cost Anomaly Detection
- CAWS Budgets
- DAWS Compute Optimizer
How the community answered
(37 responses)- A8% (3)
- B3% (1)
- C3% (1)
- D86% (32)
Explanation
AWS Compute Optimizer is the right choice because it analyzes historical utilization metrics of your EC2 instances (CPU, memory, network) and provides specific, actionable recommendations to rightsize resources - meaning it tells you whether to scale up, scale down, or change instance types to optimize performance and cost.
Why the distractors are wrong:
- AWS Config (A) tracks configuration changes and compliance of AWS resources but does not provide cost optimization or rightsizing recommendations.
- AWS Cost Anomaly Detection (B) uses machine learning to detect unexpected spending spikes, but it identifies anomalies, not rightsizing opportunities for underutilized instances.
- AWS Budgets (C) helps you set spending thresholds and receive alerts when costs exceed limits, but it does not analyze or recommend changes to instance sizes.
Memory Tip: Think of Compute Optimizer as your fitness coach for EC2 - it studies how hard your instances are "working out" and tells you if they're over- or under-powered for the job. If something is about rightsizing or resource efficiency recommendations, Compute Optimizer is almost always the answer on the exam.
Topics
Community Discussion
No community discussion yet for this question.