How To Deploy ML Models on AWS With Elastic Beanstalk

By Medium - 2021-02-05

Description

In previous articles, we provided examples of how to build a Flask Rest API, how to build and deploy a machine learning web app, and how to deploy a Flask API with Digital Ocean. Today, we will…

Summary

  • Use Case Let’s assume that you work as a data scientist and you built a machine learning model that you want to share with other people.
  • There should not be any other sub-folder within the zip file because the Beanstalk will not be able to find the files.
  • Deploy on Elastic Beanstalk We will need to sign in to the AWS Console and go to Elastic Beanstalk.
  • Then click on “Create Application” and wait for around five minutes.

 

Topics

  1. Backend (0.15)
  2. Frontend (0.14)
  3. NLP (0.13)

Similar Articles

How to Build a Serverless Application Using AWS SAM

By freeCodeCamp.org - 2020-10-19

In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes. While it was a quick and fun prototype, ...

10 Fun APIs to Use For Your Next Project

By DEV Community - 2021-01-01

To put it simply: a web API (application programming interface) is a tool which tells a particular sy... Tagged with javascript, webdev, todayilearned, productivity.

Using a REST API in react

By DEV Community - 2020-12-30

WHAT IS AN API An API stands for an "Application Programming Interface". It allows communi... Tagged with webdev, react, html, javascript.