Skip to main content

Ecr Repository



Resource Icon

Resource Overview

Amazon Elastic Container Registry (Amazon ECR) is a secure, scalable, and reliable AWS-managed container image registry service. Amazon ECR supports private repositories with resource-based permissions using AWS IAM, allowing specified users or Amazon EC2 instances to access container repositories and images. You can use your preferred CLI to push, pull, and manage Docker images, Open Container Initiative (OCI) images, and OCI-compatible artifacts.

Associated Resources

Parent Resources

Resource Setting Values

  • image_tag_mutability: The tag mutability setting for the repository - IMMUTABLE, MUTABLE
  • scan_on_push: Indicates whether images are scanned after being pushed to the repository or not scanned - true, false
  • encryption_type: The encryption type to use for the repository - KMS, AES256
  • kms_key_name: The ARN of the KMS key to use
  • target_principal_arn: ARN of target to apply policy

Reference Materials