Archive

Posts Tagged ‘Cloud Computing’

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 environment at Amazon 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 , from creating an user account at Amazon to creating and customizing Virtual machines (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

How Cloud Computing change your Software Architecture?

November 23rd, 2009

alert

Basically, moving to the it shouldn’t impact your architecture with many changes as we believe. If your has a well design architecture based on independent layers (UI, Logic, Data, etc), adapting to work in a environment only mean to add a new layer of virtual environments to your n-tiers environment. Moving to the only become a problem when solutions don’t have a solid and well designed architecture and basically they are pushed back at the moment to adapt to this new age of technology.

Gunther Gerlach

Options for your Virtual Infrastructure

July 20th, 2009

written by gunther gerlach-2009

I have talked about and also about but, what options are available to implement 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

Architectural layers of cloud computing

July 8th, 2009

dat1written by gunther gerlach-2009

can describe services being provided at any of the traditional layers from hardware to application. In practice, service providers tend to offer services that can be grouped into three categories: , , and . These categories group together the various layers, with some overlap.

()

features a complete application offered as a service on demand. A single instance of the software runs on the and services multiple end users or client organizations.

Gunther Gerlach

Cloud Computing

June 30th, 2009

db5 written by gunther gerlach-2009

Everyone has an opinion on what is . It can be the ability to rent a server or a thousand servers and run a geophysical modeling application on the most powerful systems available anywhere. It can be the ability to rent a virtual server, load software on it, turn it on and off at will, or clone it ten times to meet a sudden workload demand. It can be storing and securing immense amounts of data that is accessible only by authorized applications and users. It can be supported by a provider that sets up a that includes the OS, Apache, a MySQL database, Perl, Python, and PHP with the ability to scale automatically in response to changing workloads.

Gunther Gerlach

Cloud Computing Infrastructure walk through

May 22nd, 2009

conectwritten by gunther gerlach-2009

Virtual servers in the model. Basically they are providing . If you need to run your application, you can go to their site, configure your own server with your required configuration and software libraries and they will generate a server on the fly for you! Basically all this magic has come about thanks to technologies which allow you to create software servers independent of the hardware running them. These VMs can be scaled and migrated depending on the need.

Gunther Gerlach