Run Cloud Query Actions
Cloud/file query Actions perform Steampipe queries on resources with a powerful and simple PostgreSQL syntax.
For example, a complicated action such as fetching all of your EC2 instance IDs in AWS across all regions can be done simply by running the “Run AWS Cloud Query” action and the following query:
Each cloud query action can be found under the relevant vendor’s collection.
Supported plugins
NOTE
Pay attention to the version of the supported plugins, and be aware of the features supported by this version.
Blink enables running the following query actions and their corresponding versions:
Run AWS Cloud Query
Run Azure Cloud Query
Run GCP Cloud Query
Run GitHub Cloud Query
Run Kubernetes Cloud Query
Run Oracle-Cloud Infrastructure Query
Run CrowdStrike Cloud Query
File Identifiers With Cloud Queries
Some plugins, such as the Run CSV Query or Run Terraform Files Query, receive a File Identifier parameter, which allows them to query data from a compressed file/folder. The File Identifier can be obtained by running the Create Archive action.
For example, in order to query data from a CSV:
- Download the csv (using cURL or a Download File action)/Clone the repository containing it using the Git Clone action.
- Create an archive of the cloned repo / downloaded file using the Create Archive action.
- Using the Variable Picker, select the file identifier created in the previous step, and pass it as a Parameter to the Run CSV File Query Action.