Amazon ECR adds the ability to replicate individual repositories to other regions and accounts - devamazonaws.blogspot.com

Today, Amazon Elastic Container Registry (ECR) launched the ability to replicate specific repositories to accounts or regions, and see when images were replicated through the ECR API. This gives you granular control to replicate images within repositories you want, instead of replicating all images in a registry, and the ability to automate actions through the new DescribeImageReplicationStatus API whenever images are replicated.

Post Updated on September 22, 2021 at 06:39PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com