Parks already picked Amazon ECS as the hosting target. The remaining work is a task definition plus service that runs the serving container from ECR, not a SageMaker Model.deploy call. What should they script?
Select an answer to reveal the explanation.
Short Explanation
Parks already picked ECS. Script a task definition and service that pull the serving image from ECR. A Model.deploy call switches the target back to SageMaker, and a SageMaker-only stack ignores the choice.
Full Explanation
Once ECS is the selected target, script the ECS service that hosts the model from ECR. Do not switch the target back to SageMaker with Model.deploy. Rekognition is not ECS, and a SageMaker-only stack ignores the choice.