BitNami Application Stacks
BitNami Stacks make it incredibly easy to deploy your favorite open source software. BitNami Stacks include an open source application and all of the other software necessary to run it, such as Apache, MySQL, PHP or Ruby.
AWS CloudFormation gives developers and systems administrators an easy way to create and manage a collection of related AWS resources, provisioning and updating them in...
aws cloudformation gives developers and systems administrators an easy way to create and manage a collection of related aws resources, provisioning and updating them in an orderly and predictable fashion.
you can use aws cloudformation’s sample templates or create your own templates to describe the aws resources, and any associated dependencies or runtime parameters, required to run your application. you don’t need to figure out the order in which aws services need to be provisioned or the subtleties of how to make those dependencies work. cloudformation takes care of this for you. once deployed, you can modify and update the aws resources in a controlled and predictable way allowing you to version control your aws infrastructure in the same way as you version control your software.
Official Website
Twitter
Facebook
system-administration developer-tools aws