Node, Nginx & PM2 stack template for AWS Cloudformation
anil.io › blog › awsDec 28, 2016 · This was a template I created with troposphere and launches an nginx and node.js (with PM2) stack on AWS via cloudformation.It takes no parameters, but depends on the following Exports from another cloudformation stack.ElasticIPA export named ElasticIP (Domain Stack)VPCA export named VPC (VPC Stack) to add security groupsSubnet1A export named Subnet1 (VPC Stack) to add our instance into