IS ECR strongly read-after-write consistent?

0

My team has a pipeline which deploys to ECR then immediately requests that deployed container. We have had some issues with this test behaving non-deterministically, so I want to narrow down if ECR might be causing these issues with its consistency model.

I cannot find any information about the consistency of ECR, so any input would be appreciated :)

restifo
已提问 1 年前264 查看次数
1 回答
0

One of the core ECR internal component provides fast access to repository, image and layer information. Additionally it provides transactional guarantees around an eventually consistent storage backend allowing for the ability to offer deletes and do garbage collection on layers. In general ECR should guarantee the transactions including ordering

profile pictureAWS
专家
已回答 1 年前
  • Can I ask where you got this information? I'd like to read more, this behavior is potentially important for my team.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则