Questions tagged [cloud-hosting]

Cloud hosting is hosting a service, commonly a website, on multiple distributed servers. Like a server farm, this provides greater performance (through load balancing) and availability than using a single server, but the distributed nature of the cloud means requests can be serviced closer to the client and makes it more tolerant of network failures.

Benefits of cloud hosting

Cloud hosting benefits the users from various angles. Scalability and cost efficiency are the commonly known advantages.

As the technology is highly scalable (load balancing, hardware upgrades, etc), website expansion can be done with minimum limitations. Think about the hassle of migrating your website from a shared server to a dedicated server; think about server crash when your website experienced a sudden surge – all these problem can be avoided easily by switching to cloud hosting.

Cost is another huge plus if you need a lot of processing power. Cloud hosting companies charge their users based on the quantity of computing power consumed. It’s like your electricity and water supply bills – it’s pay-per-use thus gone are the days where you need to reserve massive server powers to avoid website crash from sudden traffic surge.

Major disadvantage with cloud hosting: Security

Questions like these arise when it comes to cloud hosting:

  • I am sharing the same physical hardware with other users, is my data safe?
  • Where is my data located at? (You no longer control the physical location of your data in cloud hosting)

The security issue is always one of the major questions and arguments raised when it comes to cloud hosting.

Compiled and edited from WebHostingSecretsRevealed.com

405 questions
202
votes
5 answers

Do on-demand Mac OS X cloud services exist, comparable to Amazon's EC2 on-demand instances?

Amazon's EC2 service offers a variety of Linux and Windows OS choices, but I haven't found a service offering a similar "rent by the hour" service for a remote Mac OS X virtual machine. Does such a service exist? (iCloud looks to be just a data…
Iterator
  • 20,250
  • 12
  • 75
  • 111
66
votes
5 answers

Experiences on free and low-cost hosting for play framework applications?

I'd like to know your experience finding a host for play applications on free or low-cost servers So far now I found the following options: Playapps (discontinued) A cloud hosting solution by zenexity, the company behind play framework module:…
opensas
  • 60,462
  • 79
  • 252
  • 386
40
votes
1 answer

Real alternatives to Windows Azure PaaS (web role)?

I am looking for alternatives to the Windows Azure PaaS (Platform as a Service) offering, meeting the following requirements: The platform should provide high availability and scalability. The platform should manage/update the application server…
Börg
  • 532
  • 1
  • 4
  • 13
34
votes
1 answer

Free .Net cloud hosting with SQL Server Database

I want to test my ASP.Net MVC web application on Cloud server. Is their any cloud server that is free and support SQL Server 2008 DB? I know this question is kind of a basic one. i am searching on internet and found only appharbor but i couldn't…
syed mohsin
  • 2,948
  • 2
  • 23
  • 47
34
votes
2 answers

Custom URL in AWS Elastic Beanstalk

AWS Elastic Beanstalk suggests using a URL in the following format: https://{appname}.elasticbeanstalk.com/ But I need to change it to my own URL, something like https://tarta.ai How to do it?
32
votes
4 answers

Is there an equivalent to Heroku for the ASP.NET platform?

I can't see a reason why we couldn't do the same thing Heroku does for an ASP.NET website. Anyone care to object?
Jonathan
  • 32,202
  • 38
  • 137
  • 208
29
votes
4 answers

Difference Windows Azure and GoDaddy

What are all the differences between Microsofts Window's azure and web hosting companies like GoDaddy, hostgator ?
kayak
  • 1,805
  • 5
  • 18
  • 22
27
votes
5 answers

Looking for PaaS providers recommendations

I want to develop our new project using a PaaS provider. I'll be developing primary in PHP, but would like that the service can provide other languages too (and add-ons available too, like MongoDB, Memcached, redis, etc). I've seem some PaaS as…
Guillermo
  • 864
  • 4
  • 12
  • 20
23
votes
4 answers

What cloud platform supports playframework?

I know 2 now: http://heroku.com: Supports play1 and play2, has free plan. http://www.playapps.net: Supports play1, unknown play2, no free plan.
Freewind
  • 193,756
  • 157
  • 432
  • 708
22
votes
3 answers

How to deploy a Java EE application in the Amazon cloud?

Here's the thing: I need to take a certain Java EE web app and deploy it to Amazon EC2 (which I will need to setup first) starting next month (using the http://aws.amazon.com/free/faqs/ AWS Free Tier Usage - hope it supports Tomcat +…
Mateusz Dymczyk
  • 14,969
  • 10
  • 59
  • 94
21
votes
9 answers

How to turn on/off cloud instances during office hours

I've got my head around creating cloud instances in AWS, Azure and Rackspace. However, I need to turn my instances off at the end of the day and on in the morning as this will half my hosting cost (they are for development). I've looked at a few…
David
  • 727
  • 1
  • 6
  • 16
20
votes
5 answers

Azure: Is there any way to deploy different instance sizes for test/production

I have a Windows Azure site which is deployed to two separate hosted services. One for test, one for production. When we're ready to push to production, we spin up a staging deployment in the production service, push there, then do a VIP swap. …
ManicBlowfish
  • 2,258
  • 2
  • 21
  • 29
19
votes
1 answer

Cross platform interface for virtualenv

I have developed my entire project (Django, Python) on Windows and all the PaaS out there use Linux. VirtualEnv on Linux: VirtualEnv_dir / bin/ activate, activate_this.py include / lib / …
Surya
  • 4,824
  • 6
  • 38
  • 63
18
votes
4 answers

Google Storage or Amazon S3 or Google App Engine BlobStore

I am going to build a site using Google App Engine. My public site contains thousands of pictures. I want to store these pictures in the Cloud: Google Storage or Amazon S3 or Google App Engine BlobStore. The problem is image hotlinking. As for…
15
votes
1 answer

What is the best way to use mongoDB with node.js?

I need to run MongoDB with node.js both locally, and on cloud services such as Nodester and MongoHQ. I would like to have minimal dependencies, for instance I don't really want to use Express or Mongoose right now. Basically, I'd like to run it as…
rob
  • 9,933
  • 7
  • 42
  • 73
1
2 3
26 27