ssh-keygen -t rsa -C "graffcarl@gmail.com" git clone git@github.com:CarlGraff/sample_app.git git clone git@github.com:CarlGraff/devopsinthecloud.git CarlGraff/devopsinthecloud scp -i ditc.pem ec2-user@ec2-54-86-76-108.compute-1.amazonaws.com:~/.ssh/id_rsa ~/Desktop scp -i ditc.pem ec2-user@ec2-54-86-76-108.compute-1.amazonaws.com:~/.ssh/id_rsa.pub ~/Desktop scp -i ditc.pem ec2-user@ec2-54-86-76-108.compute-1.amazonaws.com:~/.ssh/known_hosts ~/Desktop https://console.aws.amazon.com/cloudformation/home?region=us-east-1#cstack=sn~Jenkins|turl~https://stelligentlabs.s3.amazonaws.com/templates/jenkins.template ditccagcreds ditccagartifacts Sample Ruby on Rails Stack times out I am tying to use the Ruby on Rails sample stack and it always fails with a timeout after about 20 minutes. Would someone kindly try to create this bare minimum Rails app using this basic sample Ruby on Rails cloud formation template and report back to me if they had a success or failure. If I get a success response then I will dig deeper with NO ROLLBACK set and provide more detailed information. For the time being here is the error I keep getting: 2016-08-27 Status Type Logical ID Status reason 10:50:01 UTC-0700 CREATE_FAILED AWS::CloudFormation::Stack CoxRoR The following resource(s) failed to create: [WebServer]. 10:50:00 UTC-0700 CREATE_FAILED AWS::EC2::Instance WebServer Failed to receive 1 resource signal(s) within the specified duration 10:19:10 UTC-0700 CREATE_IN_PROGRESS AWS::EC2::Instance WebServer Resource creation Initiated Thanks, Carl