▲ | qmarchi 6 days ago | |
Would be interested to see a cost breakdown for the ECR vs S3 and compute cost. | ||
▲ | dwedge 6 days ago | parent | next [-] | |
Unless I totally misread it, it's their own S3 cluster | ||
▲ | nickjj 5 days ago | parent | prev | next [-] | |
ECR is kind of hard to beat if you're ok with being in the cloud. The last time I used it earlier this year for a company already on AWS, it was ~$3 / month per region to store 8 private repos and it was really painless to have a flexible and automated life cycle policy that deleted old image tags. It supports cross region replication too. All of that comes without maintenance or compute costs and if you're already familiar with Terraform, etc. you can automate all of that in a few hours of dev time. | ||
▲ | benterix 3 days ago | parent | prev [-] | |
It depends where the the compute resources using these images are located. |