
Answer-first summary for fast verification
Answer: Create an AWS Cost and Usage Report for the organization. Define tags and cost categories in the report. Create a table in Amazon Athena. Create an Amazon Quick Sight dataset based on the Athena table. Share the dataset with the finance team.
The answer "A" is correct for the following reasons: 1. **AWS Cost and Usage Report (CUR)**: The AWS Cost and Usage Report provides the most comprehensive information about AWS billing and usage. It can capture information going down to the resource level which is necessary for detailed cost tracking and reporting. 2. **Tags and Cost Categories**: By defining tags and cost categories, the company can effectively organize and identify which costs belong to which teams or business units. This makes it easier to generate meaningful groups and categorized cost reports. 3. **Amazon Athena**: Athena is used to query data in S3 using standard SQL. By creating a table in Athena based on the Cost and Usage Report, the company can run SQL queries to filter, aggregate, and analyze cost data at a very granular level. 4. **Amazon QuickSight**: QuickSight is a business intelligence service that allows for the creation of interactive dashboards and visualizations. By creating a dataset in QuickSight based on the Athena table, the finance team can easily create reports and dashboards that can be shared and visualized effectively. This solution is self-managed as it involves setting up the Cost and Usage Report, defining tags and cost categories, creating Athena tables, and leveraging QuickSight for visualization, offering flexibility and detailed insights into AWS costs across multiple accounts within the organization.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company recently acquired several other companies. Each company has a separate AWS account with a different billing and reporting method. The acquiring company has consolidated all the accounts into one organization in AWS Organizations. However, the acquiring company has found it difficult to generate a cost report that contains meaningful groups for all the teams. The acquiring company’s finance team needs a solution to report on costs for all the companies through a self managed application. Which solution will meet these requirements?
A
Create an AWS Cost and Usage Report for the organization. Define tags and cost categories in the report. Create a table in Amazon Athena. Create an Amazon Quick Sight dataset based on the Athena table. Share the dataset with the finance team.
B
Create an AWS Cost and Usage Report for the organization. Define tags and cost categories in the report. Create a specialized template in AWS Cost Explorer that the finance department will use to build reports.
C
Create an Amazon Quick Sight dataset that receives spending information from the AWS Price List Query API. Share the dataset with the finance team.
D
Use the AWS Price List Query API to collect account spending information. Create a specialized template in AWS Cost Explorer that the finance department will use to build reports.