Cloud Provider...what to use
-
Now that the thread itself is answered, that was an easy one, the question should be... why are you looking at Windows on cloud computing? This will typically quadruple your costs. Windows is painfully expensive when you move to cloud, nowhere is it more apparent than when the flat, monthly bill is astronomic for something that should be dirt cheap.
-
Just to give a comparison... Windows workload on Azure moved to Linux workload on Digital Ocean for us was something like $80 to $10 per month, per workload. That's 800% savings!!
-
Why do you want Windows in the cloud?
Ubiquiti controller runs great on linux and will cost you a ton less.
as one example of why not to use windows. -
@Dashrender said in Cloud Provider...what to use:
Why do you want Windows in the cloud?
Ubiquiti controller runs great on linux and will cost you a ton less.
as one example of why not to use windows.I dont know Linux to be honest. If it's just a couple of scripts to run to get it up and running, then I can figure it out.
-
Windows is very expensive to run in a cloud environment Besides Azure, I'm not sure who can even do it legally.
-
@Joel said in Cloud Provider...what to use:
@Dashrender said in Cloud Provider...what to use:
Why do you want Windows in the cloud?
Ubiquiti controller runs great on linux and will cost you a ton less.
as one example of why not to use windows.I dont know Linux to be honest. If it's just a couple of scripts to run to get it up and running, then I can figure it out.
It won't be SUPER simple, but it won't be hugely painful either. there are a ton of guides online that walk you through all of the steps for most anything you want to do.
So starting with your first project, UBNT controller - what OS do you want to run it on in the cloud? If you're to go Linux, look on the UBNT website for suggestions on what OS of Linux is generally supported by UBNT, then setup one of those in a VPS.
-
@Joel said in Cloud Provider...what to use:
@Dashrender said in Cloud Provider...what to use:
Why do you want Windows in the cloud?
Ubiquiti controller runs great on linux and will cost you a ton less.
as one example of why not to use windows.I dont know Linux to be honest. If it's just a couple of scripts to run to get it up and running, then I can figure it out.
Depends what you need, Linux itself is pretty easy. The product in question is a question about the product, not Linux.
-
@Dashrender said in Cloud Provider...what to use:
Windows is very expensive to run in a cloud environment Besides Azure, I'm not sure who can even do it legally.
Rackspace, AWS. Anyone that offers it, except Cloud@Cost. They are the only illegal provider I've ever heard of.
-
@Dashrender said in Cloud Provider...what to use:
Windows is very expensive to run
I fixed that for you
-
Rackspace is bloody awful! Why are they even on this list?
Expensive and clueless sales reps, support who can't fix simple issues and a brand name that they keep trying to cash in on is about the only thing they have.
https://www.scaleway.com/ - Based in France. Used to use them a lot but then moved onto.
https://www.ovh.co.uk/ - Everybody has heard of them and knows of them.
I've got a hosted Unifi controller but I would never run it on Windows. You spend half the time trying to force Unifi controller to run as a service, behave and various other things. Use this as a chance to learn Linux, you'll save a fortune in hosted services for things like this down the line and gain a good skill set.
-
@scottalanmiller said in Cloud Provider...what to use:
So given your requirements and list, it's easy. Rackspace is the only option. You don't even need to make the decision, it's literally the only option.
Why Why Why....They charge a premium for everything and really don't add value.
-
@Breffni-Potter said in Cloud Provider...what to use:
I've got a hosted Unifi controller but I would never run it on Windows. You spend half the time trying to force Unifi controller to run as a service, behave and various other things. Use this as a chance to learn Linux, you'll save a fortune in hosted services for things like this down the line and gain a good skill set.
I have a unifi controller setup on an Ubuntu box. The setup was not difficult, and it just works. I migrated it away from a windows box. Like SAM said it will cost you alot less on Linux.
Now for hosting I have been using profitbricks. I have really enjoyed the support they offer.
Their billing model is based on (cpu\hr + win liscense\hr) x Ram (qty\hr) x storage (30days)
It is very easy to work with. Takes less than 2 mins to create a new server.
All storage is raid 10 and they have multiple datacenter here in the US, as well as in Germany.
Just my thoughts
Chad
-
@Breffni-Potter said in Cloud Provider...what to use:
@scottalanmiller said in Cloud Provider...what to use:
So given your requirements and list, it's easy. Rackspace is the only option. You don't even need to make the decision, it's literally the only option.
Why Why Why....They charge a premium for everything and really don't add value.
Because no one else offers the service at all.
-
I've taken the plunge and have signed up for a Digital Ocean account and will test this on a Linux box - maybe ubuntu...
I dont know anything about these OS though so any points/kick starters would be helpful.
How do I even go about patching this OS! Have I dont the right thing!? -
@Joel said in Cloud Provider...what to use:
I've taken the plunge and have signed up for a Digital Ocean account and will test this on a Linux box - maybe ubuntu...
You are new to Linux... ONLY use CentOS. Get rid of Ubuntu right now, switch and save yourself a lot of misery.
-
@Joel said in Cloud Provider...what to use:
I dont know anything about these OS though so any points/kick starters would be helpful.
How about an entire online book/reference to working with Linux?
https://mangolassi.it/topic/7825/sam-learning-linux-system-administration
-
@scottalanmiller thanks - I havent spun anything up yet. Just signed up with DigitalO though.
Is CentOS the simplest then? - thanks for the online book guide. -
@scottalanmiller said in Cloud Provider...what to use:
@Joel said in Cloud Provider...what to use:
I've taken the plunge and have signed up for a Digital Ocean account and will test this on a Linux box - maybe ubuntu...
You are new to Linux... ONLY use CentOS. Get rid of Ubuntu right now, switch and save yourself a lot of misery.
I didn't think the controller worked with anything other than debian based?
-
@Joel said in Cloud Provider...what to use:
How do I even go about patching this OS! Have I dont the right thing!?
For CentOS:
yum -y update
For Ubuntu:
sudo apt-get update sudo apt-get dist-upgrade
-
@stacksofplates said in Cloud Provider...what to use:
@scottalanmiller said in Cloud Provider...what to use:
@Joel said in Cloud Provider...what to use:
I've taken the plunge and have signed up for a Digital Ocean account and will test this on a Linux box - maybe ubuntu...
You are new to Linux... ONLY use CentOS. Get rid of Ubuntu right now, switch and save yourself a lot of misery.
I didn't think the controller worked with anything other than debian based?
Oh maybe, I don't know @JaredBusch ?