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

ASP.NET Cloud application Vs Ordinary ASP.NET

I was reading this article Build Your First Cloud Application Using Visual Studio 2010 when It hit me: Why would I switch from my normal hosting (shared account, VPS, or whatever) to host it on cloud servers ? Do I have to build my website…
Mazen Elkashef
  • 3,430
  • 6
  • 44
  • 72
8
votes
1 answer

What are the specifications of the free Meteor server?

What are the specification of the free server where my meteor app runs when I do this. meteor deploy myapp.meteor.com Specification in terms of Storage size Max bandwidth Max Connections Processing limits
Selvam Palanimalai
  • 1,550
  • 1
  • 10
  • 13
8
votes
1 answer

Allowed Host Setting for Django on EC2

I just deployed to an Amazon EC2 bitnami djnago stack and I'm having trouble with the ALLOWED_HOSTS setting in the settings.py file. I am not sure what hostname to use or where to find it. I have tried internal IP, external IP, localhost, domain…
bcoop713
  • 1,063
  • 5
  • 13
  • 24
8
votes
2 answers

What do 'instances' mean in terms of cloud computing?

While looking through the pricing of some cloud computing hosting services like Google App engine, Amazon, etc, I see terms like $0.0x per instance per hour, etc. What exactly does that mean? Is an instance = X page views, or is there any other way…
Ali
  • 261,656
  • 265
  • 575
  • 769
7
votes
1 answer

Is Windows Azure Storage (Blob, Table, Queue) optimized for access from Windows Azure Roles?

I'm currently looking at Windows Azure to host an ElasticSearch implementation. Loading the application and running it under Java is not that difficult. Currently, ElasticSearch only supports Amazon's S3 when it comes to cloud storage. As a result,…
casperOne
  • 73,706
  • 19
  • 184
  • 253
7
votes
2 answers

What tools/stacks Moncaì will rely on?

On November, 11th, Moncaì has been announced. The post describes the product as "a platform as a service(PAAS) cloud solution for .NET/Mono web applications" which would allow to "deploy your web applications with ease by using Git or Mercurial by…
nulltoken
  • 64,429
  • 20
  • 138
  • 130
7
votes
2 answers

chrome extension with cloud storage

I'm making a small Chrome extension and would like to keep its data online. I need a free and very small(<1MB per user) cloud hosting provider that has painless authentication. Ideally, I'd just like a Google API that does localStorage, but in the…
x10
  • 3,820
  • 1
  • 24
  • 32
7
votes
2 answers

grails cloud-hosting recommendation

I'm looking for cloud-hosting for a Grails app. In the past, I've tried several including CloudFoundry, JElastic, AppFog, but could never successfully deploy the app. The app needs: MySQL database File system access in order to store the Searchable…
Dónal
  • 185,044
  • 174
  • 569
  • 824
7
votes
1 answer

Why do my Azure sites keep going down?

I am testing Microsoft's Azure cloud platform and am hosting two very low-requirement websites. One is a simple single form MVC website that simply accepts some input from the user, performs some calculations, and spits out an output. The second is…
user1024824
  • 111
  • 2
  • 7
6
votes
1 answer

Should I be running MongoDB on it's own EC2 instance?

I'm just getting started with Amazon EC2 and trying to get my head round how the databases should work. If I have a high traffic site and want to load balance traffic over multiple instances I'm guessing these instances will have to be retrieving…
wilsonpage
  • 17,341
  • 23
  • 103
  • 147
6
votes
4 answers

Should I choose cloud?

I'm about to start development on a project with very uncertain load/traffic specifics. When it will be released there will certainly be very low load that can easily be handled by a single desktop quad code machine. The problem is that there will…
Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404
6
votes
1 answer

Is a real-time multiplayer game using Google App Engine feasible?

I am currently developing a real-time multiplayer game, and have been evaluating various cloud-based hosting solutions. I am unsure whether App Engine fits my needs, and would be grateful for any feedback. In essence, I want the system to work like…
Markus Roth
  • 343
  • 2
  • 5
  • 12
6
votes
1 answer

https hosting on the root domain

I'm running my parse app on a naked domain. Parse is not making my life easy though. At first I struggled to set it up because most DNS hosting services don't allow CNAMEs on the the root domain and Parse requires a CNAME. Decided to try it out with…
5
votes
1 answer

Amazon EC2 - difference between Images and Volumes

BTW, I'm running my LAMP server on m1.Small (running on Amazon AMI 32bit) at the moment. (EBS) Data regarding this question Linux and its configuration (e.g. Timezone) apps I install (e.g. s3cmd, apache) "/var/www/html" - where my Web is…
user706087
  • 359
  • 1
  • 5
  • 17
5
votes
4 answers

CloudBees + PlayFramework + Eclipse

I want to develop and manage my DEV@CloudBees and RUN@CloudBees workspace from Eclipse, for a PlayFramework project, and I will have to work with it from several different PC. I'm using the Cloudbees SVN repository, Jenkins CI solution, database ...…
Zofren
  • 1,190
  • 2
  • 11
  • 22
1 2
3
26 27