Amazon SageMaker Inference now supports automatic container image caching to accelerate generative AI endpoint scaling. By pre-pulling large container images from ECR before scale-out events, the service eliminates the multi-minute cold-start latency previously caused by pulling images for each new instance. This optimization allows new instances to begin serving traffic significantly faster, addressing the bottleneck associated with large deep learning frameworks.
- Caching pre-pulls container images, removing ECR pull delays during scale-out events.
- Generative AI endpoints with 10GB+ images see up to 2x faster end-to-end scaling.
- New instances launch with containers already available locally, reducing cold-start time.
- No configuration changes required; the feature is automatically supported by SageMaker Inference.
- Directly addresses the performance bottleneck of large model serving containers.