2 Answers
- Newest
- Most votes
- Most comments
0
You can drop reports from other payers to the same (central) s3 bucket and TAO dashboard will pick it up. That should be the easiest way.
Also check out Cloud Intelligence Dashboards from below link.
answered 3 years ago
0
I'm so sorry about that link you have is outdated. Here is the new guide; https://wellarchitectedlabs.com/cost/200_labs/200_cloud_intelligence/trusted-advisor-dashboards/
The guide will walk you through how to support multiple payers into the same bucket.
answered 3 years ago
Follow this FAQ on multiple-payer accounts. This is for the CUR but the process is the same. The key is in the Glue crawler setup, making sure to create a single schema for each s3 path. https://wellarchitectedlabs.com/cost/200_labs/200_cloud_intelligence/faq/
Relevant content
- Accepted Answerasked a year ago
- asked 8 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 months ago
I tried that approach. When I put all the results in one bucket and rerun my Glue crawler, it creates additional tables. This prevents QS from displaying the results. It looks like the schemas are different, which is confusing because I'm deploying the same stack across all my acounts/orgs.
@AWS-User-6816458 have you checked the tables schemas? can you confirm they are different?
you could try to create a prefix structure by account, and see if the crawler catch it as partitions of the same table.