I ran bower install
from my EC2 Ubuntu instance and got Request to https://bower.herokuapp.com/packages/foundation-sites failed with ETIMEDOUT, retrying in 1.4s
.
npm install
works and Bower is installed globally
I added the instance to a security group that allows all inbound and outbound for the purpose of this issue, still not working.
I know about Elastic Beanstalk and the likes but interested in how to make this work from my EC2 instance.