Questions tagged [cloud]

Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet)

Cloud computing is about hardware-based services (involving computing, network and storage capacities), where:

  • Services are provided on-demand; customers can pay for them as they go, without the need to invest into a datacenter.
  • Hardware management is abstracted from the customers.
  • Infrastructure capacities are elastic and can easily scale up and down.

Cloud computing providers offer their services according to three fundamental models:

  1. Infrastructure as a service (IaaS).
  2. Platform as a service (PaaS),
  3. Software as a service (SaaS)

IaaS is the most basic and each higher model abstracts from the details of the lower models.

See more on Wikipedia: http://en.wikipedia.org/wiki/Cloud_computing

913 questions
19
votes
3 answers

Issues with EC2 Elastic Load Balancer DNS and routing

We're trying to run a fairly straightforward setup on Amazon EC2 - several HTTP servers sitting behind an Amazon Elastic Load Balancer (ELB). Our domain is managed in Route53, and we have a CNAME record set up to point to the ELB. We've experienced…
Cera
  • 553
  • 4
  • 6
  • 13
17
votes
4 answers

Fastest time to get an EC2 instance running

I am considering moving from a VPS to EC2. EC2 is elastic and so is its pricing; I could boot my instance on demand, then let it shut down if it isn't active by the end of some hourly period. How much time does that process take? Assume a micro…
Tobu
  • 4,437
  • 1
  • 24
  • 31
15
votes
2 answers

Why does Google recommend removing SSH keys from GCE for security?

The below reference to Google documentation is no longer true. Google recommends removing SSH keys from GCE instance to secure SSH. That does not make any sense to me. The keys are there for a security, right? When I remove the keys, SSHD stops…
Martin Prikryl
  • 7,756
  • 2
  • 39
  • 73
15
votes
4 answers

How to distribute torrent files?

I am doing some distributed work with RackSpace cloud servers and I am using bittorrent to distribute my files. It works surprisingly well. However, distributing the torrent files themselves are not so nice. How would you go around doing that? Right…
chx
  • 1,705
  • 2
  • 16
  • 25
14
votes
7 answers

What is a practical way to mirror an Amazon S3 bucket?

I want to mirror my Amazon S3 buckets. I want to do this because 1) I don't want all my data only existing with one provider; and 2) in case of software error or security breach I want to have the data backed up. I can mirror to a local disk with…
Ben
  • 173
  • 1
  • 2
  • 7
13
votes
3 answers

What do Virtual Private Server vs Dedicated Cloud run on?

Before you mark this duplicate I read all the suggestions an none answer my question. I am being told something by a hosting provider, however what they are telling me is contradictory to what I am seeing online, this information is coming from the…
Anthony Fornito
  • 9,546
  • 1
  • 34
  • 124
13
votes
4 answers

Running a Small 64bit Amazon EC2?

I'm playing with Amazon EC2, and I've got a 64bit AMI, but when I launch it, the 'Instance Type' only has 'Large', 'Extra Large' and 'High-CPU Extra Large', no 'Small' which the documentation lists as the default and the cheapest. Is it cause I'm…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
12
votes
2 answers

Is it safe to run do-release-upgrade on a cloud VM?

I have a few Ubuntu VMs on Azure running Server 17.10 and I'm wondering if it's safe to upgrade them to 18.04.1 LTS using do-release-upgrade. If so, what precautions should I take?
georgiosd
  • 289
  • 2
  • 5
  • 13
12
votes
3 answers

Which cloud services will be around in 2015?

There are several cloud service providers. But, if you're going to design an app that runs on their infrastructure, you have to have confidence that they are going to be around for a while, and that they are going to continue to offer the service. …
Jim
  • 1,555
  • 7
  • 25
  • 30
12
votes
4 answers

What happens when a physical machine fails in a virtual environment?

I'm getting started with virtualization so bear with me. In virtual environments applications run in a hypervisor's layer. So a single physical machine could have many virtual machines on it running multiple applications. So far so good? So what…
12
votes
7 answers

Cloud Providers that support FreeBSD?

NOTE: Even though I've accepted an answer for this, if you have a better one, please put it below. Thanks! I'm looking for recommendations from the wise and all-knowing Server Fault community on cloud hosting providers that support running FreeBSD.…
Jed Daniels
  • 7,282
  • 2
  • 34
  • 42
11
votes
4 answers

What's the difference between cloud hosting and normal hosting?

What's the difference between cloud hosting and normal hosting? And when do you use each? What are the benefits to the customer?
abdul
  • 121
  • 1
  • 6
11
votes
5 answers

Why use a print server?

We have 3 network-printers to manage for about 50 users. Until now we have used a Windows 2003 Server Domain Controller with print service as our print server, but we are migrating many services to the cloud (e-mail, file storage, databases, dns,…
Douglas
  • 229
  • 3
  • 7
11
votes
4 answers

Moving all internal servers to the cloud

Background One of my clients is an IT-dependent workflow-driven law firm with about 50 seats. They have been audited by one of their clients (an FSA regulated mortgage lender) and told that their single-site is a threat to business continuity. I…
10
votes
5 answers

What does it mean when Linux has no I/O scheduler

I have some virtual machines running Ubuntu cloud-based image 14.04-1 LTS version. I wanted to see the IO performance of different IO schedulers on the VM so I went to /sys/block//queue/scheduler on the guest OS to change the IO scheduler.…
Ha Son Hai
  • 305
  • 2
  • 3
  • 10
1
2
3
60 61