Easy1 markMultiple Choice
AWS SAP-C02 · Question 40 · Domain 3.5: Cost Optimization
A company has a large fleet of Amazon EBS volumes. The finance team has noticed that EBS costs are steadily increasing. The Solutions Architect discovers that many EBS volumes are unattached, and others are attached but have had less than 1 IOPS per day for the last month. What is the MOST automated way to identify and optimize these resources?
A company has a large fleet of Amazon EBS volumes. The finance team has noticed that EBS costs are steadily increasing. The Solutions Architect discovers that many EBS volumes are unattached, and others are attached but have had less than 1 IOPS per day for the last month. What is the MOST automated way to identify and optimize these resources?
Answer options:
A.
Write a custom Python script using Boto3 to iterate through all volumes and check CloudWatch metrics.
B.
Use AWS Cost Explorer to filter by EBS volume ID.
C.
Use AWS Trusted Advisor to identify unattached and underutilized EBS volumes.
D.
Enable S3 Intelligent-Tiering for the EBS snapshots.
How to approach this question
Identify the AWS service that provides automated cost optimization recommendations.
Full Answer
C.Use AWS Trusted Advisor to identify unattached and underutilized EBS volumes.✓ Correct
AWS Trusted Advisor automatically inspects your AWS environment and provides recommendations for cost optimization, including identifying unattached EBS volumes and volumes with very low activity (underutilized).
Common mistakes
Choosing custom scripts when a native managed service exists.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert