
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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?
A
Access usage cost-related data by using the AWS Cost Explorer API with pagination.
B
Access usage cost-related data by using downloadable AWS Cost Explorer report .csv files.
Explanation:
Correct Answer: A
Why Option A is correct:
Why other options are incorrect:
Option B: Downloadable CSV files require manual intervention to download and process, which increases operational overhead and doesn't provide true programmatic access.
Option C: AWS Budgets with FTP requires setting up and maintaining FTP infrastructure, which adds operational overhead. AWS Budgets is primarily for budget tracking and alerts, not for comprehensive cost data retrieval.
Option D: SMTP-based delivery via email is not programmatic access and requires manual data extraction from emails, adding significant operational overhead.
Key AWS Services:
Best Practice: For programmatic access to cost data with minimal operational overhead, the Cost Explorer API is the recommended AWS service as it's designed specifically for this purpose and integrates directly with applications.