| name | atmos-aws-ecr |
| description | AWS ECR commands in Atmos: atmos aws ecr login, ECR auth integrations, Docker credential writes, registry login via identity or explicit registry |
| metadata | {"copyright":"Copyright Cloud Posse, LLC 2026","version":"1.0.0","category":"aws"} |
Atmos AWS ECR
Use this skill for logging Docker clients into AWS Elastic Container Registry through Atmos.
It owns atmos aws ecr login.
Command Model
atmos aws ecr login supports three modes:
# Named integration from auth.integrations
atmos aws ecr login dev/ecr/primary
# All aws/ecr integrations linked to an identity
atmos aws ecr login --identity dev-admin
# Explicit registry URLs using current AWS credentials
atmos aws ecr login --registry 123456789012.dkr.ecr.us-east-1.amazonaws.com
Named integration and identity modes use Atmos Auth. Explicit --registry mode uses current AWS
credentials from the environment.
Configuration
Configure ECR integrations under auth.integrations with kind: aws/ecr. Route provider,
identity, AWS SSO, SAML, OIDC, assume role, and assume root details to atmos-auth.
auth:
providers:
company-sso:
kind: