mondoohq / cnquery

open source, cloud-native, graph-based asset inventory
https://cnquery.io
Other
285 stars 19 forks source link

aws s3 buckets mql resource does a lot of requests #3220

Open imilchev opened 5 months ago

imilchev commented 5 months ago
vjeffrey commented 4 months ago

i looked into this, the problem is if you call list buckets it still lists buckets in every region, you can see this with the aws cli : try aws s3api list-buckets --region us-east-2 followed by aws s3api list-buckets --region us-west-2 followed by aws s3api list-buckets --region us-east-1