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. | Morpheus is a cloud application management and orchestration platform that works on any cloud or infrastructure, from AWS to bare metal. Enjoy complete cloud freedom with Morpheus. |
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 | Provisioning - Intuitive UI lets you provision databases, apps, and app stack components on any server or cloud — on-premise, private, public, or hybrid — within seconds. Provisioning is performed asynchronously, allowing multiple IT systems to be provisioned simultaneously.;
Rapid Implementation - The future is fast. That’s why a typical Morpheus installation takes just 60 minutes and requires minimal IT support. Saving you time and money, so you can focus on what truly matters to your organization.;
Elastic Scaling & Failover - Easily manage databases and apps by adding more nodes on the web UI, CLI, or through an API call. Morpheus automatically configures the database or app cluster to accommodate these new nodes.;
Logging & Monitoring - Morpheus automatically collects system, database, and application logs for all provisioned IT systems. These logs are used for faster introspection and troubleshooting. Additionally, each new provisioned system is set up automatically for uptime monitoring. Users are pro-actively alerted about performance and uptime issues.;
Access & Role Management - Define different roles and access for individual users. Admins can delegate responsibility and access to different teams and individuals for specific geographic zones, server groups, individual apps, or databases.;
CLI & Open API's - Open REST API's enable integration with heterogeneous systems. Advanced developers can utilize the standards-based Command Line Interface (CLI).;
Backup & Recovery - Automatic backups are set up and performed on each new database or app stack component. Users have the flexibility to edit the day, time, and frequency of the backups. Admins can define the destination targets where backups are stored (either local storage or cloud), eliminating the need for writing custom cron jobs.; |