Deployment Bahmni in Cloud Formation

I’ve setted up several bahmni modules on my local machine using vagrant and found it very useful. However I now want to deploy each of this modules individually on different servers, I’ve been researching and every single guide I’ve found shows me how to make deployment of all modules in one server. Has anyone done a deployment for each module separately on AWS Is there any possibility of using CloudFormation from AWS to simplify the work? cc: @sommardahl @eliyas

You should be to control so using the inventory file, which component to provision on which server. the front proxy (apache) will be still one, routing calls to other servers.

Does anyone have an example setup in cloud formation we can look at for reference?