Implementing a Container Image Cache Strategy
As a sequence of Chapter 13, Working with Ephemeral Hosts, we will continue to fine-tune our Amazon ECS or EKS cluster by implementing a container image cache strategy. First, we will dive deep into why a container image cache strategy is a must-have for Windows containers; then, we will learn how to leverage the existing EC2 Image Builder pipeline covered in the previous chapter to implement the container image cache.
The chapter will cover the following topics:
- Why is implementing a container image cache strategy important?
- Speeding up a Windows container startup time