Background
The Run AWS Cloud Query Action performs Steampipe queries on AWS resources with a powerful and simple PostgreSQL syntax. For example, a complicated action such as fetching all of your EC2 instances IDs in AWS across all regions can be done simply:Blink supports Steampipe v0.92.1.
Action Parameters
| Parameter | Description |
|---|---|
| SQL Statement | The SQL query to execute against AWS cloud resources. Use standard SQL syntax. |
| Regions | AWS regions to target for the query. This parameter supports multiple formats: • All regions: * (default)• Single region: us-east-1• Multiple specific regions: us-east-1,eu-west-1,ap-southeast-2• Wildcard patterns: us-* (all US regions), eu-* (all EU regions)• Pattern matching: us-??st-1 (matches us-east-1, us-west-1) |
| Output Format | The representation of the output result. |
| AWS Plugin Version | The Steampipe AWS plugin version used to execute the query. Different versions may support different AWS services and features. |
| Environment Variables | Environment variables, defined as key-value pairs, to pass to the query execution context. |
