Deploy MLflow in an AWS app runner
Community member Douglas Trajano wrote a nice blog tutorial on that very topic! Check out some excerpts below.
'AWS
launched in May 2021 the AWS App Runner, a fully managed service that makes it easy for developers to quickly deploy containerized web applications and APIs.
Unlike AWS Fargate, AWS App Runner has a pricing policy based on requests that your application receives. Apps that don’t receive requests all the time can benefit from it.
Our loved MLflow fits perfectly in this context. The interaction with MLflow is usually made in training jobs, data scientists evaluating their experiments, or APIs that expose our models. In all these cases we don’t have frequent access, it occurs eventually.'
|