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
4
votes
2 answers

Copy paste is not working in command prompt neither right click or keyboard shortcuts

When I'm using console of digital-ocean then some operations are not working like paste through keyboard, right click of mouse and scrolling of console.
vnnogile_user
  • 159
  • 1
  • 6
4
votes
1 answer

External http connections fail (ports open)

On a hosted Ubuntu VM, I have nginx running for http and https, and can access those using the public IP from within the VM: curl http://159.203.0.5 Doing the same outside the VM fails -- the connection times out. The ports are…
Kris Braun
  • 1,330
  • 13
  • 21
4
votes
2 answers

Is there such a thing as a reverse CDN? (content 'retrieval' network)

Our clients upload a serious amount of data from all over the world and we'd like to do our best to make that as painless as possible. Our clients upload 2GB worth of files over their sometimes very 'retail' broadband packages (with capped upload…
Dan
  • 367
  • 1
  • 5
  • 17
4
votes
1 answer

Node.js / Express with vhost conflict with Sails.js framework app

I am trying to setup my Nodejs/Express hosting server to have multiple applications (Sails.js app type) running on my VPS but I got this error : /srv/data/web/vhosts/default/node_modules/vhost/index.js:78 throw new TypeError('argument server is…
Miguel Bocquier
  • 2,449
  • 5
  • 22
  • 38
4
votes
1 answer

What are the advantages and the pitfalls of specialized rails hosting services?

Hope my question does not pose as too wide. So I try to frame my question not to get too similar answers to the question of this question. Currently I have deploy my rails application on Linode. The service works fine, the price is reasonable. But…
fifigyuri
  • 5,771
  • 8
  • 30
  • 50
4
votes
1 answer

Using HttpClient with the RightScale API

I'm trying to use the WCF Rest Starter Kit with the RightScale's Login API which seems fairly simple to use. Edit - Here's a blog entry I wrote on using Powershell to consume the API. Edit - Created a generic .NET wrapper for the RightScale API -…
Ameer Deen
  • 704
  • 8
  • 20
4
votes
2 answers

Normal web app Vs cloud based web app

We get to hear cloud based computing a lot these days. I just wanted to understand the basic difference between a web app and one which uses cloud based (SAAS model as they also say) It is said that the cloud means hosting the application at a…
copenndthagen
  • 49,230
  • 102
  • 290
  • 442
4
votes
2 answers

How can I use MySQL with Visual Studio 2012 Lightswitch?

How can I use MySQL with Visual Studio 2012 Lightswitch? I want to use Amazon AWS RDS for the MySQL server. I'm getting an error: Failed to find or load the registered .Net Framework Data Provider.
4
votes
0 answers

What is typical "Cost Per Million Requests" for a typical Google AppEngine content app? (e.g. CMS, forum, etc.)

We have an app that on average has 30 QPS (queries per second) and our costs around $1 per hour what gives a rough number for our GAE costs: $1 per million requests. About half of this requests is to serve content (to real clients and search…
Alexander Trakhimenok
  • 6,019
  • 2
  • 27
  • 52
4
votes
1 answer

Best hosting option for migrating off Google App Engine (GAE) in my case?

I have a small Google App Engine site which seems to be outgrowing it, and I want to migrate somewhere else. It is based on Java / Stripes Framework / Objectify, and only uses URLFetch from Google services. It uses ~60 front-end hours and ~4 GB…
John M
  • 1,469
  • 17
  • 41
4
votes
2 answers

Capistrano - How to deploy to multiple cloud servers

I've heard that Capistrano supports deployment to multiple servers, but I haven't found a practical way to set it up. When I say multiple servers I mean servers running the same application in a production environment. At any time I would like to…
4
votes
1 answer

How to deploy war file tomcat running on amazon ec2 instance

I have install tomcat 6.0 and mysql 5.5 on amazon linux instance. now i want to deploy war file on that tomcate & .sql file on mysql running on amazon instance .I am new for amazon services.Plz give details about procedure. Plz help me for that…
Nitin
  • 241
  • 2
  • 11
4
votes
6 answers

What cloud platform supports playframework 2.x deployments?

I know many platforms that currently support play 1.x but did any one have tried any that support play 2.x.
3
votes
5 answers

Data sovereignty vs Azure hosting options

I'm just learning about Azure so forgive me for my naivety. I work for a federal government that would be very hesitant to have their applications and data hosted in another country. Could a local company offer "Azure" services? i.e. could software…
knowledgequester
  • 172
  • 1
  • 11
3
votes
2 answers

Portability and flexibility considerations for developing a node.js app in Windows Azure?

I'm writing an application in Node.js for a spare-time, bootstrap project. I have a Windows background and Windows Azure with three-month free trial currently seems like the simplest way to develop, deploy and host the project. However Windows…
Francis Norton
  • 674
  • 1
  • 8
  • 16