Amazon SageMaker Inference now supports automatic container image caching to accelerate scale-out events for generative AI models. By pre-caching large images (often 10 GB or more) from Amazon ECR, the service eliminates the cold-start latency previously caused by pulling full images for each new instance. This optimization allows new instances to start serving traffic significantly faster, reducing end-to-end scaling time by up to 50%.
- Generative AI endpoints scale up to 2x faster during scale-out events due to reduced cold-start latency.
- Large container images are pre-pulled from ECR, preventing new instances from waiting for full downloads.
- End-to-end scaling time is cut by up to half, improving responsiveness for traffic spikes.
- No code changes required; the caching feature is enabled automatically for supported SageMaker Inference endpoints.