- Newest
- Most votes
- Most comments
Hello,
Currently the TA Orginizational view is only supported in the Manual report generation method, as mentioned in the previous step for Create and uploading the Trusted Advisor Report under the " Trusted Advisor Organizational View" dropdown
Please attempt to re-deploy your TA Orginizational report by using the manual deployment method.
Problem turned out to be in the template itself. I've been using the template found in:
https://aws-well-architected-labs.s3.us-west-2.amazonaws.com/Cost/Labs/200-cloud-intelligence-dashboards/tao.cfn.yml
As indicated in lab:
https://wellarchitectedlabs.com/cost/200_labs/200_cloud_intelligence/trusted-advisor-dashboards/dashboards/3_deployment/#option-3-cloudformation-deployment
Later I used the template located in GitHub repository:
https://github.com/aws-samples/aws-cudos-framework-deployment/
Specifically, the release 0.2.3
.
This template is exactly the same than the other one, but it changes the table name:
Old: Name: ta_organizational_view_reports
.
New: Name: !Join [ '' , [ !FindInMap [ "Definitions", "taoAthenaTable", "Value" ] , !Ref taoSuffix ] ]
.
With this template, TAO dashboard was deployed successfully.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago