Skip to content

Commit 1585752

Browse files
authored
Add files via upload
1 parent 401559c commit 1585752

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Loading
+13
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
<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+
<a href='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>
12+
13+
<img src='Images/Ec2Medium.png'>
114

0 commit comments

Comments
 (0)