aws_list_amis
List Amazon Machine Images (AMIs) in a specified AWS region, newest first. Filter by owner and case-sensitive name glob, with results capped at 50.
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 |
|---|---|---|---|
| owners | No | Owner account IDs or aliases (default: ['amazon']). | |
| region | Yes | AWS region (e.g. us-east-1). | |
| max_results | No | Maximum number of results (default: 50). | |
| name_filter | No | Partial name glob filter (case-sensitive). Default: ''. |