Running Compiled Meteor app from the same network volume from different servers

I just got an idea about how we could easily update our app on amazon EC2 servers.

My Idea: Using one Volume for Root and node installation etc; Everything that does not update that often and then using a different volume that I mount e.g. in /opt/webapps where I put my meteor build --directory /opt/webapps/meteor app. my idea is to mount this volume on every server and so need only to start a new server mounting this volume instead of making a new snapshot image for scaling.

So basic question: Is it possible to run meteor/node apps from the same network volume on multiple servers.