How to deploy machine learning model on aws instance

+1 vote
I need help to write script to deploy custom model on aws instance and run it using an end point.

I have build a model and saved it as a pickle file.

I also have script to automatically create instances on aws using python

I need a help to write script on python,

1) To automatically create containers on aws instance.

2) To register the model and link it to the container which returns an end point.
May 23, 2020 in AWS by karthik
• 130 points
964 views

1 answer to this question.

0 votes

Hi@karthik,

Here you can use Jenkins tool. Jenkins is a tool which automate your task in real time. You have to install plugins and create job accordingly. 

Hope this helps!

If you need to know more, It's recommended to join Machine Learning Course today.

Thank you!!

answered May 29, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

How to install redis on AWS Micro instance?

Maybe you can spin up an EC2 ...READ MORE

answered Jan 30, 2019 in AWS by Archana
• 5,640 points
639 views
0 votes
0 answers
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,477 views
0 votes
1 answer

How to execute commands on AWS Instance using Boto3?

Hi@akhtar, Boto represents an Amazon Web Services (AWS) ...READ MORE

answered Oct 7, 2020 in AWS by MD
• 95,440 points
9,929 views
0 votes
3 answers

How to check instance state and status via Lambda function in AWS?

import boto3 from pprint import pprint def lambda_handler(event, context):          # ...READ MORE

answered Sep 8, 2020 in AWS by Shrikant
• 180 points
9,687 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP