multi-user rvm gem install failure when called from CloudFormation::Init
- by Peter Mounce
I've taken an Amazon Linux AMI (based on CentOS) and installed RVM (1.10.3) to it in multi-user fashion (see {1} below). I used that to install ruby 1.9.3-p125, rubygems 1.8.17, and bundler 1.1 as the baseline requirements for most things I'm going to be using the instances for.
I've captured that instance to an AMI, and am now launching it via…