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

Installing a virtual graphics adapter on a Windows Server

We are trying to move a currently running GUI tests setup on Windows machines to a cloud based setup*. Unfortunately the tools we use require a graphics adapter to be present on the computer in order to execute, but there is none on the cloud…
Pete
  • 173
  • 2
  • 8
3
votes
1 answer

Azure GPU instances?

I see various blog posts and press releases saying Azure has GPU instances (N-type), but I can't see them anywhere. Are they a private beta? (How do I sign up?) Are they only in a specific region?
Alex I
  • 207
  • 1
  • 8
3
votes
2 answers

Does Azure Backup protect against a compromised server?

I have a (physical, not Azure VM!) Windows server whose files are automatically backed up using Azure Backup. If the server gets compromised, how much damage to the backups can the attacker do? Background: Newer generations of ransomware have the…
Heinzi
  • 2,217
  • 5
  • 32
  • 52
3
votes
1 answer

S3 Static Website hosting - restricting access from IP Range

Is there way by which can we enforce the access only from a Particular IP Range for S3 Static Website hosted site ?
3
votes
3 answers

Can I replace local Microsoft Active Directory with AWS Directory Service?

We have a very basic AD usage (basically manage user password reset) and for that we have to maintain a old Windows server. All the services our internal users access are on the cloud (GMail, Google Drive, Salesforce, etc), so since we are very…
3
votes
1 answer

Is it realistic to host ESXi on a cloud VPS?

We are striving to avoid any on-site infrastructure at our startup. A combination local and cloud-hosted virtual machines have been working for us so far, but now we need an ESXi host as well. Currently I'm hosting ESXi under VMWare Fusion on my…
Drew Shafer
  • 155
  • 1
  • 7
3
votes
1 answer

How to launch EC2 instance with preconfigured AWS Alarm

I wan't to kill a specific instance when some of it's hardware consumption metrics reaches a certain level. If i create an alarm for the scaling group (setting maximum cpu consumption threshhold to >=50 for example) it will kill the oldest instance…
3
votes
1 answer

Is it possible to let a web application use the combined hardware resources of a few server machines using Apache Mesos?

I am studying a framework called Apache Mesos. I am totally new to this framework. According to this website, it can combine your datacenter servers and cloud instances into one shared pool from which any app or framework can draw, as illustrated by…
userpal
  • 613
  • 4
  • 10
  • 17
3
votes
1 answer

How to remove / add public network to a server in Rackspace API

I have a server in Rackspace API. I would like to use the nova command to remove the public network interface. I am using the command: nova virtual-interface-list and then nova virtual-interface-delete
Daniel Cukier
  • 823
  • 1
  • 10
  • 18
3
votes
8 answers

Is there a performance trade-off when using cloud servers?

When compared to a 'real' server does a cloud-hosted virtual server of a similar specification (available RAM, processer, disk etc) have a noticable performance cost?
Tim Wardle
  • 383
  • 1
  • 5
  • 9
3
votes
2 answers

Amazon VPC Availability

We are trying to expand our reliability setup using VPC in us-west-1. The 'a' and 'b' AZs work fine, but when I try to create subnets on 'c' it just fails with the message: Value (us-west-1c) for parameter availabilityZone is invalid. Subnets can…
coderanger
  • 858
  • 4
  • 13
3
votes
5 answers

Master - Slave MySQL setup on a VMWare Cloud -- Is it needed?

We currently are in the research phase of building a "Master" database for our e-commerce business that will centralize all data, including product information, vendor information, Magento information, Amazon, etc .... We have looked into both…
Zak
  • 354
  • 4
  • 17
3
votes
1 answer

Monitoring E-Mail Alerts Scalably

Anyone know of a way to monitor e-mail alerts scalably? For many of my on site services I have them e-mail me on success (and failure) of critical tasks. The reason I have it e-mail on success, is sometimes the failure is of a nature that the…
Dom
  • 741
  • 1
  • 8
  • 19
3
votes
1 answer

Migrating to AWS Cloud with auto-scaling - where to put Redis and ElasticSearch?

I've been trying to research this topic but haven't found anywhere that recommends where to install services such as Redis and ElasticSearch when migrating to a cloud framework. I'm currently running a Symfony2 application on 2 static servers - one…
3
votes
1 answer

Automatically monitor new cloud servers using Open Monitoring Distro (OMD)?

I've been spending some time getting my head around using Nagios, Check_mk and some other very useful tools installed as part of the OMD package. WATO is especially useful for administrating all of our static Windows and Linux based servers through…
Steve
  • 33
  • 5