When Agile Met Cloud Computing Thanks to JetBrains' TeamCity
My mate Alon Nativ just referred me to JetBrains newly introduced TeamCity feature: integration of their Continues Integration (CI) platform with Amazon EC2. This new feature enables on demand instances during the CI process.
What is it good for?
CI tends to have non linear usage behavior: Minor use in the beginning
of the project, and massive use in the end of the day and just before
releasing the new version.
During these peak hours TeamCity can launch on demand instances, running
the build and the tests and shut down the instances when it ends.

Bottom Line
It is a fine example of how development teams can keep their
infrastructure costs as low as possible, while maintaining maximum
flexibility.
Keep Performing,
Source: http://top-performance.blogspot.com/2010/05/when-agile-met-cloud-computing.html
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






Comments
Timo Lihtinen replied on Wed, 2012/03/14 - 11:35am
It is a great example, how software companies can leverage their existing products to bring more value to their clients (flexibility, time to market), and lowering their cost (on demand instances).