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

Prototyping for amazon Ec2

How do people (and start up companies) actually go about prototyping/deploying things on amazon and keep costs reasonable? Last month we were experimenting with some specific applications and running own hadoop cluster and managed to spend almost…
LordDoskias
  • 3,121
  • 3
  • 30
  • 44
5
votes
1 answer

Amazon AWS Ec2 + Elastic IP

I'm trying to set up an EC2 instance with a public domain name that I bought from 123-reg. Aside from associating the elastic IP with the instance that's running, and changing the DNS at 123-reg, is there anything else I need to do to access the…
Dave Harding
  • 481
  • 1
  • 4
  • 19
5
votes
4 answers

HTTPS connections to cloudfront / S3 using godaddy domain

I'm following the serverless-stack guide and have a website hosted in an Amazon S3 bucket. I purchased a domain using GoDaddy and I have set up cloudfront to work with this bucket, then have used AWS certificate manager to generate SSL certificates…
5
votes
3 answers

AWS Elastic Beanstalk caching?

I'm looking into hosting a standard Java web app on AWS and the new Elastic Beanstalk (http://aws.amazon.com/elasticbeanstalk/) seems to have most of what we want. The one thing I can't figure out is how to do distributed caching. It seems that AWS…
Matt Hall
  • 2,569
  • 2
  • 23
  • 33
5
votes
2 answers

Confused about hosting in amazon web services

I would like to use amazon web services for my website. But I am very confused about aws. My website will enable users to write blogs, share pictures, videos, and music from soundcloud. And I am hoping for 20,000 users (fingers crossed!). These are…
Robin
  • 5,366
  • 17
  • 57
  • 87
5
votes
3 answers

How to install heroku toolbelt using Cygwin

First I'd like to ask for your mercy for my poor English, its not my first language. I'm starting a new course on Coursera, and the first lecture is all about how to connect to some cloud services which we will be working on during class. I have an…
Tm9hbQn
  • 170
  • 1
  • 3
  • 13
5
votes
0 answers

Using IP (Whitelist) restricted API from a Cloud Platform

What is the best solution for calling an API that has an IP whitelist from a cloud platform like AWS Elastic Beanstalk that by it's nature has no fixed IP address? I've come across this problem a lot recently as more and more applications I manage…
Ben
  • 4,301
  • 6
  • 37
  • 61
5
votes
1 answer

Hosted Databases: How is latency handled?

I read some things about hosted (aka cloud) databases. For example Cloudant offers a hosted CouchDB database or Cassandra.io offers hosted Cassandra. I understand why these services solve some problems. My question: Why do these services work? I…
theomega
  • 31,591
  • 21
  • 89
  • 127
5
votes
3 answers

Physical data location on cloud

we are starting a SaaS solution and we need to know the geographical location of the data storage, and ensure that the provider will not store data in a restricted country. Is this possible on any cloud provider such as Amazon, IBM or Azure ? Do…
vt.
  • 1,398
  • 7
  • 15
4
votes
4 answers

choosing cloud for an asp.net e-commerce project

We have an on-going e-commerce web project (both B2B and B2C) on asp.net framework 4.0. MS Sql-Server 2005 is used as a RDBMS. The main numbers for the project capacity are: 15.000 products 50.000 images for products 400 B2B user 3000 B2C…
4
votes
1 answer

Is it possible to log to two different locations in Ruby on Rails 3?

For a Ruby on Rails project, I am using a cloud-based logger, Loggly, but I also need to have physical logs on the server somewhere I can tail or look at if something goes wrong higher up in the stack (before the logging to Loggly gets initialized,…
max
  • 199
  • 1
  • 2
  • 7
4
votes
2 answers

How to host a single HTML page in Netlify?

I want to host a website online. Mine is a simple html file with some external CSS and javascript. Could you please let me know how can I host this HTML page as a website in Netlify? As Netlify suggest I tried providing relevant GITHUB links, but…
user928919
  • 51
  • 1
  • 4
4
votes
3 answers

Help emulating Heroku, GAE, etc : Building a web service privately (PaaS)

I'm not the only one with this question, but haven't found a lot of information in my research so far, so help me out. We are a small IT crowd in an organization. We're looking to build a small, private service that would emulate a heroku/gae…
4
votes
3 answers

What are some big sites that are using Linode?

Similar to this question; I'm looking for examples of large websites that are hosted on Linode.
Rudiger
  • 49
  • 1
  • 2
4
votes
1 answer

Amazon EC or 'standard' VPS for web hosting?

I'm looking at the Amazon EC for a small Linux hosting setup of up to a dozen site that I want decent performance for standard PHP/MySQL sites. I would like opinions about the value-for-money of Amazon's service when considering: speed of…
Owen
  • 7,347
  • 12
  • 54
  • 73