aws_list_amis
List Amazon Machine Images in an AWS region, sorted newest first. Filter by partial name and owner account.
Instructions
List AMIs in the given region, sorted newest-first. Filter by partial name match (case-sensitive glob). Defaults to AMIs owned by 'amazon'. max_results capped at 50 to bound describe API consumption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | AWS region (e.g. us-east-1). | |
| name_filter | No | Partial name glob filter (case-sensitive). Default: ''. | |
| owners | No | Owner account IDs or aliases (default: ['amazon']). | |
| max_results | No | Maximum number of results (default: 50). |