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
gefragt vor einem Jahr264 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr
  • Can I ask where you got this information? I'd like to read more, this behavior is potentially important for my team.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen