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
asked a year ago256 views
1 Answer
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
EXPERT
answered a year ago
  • Can I ask where you got this information? I'd like to read more, this behavior is potentially important for my team.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions