turbot / steampipe-mod-aws-perimeter

Is your AWS perimeter secure? Use Powerpipe and Steampipe to check your AWS accounts for public resources, resources shared with untrusted accounts, insecure network configurations and more.
https://hub.powerpipe.io/mods/turbot/aws_perimeter
Apache License 2.0
106 stars 6 forks source link

Fix error when trusted accounts parameter is defined closes #33 #34

Closed khushboo9024 closed 1 year ago

khushboo9024 commented 1 year ago
steampipe check control.ec2_ami_shared_with_trusted_accounts

+ EC2 AMIs should only be shared with trusted accounts .............................................................................................................................. 0 / 1 [==========]
  | 
  OK   : hashistack-21111111111634 is not shared. ............................................................................................................................... us-east-2 531111111111
misraved commented 1 year ago

Thanks @khushboo9024 for the quick fix 👍.

Could you please make sure that this error doesn't exist in other queries as well?

khushboo9024 commented 1 year ago

@misraved I have verified that this error is not present in any other queries. We are Good.