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

issue when trying migration via Microsoft Virtual Machine Converter

I want to migrate my Esxi VM from on promise to Azure cloud. I've found solution which provides it to me. Microsoft Virtual Machine Converter, provides migrating to Azure Cloud. During migration procedure application wants " Subsciption ID and…
Amir Damirov
  • 99
  • 1
  • 4
9
votes
1 answer

Best Foundation for Mesos Deployment

We are currently in the process of designing the architecture of our new Apache Mesos cloud setup. The goal is to unify our systems by moving different stacks onto the same architecture. The main workloads are big data analytics using Apache Spark…
awfm9
  • 91
  • 4
9
votes
1 answer

How to replace a third party AWS cloud accounts provider with bespoke account governance?

My company (an inward-looking institution without customer or external interface) has moved all operations from a local data centre to AWS a few years back, mostly to a handful of large AWS accounts (network, management, billing, sandbox, dev, test,…
BuZz
  • 193
  • 4
8
votes
2 answers

How to estimate network data transfer volume for a mysql database

When planning to port my application (Java+Tomcat+MySql) to a cloud hosting, I've found that one important factor to consider is the volume of data transferred to/from the database, as it is limited by cloud providers. I haven’t found a convenient…
pablochacin
  • 210
  • 1
  • 2
  • 8
8
votes
4 answers

What's the exact technical difference between a public and private cloud?

I'm trying to figure out for a while now what the exact technical difference is between a public and a private cloud. I'd think I could find an article that describes exactly how it works, but so far no luck. Every article also seems to say…
8
votes
4 answers

How Ubuntu cloud version enforces the "no root login" over ssh?

I'm looking to tweak ubuntu cloud version default setup where is denies root login. Attempting to connect to such machine yields: maxim@maxim-desktop:~/workspace/integration/deployengine$ ssh root@ec2-204-236-252-95.compute-1.amazonaws.com The…
Maxim Veksler
  • 2,725
  • 10
  • 28
  • 32
8
votes
1 answer

Worker Group VS Node Group EKS

I am trying to use https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/12.2.0(Terraform AWS EKS provider) What is the difference between worker nodes and node group?
7
votes
0 answers

excessive glusterfs memory usage

I run a 3-node glusterfs 3.10 cluster based on Heketi to automatically provision and deprovision storage via Kubernetes. Currently, there are 20 volumes active - most with the minimum allowed size of 10gb, but each having only a few hundred mb of…
Lars
  • 486
  • 5
  • 21
7
votes
2 answers

Migrating resources between different Azure subscriptions

I have a few questions for the Azure gurus out there. I work for a software development house and I have been asked with coming up with our Azure infrastructure. The idea I had is to set up three Pay-As-You-Go subcriptions for the following…
7
votes
1 answer

How to the set the hostname in an AWS ec2 instance to a unique value in an autoscale group?

I wanted to find out what is the best practice of setting the hostname of an Ec2 instance that is in an autoscale group. I am looking for a method that is generally acceptable in the sysadmin/devops world. Does not bring surprise faces when a…
MechaStorm
  • 197
  • 1
  • 6
7
votes
2 answers

Use CloudInit cloud-config file to add authorized_keys for multiple users

Is it possible to add ssh authorized keys for multiple users using a #cloud-config file with CloudInit? I'm trying to initialize a new EC2 instance created from an Amazon Linux AMI using CloudInit. I'm able to add custom ssh authorized public keys…
Mike Deck
  • 183
  • 1
  • 1
  • 7
7
votes
1 answer

Creating a pseudoterminal to make sudo happy

I need to automate the provisioning of a cloud instance (running Fedora 17) for which the following initial facts are true: I have ssh-key based access to a remote user (cloud) That user has password-free root access via sudo. Manual configuration…
larsks
  • 43,623
  • 14
  • 121
  • 180
7
votes
4 answers

What is the cheapest non-colocation way to serve about 10 static files at a rate of 100 megabits per second to the web?

I've looked at Amazon S3 and it costs roughly $4746 per month for 100 megabits/s (which translates into 31,640 Gigabytes of data transferred. That's at a rate of $0.15 per gig.) I haven't found a cheaper "cloud" option. I'm curious if there's any…
Mark172
  • 217
  • 1
  • 5
6
votes
1 answer

Why is the pricing of my GCP instance going down every week and comes back up at the beginning of each month?

I'm running on Google Cloud. I was looking at the costs and I noticed something weird - every week the daily cost of running machines is going down, and then on the 1st day of the month, it goes back up. It's "jumping" between $1/day up to $2.5/day,…
6
votes
1 answer

I accidentaly enabled the UFW on my Google Cloud Computer

I accidentally enabled the UFW on my Google Cloud Compute debian instance and unfortunately port 22 is blocked now. I've tried every way to go inside the VM but I can't. I'm trying to access through the serial port but it's asking me for user and…
1 2
3
60 61