aws_ecr_describe_images
Retrieve detailed metadata for Amazon ECR images including size, push dates, scan status, and vulnerability counts to manage container image security and lifecycle.
Instructions
Get detailed metadata for ECR images: size, push date, scan status, and vulnerability counts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| repository_name | Yes | ECR repository name | |
| image_ids | No | Image tags or digests to describe (e.g., [{"imageTag": "latest"}]) | |
| max_results | No | Maximum images to return |