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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南