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
-1
votes
1 answer

Which hardware gives us better redundancy, performance, and cost efficiency for a large Enterprise Cloud Solution?

We are going to build a Large Enterprise Cloud Solution and would like to know in which configuration we would have a better redundancy/performance and cost efficient. Here are 2 examples which we're considering as good configurations to grow. Main…
Baloo
  • 1
  • 2
-1
votes
2 answers

Amazon - install a complete server on EBS

is it possible to install a full working OS with a webserver, db, and all needed stuff on an EBS storage? If so, would I immediatly gain benefits by mounting this EBS on a better instance? Otherwise (if I cannot install a complete image, or if you…
CodeShining
  • 225
  • 2
  • 8
-1
votes
1 answer

Any cloud framework with a PHP/REST API?

I'm actually considering starting to offer my own cloud service and i was wondering if anyone knew a cloud infrastructure management software which is actually 'free' and 'production ready'. My requirements are : Open source (free) Management GUI…
Disco
  • 1,421
  • 5
  • 20
  • 34
-1
votes
2 answers

What is the best solution for Windows in the cloud?

Best can be cheapest or most up to date. I'm more interested in cheapest. Thanks!
LeWoody
  • 309
  • 1
  • 2
  • 8
-1
votes
0 answers

Cloud Computing Environment Management Scheme

I am currently instructed to devise a scheme for managing stack dependencies (10 fixed stack dependencies given) and environments (a combination of stacks) as part of a challenge. There is no documentation and information are rather abstract. I need…
-1
votes
1 answer

Prevent External Google Doc Shares from Arriving via Email

We have been receiving a large number of malicious Google Docs being shared to our users via external phishing emails and are looking for a way to prevent these from coming through our Exchange server. We have internal users who share Google Docs…
gffzglr
  • 3
  • 1
-1
votes
1 answer

What Does Avoiding Vendor/Provider Lock in Mean in Cloud Operations?

Am a relatively noob machine learning engineer interested in DevOps and Software Development, sorry for the vague and opinion based question. But multiple blogs and tutorials teaching some cloud concepts advise me against using services that will…
Della
  • 175
  • 1
  • 1
  • 5
-1
votes
2 answers

Cloud + virtual private network vs. Local physical machine for company internal LARGE Git Repository: which option is better?

I am currently using a Git-Repository setup with Gitlab on a cloud server and accessing it with a public IP provided by the vendor. However as the files stored in the Git repository get big, a lot of network disconnection issues occur causing the…
cr001
  • 195
  • 2
  • 8
-1
votes
1 answer

how can change filesystem from ext4 to xfs

how can I change filesystem from ext4 to xfs without data losing? I've centos7 on Arvan cloud (IaaS like linode) and I don't have special permisson.
-1
votes
1 answer

How to improve my current HA design

I am trying to create high availability application. My current design has two VMs, both have public IPs, both are running in same subnet and both VMs have same web application running in docker. ssl certs and traffic to the app in docker is managed…
-1
votes
1 answer

Using a Windows Server 2012 R2 Server as a PDC via remote location

Presently, we have a Windows 2012 R2 Server acting as our PDC and it is physically located in our HQ location. It serves the HQ location as well as 5 other branch locations. Our president has inquired with me if there is any way we can move that…
Skittles
  • 421
  • 1
  • 7
  • 16
-1
votes
1 answer

Build a multitenant managed control plane for kubernetes

I noticed that there are some cloud providers that offer a managed solution for kubernetes, I'm wondering what are the various components involved in this offering. My gut feeling is telling me there would be some components involved, like,…
Paco V.
  • 3
  • 2
-1
votes
1 answer

Error on deployment web api mvc4 on azure server

The requested VM tier is currently not available in Southeast Asia for this subscription. Please try another tier or deploy to a different location here is my api code: using System; using System.Collections.Generic; using System.Linq; using…
-1
votes
1 answer

Behind the scene of a https web request at server side in Cloud

I have read few posts about behind the scene of processing a web request which is a popular interview question too for SREs/DevOps. There are a lot of good explanation pages about the general flow of that : DNS resolution -> tcp connection -> SSL…
Learner
  • 119
  • 3
-1
votes
1 answer

Google App Engine 500 internal server error

is there any way to solve this probleme but in my local m org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource…