aws_list_amis
List AWS AMIs in a region, sorted newest-first, with optional name, owner, and result limits to find images for EC2 launches.
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: ''. |