Archive

Posts Tagged ‘IaaS’

How to set up a Cloud environment at Amazon and run a web implementation solution

February 4th, 2010

written by gunther gerlach-2009

z-shareThis material covers the initial set up of an entire Cloud environment at Amazon Cloud to run any web implementation solutions. This is the quickest answer that you may find out there, so let’s stat it!

We will cover all the steps to set up an entire environment in a cloud platform, from creating an user account at Amazon to creating and customizing (AMI), Virtual Storage Units, Virtual backups, Elastic IP’s, etc.

For all of you that don’t understand some of the acronyms used here, let’s just to look at them before to start:

Gunther Gerlach

Options for your Virtual Infrastructure

July 20th, 2009

written by gunther gerlach-2009

I have talked about and also about Computing but, what options are available to implement computing Infrastructure implementations? Well, that is simple!

 tech-2

 

Hardware technologies for (hypervisor)

Hypervisor has a layer (usually a thin Linux kernel shown here as a hypervisor or standard OS) that is loaded directly on the bare server. To allocate hardware and resources to the virtual machines (VMs), all hardware on the server must be virtualized. The next layer up shows each chip, board, etc. that must be virtualized so that it can be assigned to the VMs. Once in the VM itself, there is a complete copy of an operating system and finally the application or workload.

Gunther Gerlach

Defining Cloud Computing from the scratch

April 9th, 2009

 cloud

as a Service (IaaS)
IaaS clouds make it very easy and affordable to provision resources such as servers, connections, storage, and related tools necessary to build an application from scratch . IaaS clouds are the underlying of and SaaS clouds. A common characteristic of IaaS clouds is that they are more complex to work with but with that complexity comes a high degree of flexibility. So, these are generally lower level services in the grand scheme of things; not in a derogatory sense of course. You’ll be dealing with virtual machines, operating systems, patches, and various other issues. You’ll likely require some specialized help to make it all work well.

Gunther Gerlach