[Optimization] Use ECR's Pull Through Cache
instead of pulling the image url directly
#3
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
This might speed up how long everything takes to turn on. Before doing this, we need tests and/or scripts to time how long it actually takes to get the service online. (If there's a tiny improvement for a LOT of complexity, it's not worth it).
Describe the solution you'd like
The idea is if we use
Pull Through Cache
, you'll always have the latest/greatest image available to EC2, and since ECR is in network, it should download it fast (assuming it already has the latest image)I think this is something that should be optional, since
Describe alternatives you've considered
This is an optional feature, the alternative is to just not do it and download directly from the source.
Additional context
The text was updated successfully, but these errors were encountered: