Can Docker containers running a node.js service on ECS in production share a node_modules volume mounted from EFS?
Is it good practice for node.js service containers running under AWS ECS to mount a shared node_modules volume persisted on EFS? If so, what's the best way to pre-populate the EFS before the app launches? My front-end services run a…