Compute Optimizer Dashboard on Quicksight only displays single day

0

Deployed 200 and 300 labs, including CUDOS, Cost Intelligence, and the Compute Optimizer Dashboard in Quicksight. The compute_optimizer_all_options dataset is refreshing daily but is ingesting the same number each time. The dashboard itself only shows me September 1st. Is this expected or how can I get it to refresh to show each day?

Bonus: I'm also trying to get AccountIDs to be Account Names instead, like how the lab guides you for the CUDOS dashboard.

2 Risposte
0

Check all the prerequisites as per this https://wellarchitectedlabs.com/cost/200_labs/200_cloud_intelligence/compute-optimizer-dashboards/dashboards/1_prerequisites/

Account mapping: If you have CUDOS dashboard installed with account_map, you can use this view to SELECT from account_map... CREATE OR REPLACE VIEW business_units_map AS SELECT account_id as account_id, account_name as account_name, 'Undefined' as bu FROM account_map

Refer the Well Architected Lab at https://wellarchitectedlabs.com/cost/200_labs/200_cloud_intelligence/compute-optimizer-dashboards/dashboards/3_manage-business-units/

profile pictureAWS
con risposta 8 mesi fa
0

I found that the issue was that it's driven by a lambda that only updates every 14 days. Manually running that lambda provided that day as an additional data point on the graph.

I already followed the instructions under "optional steps" and this ran successfully but did not change the display of AccountID to Account Name as expected int he Cost Optimization dashboard. The option steps to do so in the Cudos Dashboard worked well.

profile picture
con risposta 8 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande