Edge Container Image Caching for Staggered Pull Requests

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Concurrent requests for container images from a cloud provider network by multiple computing devices in bandwidth-constrained environments lead to network congestion and increased startup times for container-based applications.

Innovation Solution

Implementing temporally staggered container image pull requests and local caching strategies to distribute the image retrieval process across time, reducing the simultaneous network load.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If multiple computing devices concurrently request container images from a cloud provider network, then all devices can obtain the necessary images for startup, but network congestion occurs and startup times increase

Engineering Contradiction:
Improvecontainer image retrieval reliabilityVSAvoidcontainer startup time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent implements preliminary action by having computing devices check for and retrieve container images from local caches before attempting to pull from the cloud provider network. The system performs preliminary checks to determine if images are already available locally, avoiding unnecessary concurrent cloud requests and reducing startup time while maintaining reliability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces an intermediary layer in the form of local container image caches that mediate between computing devices and the cloud provider network. These caches act as intermediate storage points, allowing devices to obtain images locally without directly competing for cloud resources, thereby reducing network congestion and startup time.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If multiple computing devices simultaneously pull container images from the cloud provider network, then all devices receive the images, but network bandwidth is overwhelmed causing congestion

Engineering Contradiction:
Improvecontainer deployment speedVSAvoidnetwork bandwidth consumption
Core Design Contradiction:
ProductivityVSLoss of energy

Solution Approach 1:

The patent applies merging by consolidating container image storage across multiple local caches within the computing environment. Instead of each device independently pulling from the cloud, images are pulled once and cached locally, with subsequent devices retrieving from the local cache. This merges the retrieval operations and reduces total network bandwidth consumption.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent implements copying by creating local replicas of container images in distributed caches across multiple computing devices. Once an image is pulled from the cloud provider network, it is copied to local storage on participating devices, enabling fast local retrieval without repeated cloud downloads and significantly reducing network bandwidth usage.

Inventive Principle:
Principle #26Copying

3Loss of time

If container images are cached locally on computing devices, then startup time is reduced and network load is decreased, but additional storage space is required on each device

Engineering Contradiction:
Improvecontainer startup timeVSAvoidlocal storage requirement
Core Design Contradiction:
Loss of timeVSVolume of stationary object

Solution Approach 1:

The patent applies local quality by implementing distributed caching where each computing device maintains a local cache tailored to its specific needs. Not all devices cache all images - each device caches images relevant to its workload, optimizing the balance between startup time reduction and storage space utilization based on local requirements.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent implements partial action by having computing devices cache only the container images they actually need for their specific workloads, rather than caching all available images. This selective caching approach reduces the storage burden on each device while still providing the performance benefits of local retrieval for required images.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12572376B1Local container image caching and retrieval for devices at edge locations
Publication Date: 2026.03.10 AMAZON TECH INC
  • US12572376B1 patent drawing
  • US12572376B1 patent drawing
  • US12572376B1 patent drawing

AI summary

Techniques are described for enabling computing devices in computing environments distinct from a cloud provider network to use temporally staggered container image pull requests upon initiating execution of a container-based task. For example, upon determining to launch a container on a computing device running in a computing environment that is distinct from a cloud provider network, an agent running on the computing device can select a time in the future at which to request the container image(s) to be used to launch the container from a container registry based on a randomized value. The randomized value, for example, can enable each computing device in the environment to request the container image(s) at a time that differs from times at which other computing devices in the environment generate similar requests (e.g., such that the request times are “staggered” relative to one another).