Each county boat-ramp has its own contamination model with the same framework and roughly the same size. Most ramps are quiet; only a few are busy at once. One endpoint per ramp would waste hosts. Which endpoint pattern fits?
Select an answer to reveal the explanation.
Short Explanation
Each boat-ramp has its own contamination model, same framework, most ramps quiet. A multi-model endpoint shares instances and loads on demand. One dedicated endpoint per quiet ramp wastes hosts, and a multi-container pipeline is two containers on one request.
Full Explanation
A multi-model endpoint hosts many similar models that share instances and load on demand. One dedicated endpoint per quiet ramp wastes hosts. A multi-container pipeline is multiple containers on one request, not many models. Rekognition is not that pattern.