What problem does it solve?
Streamlines Amazon ECR repository and image management using the AWS CLI, reducing manual steps and configuration drift.
Core Features & Use Cases
- Repository management: create, describe, and delete repositories; configure image tag immutability and encryption.
- Image operations: push, pull, describe, and tag images; view and manage tags and digests.
- Policy & scanning: configure lifecycle policies, set cross-account access, and enable image scanning for vulnerabilities.
- Use Case: Deploy a CI/CD workflow that builds an image, pushes to a centralized ECR repository, and enforces lifecycle rules and scanning before production.
Quick Start
Create a new repository, push an image, and configure a lifecycle policy.