New Cloud Foundry feature: Save deployment blueprints as Templates
When you launch a Java web application on Cloud Foundry, you can specify many aspects of a deployment blueprint including:
• Single instance vs. Multiple instances topology
• Virtual instance types
• Public facing IP address
• SSL configuration
• JVM options
• Database configuration
• Monitoring and management
• Self-healing and auto-scaling options
• And more… The wide range of options gives you the ability to configure the optimal deployment blueprint for your application. The bad news was that you had to re-enter those carefully chosen settings each time you…