-
Notifications
You must be signed in to change notification settings - Fork 547
Description
Is your feature request related to a problem? Please describe.
While having all EC2 instances in PostGres via CloudQuery, it would be beneficial to also have AWS Compute Optimizer data (e.g. per EC2 instance) results from the AWS plugin into PostGres.
Using the AWS Console UI or that, tends to be overwhelming, with hundreds or more recommendations. Having the data via CloudQuery, and being able to query the data via SQL enables both prioritisation (show me the top 10 discrepancies) and automation.
Describe the solution you'd like
I'd like to have a table with AWS Compute Optimizer recommendations, which can be correlated to e.g. aws_ec2_instances or aws_ec2_ebs_volumes. I'd like to filter/prioritize regarding actual usage vs. available compute (e.g. show all ec2 instances where we use less than 30% of CPU or RAM), and then get all the details of AWS Compute Optimiser for the selected services.
Describe alternatives you've considered
No alternative know, despite AWS console.