Top "Aws-opsworks" questions

AWS OpsWorks is a flexible application management solution with automation tools that enable you to model and control your applications and their supporting infrastructure.

AWS OpsWorks vs AWS Beanstalk vs AWS CloudFormation?

I would like to know what are the advantages and disadvantages of using AWS OpsWorks vs AWS Beanstalk and AWS …

ruby-on-rails amazon-web-services amazon-elastic-beanstalk amazon-cloudformation aws-opsworks
Installing rmagick gem on ubuntu 14.04

I'm trying to deploy an app on OpsWorks, but there are problems with installing rmagick gem. I have the following …

ruby-on-rails ubuntu-14.04 aws-opsworks
Template error: instance of Fn::GetAtt references undefined resource

I have this cloudformation template : "InstanceProfileProd": { "Type" : "AWS::IAM::InstanceProfile", "Properties": { "Path": "/", "Roles" : [ { "Ref" : "InstanceRole"} ] } }, "CompLayer": { "Type": "AWS::OpsWorks::Layer", "…

json amazon-cloudformation aws-opsworks
Chef attributes "no implicit conversion of String into Integer"

I'm writing a chef recipe which simply creates a database config file, but I'm stumped simply access the attributes. I …

ruby aws-opsworks