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

persistent storage on Amazon EC2 and other questions

i come from the land of VPSes, and all this cloud hype confuse me. i have been reading through the amazon EC2 guide for the past 2 days, but i still have few sketchy points i'm not understanding. if i use an EBS backed ubuntu AMI, where exactly is…
Waleed Hamra
  • 751
  • 6
  • 16
5
votes
2 answers

Decreasing Root Disk Size of an "EBS Boot" AMI on EC2

So I have followed Eric's wonderful article here: http://alestic.com/2009/12/ec2-ebs-boot-resize This was the code basically that helped me increase the default size of the AMI: ec2-run-sintances ami-ID -n 1 --key keypair.pem --block-device-mapping…
darkAsPitch
  • 1,931
  • 4
  • 25
  • 42
5
votes
1 answer

Interaction between two Clouds

I have setup the Cloud-A with 1 - [CLC+CC] and 2 - [NC] computers. I have another Cloud-B with same configuration using the Ubuntu Enterprise Cloud Both of them working fine individually, in the same LAN. Now if I want to add the NC of Cloud-A to CC…
Snehal Masne
  • 169
  • 4
5
votes
7 answers

Choosing a monitoring system for a dynamically scaling environment: Nagios v. Zabbix

When operating in the cloud and scaling boxes automatically, there are certain monitoring issues that one experiences. Sometimes we might be monitoring 10 boxes and sometimes 100. The machines will scale up and down based on a demand. Right now,…
wickett
  • 148
  • 1
  • 8
5
votes
3 answers

How does network pricing work exactly in cloud platforms? And how should I avoid dedicated pricing attacks?

I am pretty new to cloud platform infrastructures. For the sake of discussion simplicity, let's say the only two platforms I am discussing are AWS and Google Cloud. Now say I have an HTTP server that mainly handle HTTP response through an open API…
cr001
  • 195
  • 2
  • 8
5
votes
2 answers

Eucalyptus or OpenNebula or... for a Linux and Windows build server private cloud

We are setting up an 8-machine build farm. Most of these builds need to happen on a specific flavor of Linux (Fedora 10 as of now), while some of them will happen on several different Windows VMs. We were considering using Eucalyptus or the Ubuntu…
Allan Anderson
  • 181
  • 1
  • 5
4
votes
2 answers

How do I find if I am exhausting Cloud NAT ports

I am curious to know if I need to increase the min (Minimum ports per VM instance) port numbers I have configured for my GCP cloud NAT configuration. I am noticing some connection issue. Just to give you more context I am using Google Cloud…
userX
  • 123
  • 1
  • 9
4
votes
1 answer

How to make objects uploaded to S3 bucket readable without explicitly setting their permissions

I want to make objects uploaded to S3 bucket readable without explicitly setting their permissions. Relevant discussion I found about Digital Ocean S3 is here. As in the above and other discussions, I was able to find solutions to set permissions…
PatrizioRD
  • 41
  • 1
4
votes
1 answer

CloudFront Distribution for Origins in Multiple Regions

Is there a way to point CloudFront to different origin servers based on location? We currently use Route53 latency-based routing to direct traffic to east or west region elastic load balancers. If we deploy CloudFront, it sounds like the…
kernelpanic
  • 1,276
  • 1
  • 10
  • 30
4
votes
2 answers

Azure public endpoint SSL termination

In Azure, is there any way to set up an HTTPS endpoint directly on the public VIP, as opposed to joining each VM to a load balanced set, so that I can associate this endpoint with the SSL certificate and forward decrypted traffic to the VM's? I know…
blizz
  • 1,134
  • 1
  • 26
  • 47
4
votes
1 answer

How to have proper expectations about AWS performance?

I'm in the process of moving a webapp from the local server that's been its development home to somewhere else for eventual deployment. I'm currently evaluating AWS and Rackspace, and am in the middle of trying the site out on AWS. I've tried to…
Jim Miller
  • 713
  • 2
  • 11
  • 23
4
votes
1 answer

error: unknown OS type hvm - help deploying VM - OpenNebula

I have the following errors when I try to create a VM: Log: Tue Mar 12 16:57:23 2013 [DiM][I]: New VM state is ACTIVE. Tue Mar 12 16:57:23 2013 [LCM][I]: New VM state is PROLOG. Tue Mar 12 16:57:23 2013 [VM][I]: Virtual Machine has no context Tue…
Michaela
  • 65
  • 1
  • 1
  • 6
4
votes
2 answers

Letting users make their own dns changes? Any software available to manage this tricky situation?

I currently waste a lot of time making dns changes for my organization. DDNS of course helps for workstations, but we still have a few thousand unique servers with still more applications needing cname records that DHCP/DDNS alone will not support,…
4
votes
1 answer

How do I register only internal NIC address in AD DNS, with servers with multiple NICs?

I'm hosting some Windows servers on Rackspace, and have added them to a domain. Each server has two NICs, a public and private NIC. The public NIC has a public IPv4 and IPv6 address, while the private NIC has an RFC1918 address for communicating…
growse
  • 8,020
  • 13
  • 74
  • 115
4
votes
1 answer

SCOM vs. Windows System Center vs. HP Operations Manager

(I asked this question over on Stack Overflow and they sent me here. Sorry for the very basic question, but I have purely coding experience - no server management stuff at all - and this is overwhelming me, to say the least...) I just cannot wrap my…