AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 17
A company has users that deploy Amazon EC2 instances that have more volume performance capacity than is required. A CloudOps engineer needs to review all Amazon Elastic Block Store (Amazon EBS) volumes that are associated with the instances and create cost optimization recommendations based on IOPS and throughput.
What should the CloudOps engineer do to meet these requirements in the MOST operationally efficient way?
Answer options
- A. Use the monitoring graphs in the EC2 console to view metrics for EBS volumes. Review the consumed space against the provisioned space on each volume. Identify any volumes that have low utilization.
- B. Stop the EC2 instances from the EC2 console. Change the EC2 instance type to Amazon EBS-optimized. Start the EC2 instances.
- C. Opt in to AWS Compute Optimizer. Allow sufficient time for metrics to be gathered. Review the Compute Optimizer findings for EBS volumes.
- D. Install the fio tool onto the EC2 instances and create a .cfg file to approximate the required workloads. Use the benchmark results to gauge whether the provisioned EBS volumes are of the most appropriate type.
Correct answer: C
Explanation
The correct answer is C because AWS Compute Optimizer analyzes resource utilization and provides specific recommendations for cost optimization based on actual usage. The other options, while useful for monitoring or changing instance types, do not provide a comprehensive analysis or automated recommendations like Compute Optimizer does.