written by gunther gerlach-2009
This material covers the initial set up of an entire Cloud environment at Amazon Cloud infrastructure 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 Web Services 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
written by gunther gerlach-2009
As you saw during the “Cloud shoot out” celebrated in Washington D.C., most of the attendees were third party technology vendors trying to get part of the $21 Billion budgeted to this transition.
Government goals: They are simple, decrease capital costs and streamline IT infrastructures. While keeping absolute control over security, privacy and trust.
Gunther Gerlach

Basically, moving to the cloud it shouldn’t impact your architecture with many changes as we believe. If your platform has a well design architecture based on independent layers (UI, Logic, Data, etc), adapting to work in a Cloud environment only mean to add a new layer of virtual environments to your n-tiers environment. Moving to the Cloud 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
written by gunther gerlach-2009
I have talked about virtualization and also about Cloud Computing but, what options are available to implement cloud computing Infrastructure implementations? Well, that is simple!

Hardware technologies for virtualization (hypervisor)
Hypervisor Virtualization 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
written by gunther gerlach-2009
Evolving application architectures just as P have shown that cloud computing is a natural extension of current trends and best practices, the same is true when viewing cloud computing from an architectural perspective. Again, cloud computing is nothing new, yet in its implementation, it changes everything that we do.
Changing application designs In the past, applications were built to handle larger workloads through vertical scaling. Put more processors and memory on a mail server to handle a larger volume of traffic. Scale up a database server to increase throughput. Run high-performance computing jobs on a supercomputer.
Gunther Gerlach