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
3
votes
5 answers

Is there a dsl for AWS EC2?

I am looking at using Amazon cloud services (EC2, S3 etc) for hosting. I've been looking at the JSON metadata that can be specified to configure various instances and the complexity has me concerned. Is there a dsl that will generate valid JSON…
Michael Rutherfurd
  • 13,815
  • 5
  • 29
  • 40
3
votes
2 answers

WCF services on Azure

I am planning to migrate all my VPS functions to a my Azure subscription. I have the free 3 year bizSpark subscription which gives me 20 cores, 6 hosted services and 5 storages. I believe this is 2 small instances. My Main aim is to transfer my 10…
Dan Sewell
  • 1,278
  • 4
  • 18
  • 45
3
votes
5 answers

Best solution to host a (command line) Windows application?

I have a Windows application that does some calculations and is called from command line. On my Windows machine, I have a PHP script running under Apache that executes the application and shows the output. Is there any hosting solution that I can…
MarkL
  • 8,770
  • 7
  • 26
  • 27
3
votes
1 answer

Using other ports on CloudBees

I'm trying to write a multiplayer realtime game and run it on CloudBees (the client side is an applet, the server side a java web application). Is it possible to give the server permission to listen on another port? (ie so the server-side code can…
dspyz
  • 5,280
  • 2
  • 25
  • 63
3
votes
0 answers

A completely free way to host a Node application on cloud server

Where can one host a NodeJS application on the internet completely free of charge without a need to enter any credit card details. I have tried glitch, heroku, replit, aws, nodejitsu. It has become a daunting task ever since heroku closed down their…
3
votes
2 answers

Speed up often used Django random query

I've got a query set up that puts 28 random records from a database into a JSON response. This page is hit often, every few seconds, but is currently too slow for my liking. In the JSON response I have: ID's Usernames a Base64 thumbnail These all…
Danny
  • 199
  • 10
3
votes
1 answer

Cloud Content Management Systems

In search of a 'Cloud Content Management System' like http://osmek.com/, I could not find a single other CCMS that does what I want it to do :) Basically, what I need is content management without a website frontend attached. Just basic storage of…
3
votes
2 answers

What are the pros and cons of hosting a social network (that in most probability will grow a lot quickly)on Google AppEngine?

I have been reading up a lot on cloud hosting and how AWS is awesome. Also this Pros & Cons of Google App Engine. I feel the above is pretty outdated. I have been deploying a lot on AppEngine and have had the best experience I could have had. Now I…
web_ninja
  • 2,351
  • 3
  • 22
  • 43
3
votes
1 answer

How to handle large amounts storage on the cloud (or otherwise?)

I have written an application which does video encoding. The encoding is a pipelined process: first you fetch the video, then you encode it using ffmpeg, then you split the video into multiple parts, etc. During the course of this, a 1 GB video…
poundifdef
  • 18,726
  • 23
  • 95
  • 134
3
votes
4 answers

SQL Azure for extremely large databases

In a scenario with a database containing hundreds of millions of rows and reaching sizes of 500GB with maybe ~20 users. Mostly it's data storage for aggregated data to be reported on later. Would SQL Azure be able to handle this scenario? If so,…
Dustin Davis
  • 14,482
  • 13
  • 63
  • 119
3
votes
2 answers

Android application design using Amazon EC2 and SimpleDB

I'm currently developing my first Android application and still in the designing stage trying to come up with a solid model. My application will use the GCal data from a users Google calendar and sync it up with one or more other users to determine…
mcorley
  • 767
  • 12
  • 21
3
votes
3 answers

Amazon ElasticBeanstalk vs Cloudfoundry vs other Cloud hosting services

I am looking at options to host my Grails webapp. Being just a new website I don't expect a lot of traffic to begin with but I would like to have the option to be able to expand without jumping through hoops without breaking the bank. I have been…
Ankur Chauhan
  • 1,393
  • 2
  • 17
  • 37
3
votes
3 answers

How do I use Docker on cloud or datacenter

I couldn't have enough courage to start using docker now I'm feel like came from last century. I want to clear my doubts about docker before get started. My question is mainly for deploying/running docker images on cloud or hosting environment. Can…
3
votes
5 answers

What databases are people using in Cloud environments with ASP.NET / ASP.NET MVC?

I am looking at hosting a new site on a cloud service. It looks like cool technology, pricing is attractive, and I can scale in case my plans for global internet domination come to fruition. I have spent a good chunk of time figuring out what…
blu
  • 12,905
  • 20
  • 70
  • 106
3
votes
1 answer

Moving a ASP.NET application to the cloud

I am new to cloud computing, so please bear with me here. I have an existing ASP.NET application with SQL Server 2008 hosted on a Virtual Private Server. Here's what it briefly does: The front end accepts user's requests and adds them to a DB…
Nick
  • 7,475
  • 18
  • 77
  • 128