Amazon Web Services cooks up CloudFormation
Amazon Web Services today detailed CloudFormation, an effort to make it ridiculously easy to cobble together cloud services.
Here's how CloudFormation works:
A customer describes what resources--storage, compute, load balancing--are needed. CloudFormation figures out how those resources are provisioned. Templates put the cloud stack together.
In a blog post, Amazon described CloudFormation as a recipe book.
AWS is programmable, so it should be possible to build even complex systems (sometimes called "stacks") using repeatable processes. Second, the dynamic nature of AWS makes people want to create multiple precise copies of their operating environment. This could be to … Read more