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

414 questions
201
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
  • 19,577
  • 11
  • 65
  • 109
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
  • 52,870
  • 69
  • 227
  • 340
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
  • 522
  • 1
  • 4
  • 12
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,900
  • 2
  • 21
  • 45
31
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
  • 29,612
  • 37
  • 126
  • 201
30
votes
3 answers

Free Cloud Database Service for home development

Is there a free cloud based database service I can use for an asp.net application (hosted online and not on my own server) and a winform desktop application (running on my pc). I'd like to use one so that both apps can use the same database. SQL…
Hoody
  • 3,263
  • 9
  • 39
  • 55
28
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,575
  • 5
  • 16
  • 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
  • 834
  • 4
  • 12
  • 20
25
votes
2 answers

Custom URL at AWS Elastic Beanstalk

AWS Elastic Beanstalk suggests to use url in the following format: http://{appname}.elasticbeanstalk.com/ But I need to change it to my own url, something like http://appname.com How to do it?
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
  • 177,284
  • 143
  • 381
  • 649
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,171
  • 8
  • 55
  • 90
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
  • 709
  • 1
  • 5
  • 15
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,149
  • 2
  • 19
  • 29
17
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…
16
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,550
  • 5
  • 33
  • 56
1
2 3
27 28