Lab complete!
Now that you have completed this lab, make sure to update your Well-Architected review if you have implemented these changes in your workload.
Click here to access the Well-Architected Tool
Pull latest dashboard version from template:
aws quicksight update-dashboard --aws-account-id {account} --region {region} --cli-input-json file://update-dashboard-input.json
Update published version of dashboard:
aws quicksight list-dashboard-versions --aws-account-id {account} --region {region} --dashboard-id ta-organizational-view --query 'DashboardVersionSummaryList[-1].VersionNumber' | xargs -I {} aws quicksight update-dashboard-published-version --aws-account-id {account} --dashboard-id ta-organizational-view --version-number {}
Apply the latest pulled changes to the deployed dashboard with this CLI command:
aws quicksight update-dashboard-published-version --region {region} --aws-account-id {account} --dashboard-id ta-organizational-view --version-number {version}
Alternatively automation script can be used for update
The Cloud Intelligence Dashboards automation repo is an optional way to create the Cloud Intelligence Dashboards using a collection of setup automation scripts. The supplied scripts allow you to complete the workshops in less than half the time as the standard manual setup.
Follow the How to use steps for installation and dashboard deployment. We recommend to use AWS CloudShell for automated deployment
By default Trusted Advisor (TA) refreshes checks on weekly basis. To get historical progress and trends visualized on TAO Dashboard we recommend to upload new TA Organizational View reports regularly, for example bi-weekly or monthly
Create Organizational View report
For the step by step guide please follow the documentation
You can select certain accounts but please ensure you maintain consistency in following reports for periodic refreshes to avoid data mismatch.
Download Organizational View report
Unzip downloaded report
Upload downloaded report to the reports
folder in the S3 bucket
Make sure you upload unzipped folder to S3 bucket
Open and Refresh ta-organizational-view dataset in QuickSight
There are 2 supported data collection methods:
If you deployed TAO Dashboard with Trusted Advisor Organizational View as data collection method you can switch at any time to Trusted Advisor API via deployment of Optimization Data Collection lab . For that:
Now that you have completed this lab, make sure to update your Well-Architected review if you have implemented these changes in your workload.
Click here to access the Well-Architected Tool