OPTIMIZATION DATA COLLECTION - ComputeOptimizerModule not working in the OPTIMIZATION DATA COLLECTION (https://wellarchitectedlabs.com/cost/300_labs/300_optimization_data_collection)

0

I've been following the steps given in the cloud intelligence dashboard & LEVEL 300 - OPTIMIZATION DATA COLLECTION LAB to deploy dashboards. i test getting list of account id & data of compute optimizer. i confirmed updating account id and updating on a glue service and on an athena service. but compute optimizer data didn't create on glue & athena.

so i figured out cloud formation files that can be reasons.

in Optimization_Data_Collector.yaml

....
      TemplateURL: !Sub "https://${CFNTemplateSourceBucket}.s3.amazonaws.com/Cost/Labs/300_Optimization_Data_Collection/module-compute-optimizer.yaml"
....

in module-compute-optimizer.yaml

...
  S3CrawlerQue:
    Type: String
   ** Description: SQS that will be used to trigger the crawler lambda to pull data in (Not used)**
...

Please let me know what am I missing and how can I fix it to get it working.

Enter image description here

2개 답변
0

compute optimizer data does not create Glue crawler like trusted advisor data does. when you invoke the lambda function for compute optimizer , it would only populate data into S3 folder. In order to create athena table, you need to deploy CID dashboard -> compute optimizer dashboard. Also, this dashboard does not leverage glue crawler like other dashboards.

AWS
Yin_L
답변함 일 년 전
0

The instructions to deploy COD are here :

If you choose a command line option please make sure the workgroup (NOT QUERY EDITOR) is configured with query location s3 bucket.

AWS
Jang
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인