You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1> Deploying Machine Learning Models as a service using AWS EC2 </h1>
2
+
3
+
> Benefits of Deploying as a service on EC2
4
+
* We can Create Custom storage and store the Data (which can’t be done while we deploy our model as Web Application using PAAS.
5
+
6
+
* Performance (we can autoscale the instances whenever required)
7
+
* Security (we can control who can use service by adding security groups and VPC)
8
+
9
+
Check out our article for complete information on
10
+
11
+
<ahref='https://medium.com/towards-artificial-intelligence/deploying-machine-learning-models-as-a-service-using-aws-ec2-97a6434194ca?source=friends_link&sk=deb841276fe0985ab594f357fac1eee2'> Deploying Machine Learning Models as a service using AWS EC2 </a>
0 commit comments