Our library provides trusted virtual machines for every major development stack and open source server application, ready to run in your infrastructure. | With Terraform, you describe your complete infrastructure as code, even as it spans multiple service providers. Your servers may come from AWS, your DNS may come from CloudFlare, and your database may come from Heroku. Terraform will build all these resources across all these providers in parallel. |
BitNami Cloud Hosting lets you instantly run every BitNami package you already know and love and have it automatically configured, backed up and monitored.;Launch applications to the cloud with one click.;Choose from 50 popular open source applications, including SugarCRM, Alfresco, Drupal, WordPress, Redmine, JasperServer, Joomla! and many more.;By launching a server without adding any applications to it, you get a ready-to-run development environment that includes Apache, MySQL, Perl, PHP, Ruby, Python, Django, Memcached, Nginx, Subversion, Git, Sqlite, Tomcat and Java.;Run multiple applications on one server and save money by sharing the resources of a larger machine between applications.;Manage multiple Amazon Web Services accounts from one dashboard.;BitNami Cloud Hosting is powered by Amazon, the global leader in Cloud Computing.;Use BitNami Cloud Hosting to schedule weekly, daily or even hourly automatic backups. Backups are complete, incremental snapshots of your server.;Restore a complete, ready-to-run copy of your server, with all of your data and customizations, in one click.;Server scheduling enables you to specify times for your servers to automatically turn on and off. | Infrastructure as Code: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used.;Execution Plans: Terraform has a "planning" step where it generates an execution plan. The execution plan shows what Terraform will do when you call apply. This lets you avoid any surprises when Terraform manipulates infrastructure.;Resource Graph: Terraform builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, Terraform builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure.;Change Automation: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors |