Reputation: 340
I am looking for an alternative to Amazon EC2 Web Service in order to use an instance to running an SVN Server. Because AWS is not free I'm looking a free alternative service.
Thank you in advance
Upvotes: 1
Views: 660
Reputation: 3214
Is this for a free/open source repo? Or for your own private/commercial code?
If its for a FOSS account, you might just as well skip SVN and go to GitHub (there's a bit of a learning curve, but it seems to be the way forward for version control).
If you are wanting to host a commercial product, then I'm sure you can afford the $5 per month that a low-end VPS would cost.
Upvotes: 1
Reputation: 2450
Have you been using AWS for longer than 12 months? If not, you can use EC2 micro-instances for free. See the free tier FAQS for more info.
If you are not eligible for AWS's free tier, then Digital Ocean offers 512MB VPS's for $5 per month.
Upvotes: 1