Tutorial - First Deployment in the Cloud - 4/4
Going Farther
This page lists ideas to go farther with Roboconf.
New Components
- Add new components in the graph.
- Write their recipes by using the extension you prefer (Bash, Puppet, File…).
Hybrid Deployment
- Create various VM types, each one being associated with a different infrastructure.
- Make sure the other components can be deployed over one or another one of these VMs.
- Instantiate a deployment where some components run over a target 1, and others run over another target.
Example: deploy parts of your application on AWS and other parts on Openstack.
Security
- Rework your security groups to reduce the number of open ports.
- Improve your virtual image for the agent by configuring iptables so that only the required ports are open (SSH, RabbitMQ…).
- Rework the component recipes to open or close ports via iptables when an application starts or is stopped.