-
I'm trying to replicate the following script in steampipe (this is my first steam pipe query), and I'm not sure if it's possible: https://stackoverflow.com/questions/64437824/aws-ec2-spot-instance-availability The script in question, prints out what regions a particular spot instance is available in. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @vedantroy , are there any APIs or AWS CLI commands you know of that can help you check spot instance prices and/or availability? We use the AWS SDK Go v2 for our AWS plugin, which uses the AWS APIs. So if there's an exposed API, the SDK most likely has it, and then we can look to add a table in the plugin. |
Beta Was this translation helpful? Give feedback.
Hey @vedantroy , are there any APIs or AWS CLI commands you know of that can help you check spot instance prices and/or availability? We use the AWS SDK Go v2 for our AWS plugin, which uses the AWS APIs. So if there's an exposed API, the SDK most likely has it, and then we can look to add a table in the plugin.