I use CloudQuery in my organization to fetch various information from AWS. I’m facing a challenge with tables aws_ec2_instances and aws_ec2_images. I’m simply trying to build a dashboard with all our EC2 instances and the image names used for each. For custom AMIs built by us, it’s easy: I will find them in the second table. But for AMIs from Amazon or from the Marketplace, I don’t have any information and I’m stuck with just the image IDs…
Is there a way to fetch public image details with CloudQuery?
@concise-panther That sounds like a perfect use for CloudQuery! As for your question about how to get the aws_ec2_images for public images, one of the ways to do this might be to use the table_options to override the API calls being made.