microservice-bootstrap
microservice-bootstrap copied to clipboard
Should the image go into DC2 only and out from there, or into each region?
One ECR - deploying to multiple regions synchronously.
I think so.
What are the advantages of having the ecr repo in multiple regions?
faster service start time and faster deployment time?
How does it compare with time maintaining different ecrepos?
In theory faster service start? If you wanted to measure it, we do repos per region where I think you do a single repo?
The downside is increased build time. I think we should use a single region for image repos