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

PHP Session Security on Cloud Hosting

I know that on regular shared hosting, storing PHP sessions in the default location (/tmp) may present security issues. A VPS does not have this issue. Therefore, I assume VPS cloud hosting does not. But what about regular cloud hosting? Is that…
user928984
  • 1,963
  • 2
  • 14
  • 13
2
votes
1 answer

MongoLab Authorization exception

I created a MongoDB account on MongoLab cloud server and I have a DB created and its empty (no collection, just 1 user) as of now. this is what the command given at Mongolab to connect to the DB mongo dbh13.mongolab.com:27137/myDB -u -p…
user747858
2
votes
4 answers

Cloud Architecture Stack Opinions - EC2 versus Azure

I have read many blog and articles about the pros and cons of Amazon EC2 versus Microsoft Azure (and Google's App Engine). However, I am trying to decide which would better suite my particular case. I have a data set - which can be thought of as a…
Brett
  • 11,637
  • 34
  • 127
  • 213
2
votes
4 answers

Calculation clouding hosting costs

I'm looking for a good article/resource about calculating the costs of a clouding system hosting, ideas? I just want to read other people experiences and avoid errors on my own...
SDReyes
  • 9,798
  • 16
  • 53
  • 92
2
votes
1 answer

If I host in the cloud, do I still need things like load balancing?

Just curious whether concepts like load-balancing are going away since cloud hosting seems to take care of such things for you? Any ideas? Thanks!
Genadinik
  • 18,153
  • 63
  • 185
  • 284
2
votes
1 answer

How do I specify database connection parameters using the RUBBER EC2 ruby / rails deployment tool?

I'm setting up an instance on ec2 using the rubber deployment tool. I need to determine where I specify the database connection parameters. In the /config/rubber/common/database.yml file, I see this code that is used to create the…
Kevin Bedell
  • 13,254
  • 10
  • 78
  • 114
2
votes
1 answer

AppService in Azure and DNSs managed by GoDaddy: SSL issue when Azure's IP changes

I have an AppService hosted in Azure and DNSs managed by GoDaddy. When the IP address of the AppService changes, the SSL certificate is no longer valid (you browse the site and you get a privacy error because the certificate is not in the correct…
Francisco Goldenstein
  • 13,299
  • 7
  • 58
  • 74
2
votes
3 answers

cpanel php version update not changing in server

Hello Friends I am a beginner web developer don't know much about cPanel and hosting, I have been given a cPanel access by one of my friend the url of cpanel consists of ('magnesium.cloudhosting.co.uk'). So Now I have to update the php version of…
Surya Neupane
  • 906
  • 10
  • 20
2
votes
1 answer

Child accounts in Amazon S3 (like Nirvanix) (sub-accounts, customer accounts)

We're moving from Nirvanix to Amazon S3. What I need is to simulate Nirvanix style child accounts for S3 storage. (In a nutshell these provide isolated storage with predefined limit, and a separate authentication for each sub-user, still managed by…
John
  • 1,974
  • 2
  • 25
  • 32
2
votes
2 answers

How do I figure out my RAM requirements for Cloud Hosting?

I'm new to everything that is 'the cloud.' I will be developing a website/platform that will have around 15,000,000 estimated monthly visitors after the first year of production. I'm assuming that the site will have 5 page views per visitor, and…
RAD MKT
  • 29
  • 2
2
votes
1 answer

How can I use Jupyter to run a web server and process web forms

I'm quite experienced using Jupyter and running Python scripts with it. But I'm trying to figure out how to host Jupyter on a Cloud host for instance Digital Ocean and use it as an engine to analyse inputs and data on the web. Let me explain better;…
2
votes
1 answer

Secure collaborative software development environment in the cloud

I am looking for a secure collaborative software development environment, such as Chaperon, that works in the cloud. It should prevent code from being copied-pasted out of the environment, and it should take all measures to prevent, detect and deter…
2
votes
1 answer

Google App Engine - CPU time overpriced, or just over-vaguely priced?

Judging by a conversation I had on #appengine at irc.freenode.net, I'm clearly not the only person baffled by GAE pricing, so I figured I'd throw this up on StackOverflow and ask for clarity. Essentially: given an app with the figures below, what…
user82216
2
votes
4 answers

Can we install eucalyptus on single computer?

I want to learn about Eucalyptus cloud computing. I have read few documentation pages on eucalyptus website but im still confused about some parts of it. I have downloaded Eucalyptus and Eucatools. I would like to know whether we can install all…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
2
votes
2 answers

Google app engine: personal experiences?

I'm considering making an app on Google App Engine, to help an existing not-so-large (1000s) community with some field specific collaboration on existing projects. On single project work several people, mostly discussing things. App should…
IgorJ
  • 418
  • 4
  • 8