Skip to main content

Skytaps 10 reasons for Cloud Adoption madness in 2009

-- Eliminates infrastructure constraints: cloud-based services allow
companies to dynamically scale virtual environments quickly and cost-
effectively based on business demand.
-- Turns upfront Cap-Ex into Op-Ex: Cloud services provide the same
powerful computing resources without the large upfront investment.
Additionally, usage is billed hourly, enabling organizations to pay for
what they use without investing in unused capacity.
-- Brings software to market faster: Development organizations can
support critical business initiatives by delivering applications faster
using the cloud. A virtual lab enables development and testing environments
to be provisioned immediately and built-in collaboration tools cut
unproductive cycle time, resulting in shortened delivery schedules.
-- Applications run unchanged in a virtual lab: Companies do not need to
modify or rewrite applications for the cloud using a virtual lab, so they
can use cloud resources as an extension of their onsite environments.
-- Enables global team collaboration with a shared virtual data center:
Developers and testers can collaborate and resolve problems on the same
virtual machines in real time over the Web. Furthermore, by using the
cloud, the problem of sharing large virtual machines between different
geographically dispersed teams is eliminated.
-- Accelerates provisioning time with a self-service model: Today, a
typical quality assurance (QA) team spends more than 40 percent of their
time provisioning environments. A cloud-based virtual lab automation
solution provides a self-service Web portal so development and QA
professionals can deploy environments without involving an IT
administrator.
-- Increases software quality and predictability: Development and QA
teams can achieve more test coverage and produce higher quality software
using virtual lab automation. IT environments in the cloud can be suspended
at the point of failure, allowing testers to 'check in' the virtual machine
configuration to a shared library. Developers can then debug the issue by
launching the saved configuration and eliminate hours spent trying to
replicate a defect.
-- Reduces server sprawl: Cloud-based virtual labs have an easy-to-manage
configuration library that helps enterprises manage, track and deploy
virtual machines while eliminating underutilized physical hardware.
-- Creates pre-production 'sandboxes' to test the impact of production
changes: The cloud allows IT operations to cost-effectively maintain a pre-
production environment where changes can be tested before production
deployment.
-- Allows IT operations teams to focus on production uptime: Cloud-based
virtual labs eliminate set-up and tear-down time, allowing IT operations
teams to focus work on production systems rather than spending cycles on
lab environments.



Source

Comments

Popular posts from this blog

Security: VMware Workstation 6 vulnerability

vulnerable software: VMware Workstation 6.0 for Windows, possible some other VMware products as well type of vulnerability: DoS, potential privilege escalation I found a vulnerability in VMware Workstation 6.0 which allows an unprivileged user in the host OS to crash the system and potentially run arbitrary code with kernel privileges. The issue is in the vmstor-60 driver, which is supposed to mount VMware images within the host OS. When sending the IOCTL code FsSetVoleInformation with subcode FsSetFileInformation with a large buffer and underreporting its size to at max 1024 bytes, it will underrun and potentially execute arbitrary code. Security focus

OS Virtualization comparison: Parallels' Virtuozzo vs the rest

Virtuozzo's main differentiators versus hypervisors center on overhead, virtualization flexibility, administration and cost. Virtuozzo requires significantly less overhead than hypervisor solutions, generally in the range of 1% to 5% compared with 7% to 25% for most hypervisors, leaving more of the system available to run user workloads. Customers can also virtualize a wider range of applications using Virtuozzo, including transactional databases, which often suffer from performance problems when used with hypervisors. On the administration side, customers need to manage, maintain and secure just a single OS instance, while the hypervisor model requires customers to manage many OS instances. Of course, the hypervisor vendors have worked hard to automate much of this process, but it still requires more effort to manage and maintain multiple operating systems than a single instance. Finally, OS virtualization with Virtuozzo has a lower list price than the leading hypervisor for comme...