AWS Certified Solutions Architect – Associate (SAA-C03) — Question 519

A company wants to add its existing AWS usage cost to its operation cost dashboard. A solutions architect needs to recommend a solution that will give the company access to its usage cost programmatically. The company must be able to access cost data for the current year and forecast costs for the next 12 months.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

The AWS Cost Explorer API provides direct, programmatic access to historical cost data and future forecasts for up to 12 months, making it the most efficient way to feed an external dashboard. Other options, such as downloading CSV files or setting up FTP/SMTP transfers, require significant manual effort or custom scripting to parse and ingest the data. Using the native API with pagination minimizes operational overhead while meeting all functional requirements.