Description:
Please consider enhancing the recommendation output for unattached EBS volumes so results can be grouped at the cloud account level rather than only at the individual resource level.
At present, recommendations for unattached EBS volumes are evaluated and surfaced per resource. In larger environments, it would be helpful to support an aggregated view where a single recommendation can represent an account and include the list of matching volumes associated with it.
Requested enhancement:
Add support for recommendation grouping/output that can:
• aggregate matching unattached EBS volumes by account
• display one recommendation per account
• include the list of matched resources within that recommendation
Why this would help:
This would make recommendations easier to review and manage at scale, especially in environments with many matching resources. It would also provide a more consistent summary view for governance and cleanup workflows.
Current rule example:
policies:
- name: delete-unattached-aws-ebs
resource: ebs
filters:
- Attachments: []
- State: available
actions:
- delete
Current limitation:
While the rule can identify the matching resources, the recommendation output does not currently provide an aggregated account-level representation with a list of all matched resources.
Created by Pedro Mastelaro
·