An ML engineer needs to deploy a trained model that is based on a genetic algorithm. The algorithm solves a complex problem and can take several minutes to generate predictions. When the model is deployed, the model needs to access large amounts of data to process requests. The requests can involve as much as 100 MB of data. Which deployment solution will meet these requirements with the LEAST operational overhead?
Select an option, then click Submit answer.
- ○ Deploy the model to Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer.
- ○ Deploy the model to an Amazon SageMaker real-time endpoint.
- ○ Deploy the model to an Amazon SageMaker Asynchronous Inference endpoint.
- ○ Package the model as a container. Deploy the model to Amazon Elastic Container Service (Amazon ECS) on Amazon EC2 instances.