aws_list_amis
List Amazon Machine Images (AMIs) in an AWS region, sorted by newest. Filter by owner or partial name glob, with configurable max results.
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: ''. |