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

AWS EC2 or RackSpace

I am planning go for an instance on AWS EC 2 for my clients , should I go with AWS EC 2 or Rackspace CS , seems like the rack space have some different features like fanatical support but sla seems to be not transparent(100% guarentee excluding the…
user59053
  • 41
  • 1
4
votes
8 answers

What is cloud computing?

What does "cloud computing" mean? There seems to be as many definition as there are people talking about it. Some people even say it doesn't exist. Personally, I think the "cloud" is a surge in business for SaaS and PaaS that was initiated by the…
pcantin
  • 248
  • 4
  • 13
4
votes
2 answers

Are there any hosts that use openstack?

http://www.openstack.org/ I'm looking for a good cloud hosting company with utility style costs (paying for how much bandwidth, hard disk, cpu is used.
Matthew
  • 1,859
  • 4
  • 22
  • 32
4
votes
2 answers

High CPU performance on a cloud hosting platform

We need a cloud hosting platform that provides high CPU throughput for a very specific high-CPU utilization application we have. Can anyone recommend a cloud hosting platform whose virtual instances that actually performs well for such an…
TWord
  • 289
  • 1
  • 7
  • 19
4
votes
2 answers

Is the Cloud ready for an Enterprise Java web application? Seeking a JEE hosting advice

Greetings to all the smart people around here! I'd like to ask whether it is feasible or a good idea at all to deploy a Java enterprise web application to a Cloud such as Amazon EC2. More exactly, I'm looking for infrastructure options for an…
Jakub Holý
  • 393
  • 1
  • 4
  • 15
4
votes
1 answer

AWS EC2 Windows server with S3 storage for Veeam backup

I want to create a remote repository for the backup of my local infrastructure. I'm using Veeam v10. I think I need a remote machine with a Veeam component installed, then I was wondering if I can build a EC2 Windows machine with Veeam with S3 as…
Tobia
  • 1,272
  • 9
  • 41
  • 81
3
votes
2 answers

Google cloud server ssh host key changed unexpectedly?

I have a Google cloud server that currently runs Ubuntu 16.04. I have not done much to it in years and it always ran great. Somehow or other, for the first time, it experienced downtime today of about 15 minutes. After I restarted it, ssh gives me…
3
votes
3 answers

Do I need to backup my data hosted on cloud services?

We are discussing at the company the migration of some on premises services to cloud alternatives. Is it market practice to backup servers on AWS, or repositories on GitLab.com, or files on Google Drive? I'm interested in the approach for…
Spidey
  • 133
  • 4
3
votes
3 answers

How to expose HTTP port on azure VM

I am trying to expose port 7445 on my azure VM (Windows server 2008) for HTTP (not HTTPS) requests, I have added an inbound rule for this port still cant access it. Dose any one have idea what I am doing wrong? below is the screen shot of my inbound…
SwapnilKumbhar
  • 131
  • 1
  • 4
3
votes
1 answer

how to get public IP of instance using cloud formation

I want to output public IP of my instance in cloud formation. This is the relevant part of my yaml file. What attribute do I have to specify to get public IP. (Here myec2 is where I described my instance) . . Outputs: instancedetails: …
3
votes
1 answer

Cannot Enter-AzureRMVM - Azure CloudShell (PowerShell)

I have a SQL Server on IaaS Windows 2016 using the default marketplace image (SQL Server 2016 SP1 Enterprise on Windows Server 2016) today, after fighting the East US region problem yesterday which was resolved. In Azure Cloud Shell, I type…
3
votes
1 answer

How should a decentralised business use Active Directory?

I have somehow been nominated as the sysadmin for my family's small business. While administering this should be easy, I'm torn on what the best way of doing this is. A unique aspect of the aforementioned business is that it is very decentralised -…
3
votes
2 answers

Azure Cloud Shell history persist across sessions

My Azure Cloud Shell history does not persist across sessions (which time out after 10 mins so this is annoying). The .bashrc has # append to the history file, don't overwrite it shopt -s histappend # for setting history length see HISTSIZE and…
Gaius
  • 1,471
  • 1
  • 12
  • 19
3
votes
2 answers

Cloud hosting: do we need it?

We have a server (4GB RAM, two 4-core Intel Xeon E5420) performing the following tasks: website with static content (currently just some CMS, we plan to add a caching reverse-proxy) customer control panel (basically web interface to a…
Vladimir Panteleev
  • 1,737
  • 5
  • 20
  • 34
3
votes
2 answers

Migrating from AWS EBS to Co-Lo hosted SAN/NAS

My company has reached that tipping point where what we are spending on EBS storage warrants a serious look at moving our storage to a SAN/NAS in a Co-Lo location connected with AWS Direct Connect. Pricing Co-Lo and Connectivity in this regard is…