AWS: SageMaker for Machine Learning (An Amazon Web Services product)
With SageMaker, we just need to make an API call using a Python SDK. SageMaker will launch ECS instances, run model training, persist the training artifacts to S3, and then shut down the EC2 instances automatically. Even in deployment, SageMaker helps automate things. Another API call will create EC2 instances and networking rules to…