- Newest
- Most votes
- Most comments
Hi, Sorry to hear that you've faced this error. Could you please check the following:
- Confirm that you have both dashboards in QuickSight and the issue is that they show no data? If so is does it show 'No Data' or some error?
- Confirm that you have data in S3 bucket costoptimizationdata<accountId> in particular folders compute_optimizer and optics-data-collector/ta-data or trusted-advisor (if you deployed recently). Please let us know which folders you have.
It looks like something is wrong with the paths to S3 data which were provided during the deployment of cloud intelligence dashboards You can re-deploy the dashboards by running following commands in CloudShell in the same account and region where dashboards deployed:
python3 -m ensurepip --upgrade
pip3 install --upgrade cid-cmd
cid-cmd update --recursive --force
It will ask you to choose the dashboard and then other details including S3 path, please make sure the path you've specified matches to what you have in costoptimizationdata<accountId> bucket
Do I need to ran the above cli commands weekly/monthly to update the quicksight view? or will it update automatic?
No, the dashboards will update with your data automatically. The only time you need to run the update command is if we release a new dashboard version. You can subscribe to our changelog on GitHub to get notified; https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/changes/CHANGELOG-tao.md
Relevant content
- asked a year ago
- asked 8 months ago
- asked 7 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 22 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Perfect !! Yuiry Thanks for your help. CLI made the dashboards working. Do I need to ran the above cli commands weekly/monthly to update the quicksight view? or will it update automatic? please let me know