Skip to content

Latest commit

 

History

History

ecr-replication-for-lambda

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Cross-region (cross-account) ECR replication for AWS Lambda

Currently Lambda restricts access to ECR to the same region as the Lambda function (see: here) even though it allows an access to an ECR from another account.

To resolve this, use ECR replication to different regions (or even different account and regions) - see more about this here. Please mind that for a cross-account ECR replication an additional policy is required - see: here.

Note: There is however an open issue regarding the resriction here.