Retrieve information for specified EC2 instances. Note: Recently terminated instances might appear in the returned results.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the AWS documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| AWS Region | Enter the desired AWS Region. |
| Filters | A JSON array of filters to narrow results. Supports filtering by instance attributes like state, type, tags, network configuration, and more. For the complete list of attributes to list by, visit AWS documentation. |
| Instance IDs | A space-separated list of instance IDs to filter results by. |
| Query | A JMESPath query to filter results by. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
| Dry Run | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. |
| Max Results | The maximum number of results per call (5-1000). Note: This parmaeter cannot be used with the Instance IDs parameter. |
| Next Token | A token from a previous call to retrieve the next page of results. |