Share:
Chef on AWS
Chef-server won’t install correctly on a stock Amazon Linux image. The following needs to be modified to allow it to work as expected (still isn’t patched in latest Chef):
Edit the following file:
$ vi /opt/chef-server/embedded/cookbooks/runit/recipes/default.rb
Add the following stanza after the platform_version “if” statement:
when “amazon”
include_recipe “runit::upstart”
Problem solved!
Related Tech Posts
-
How to deploy a Quarkus Lambda Application using Lambda Containers
Learn how to deploy a Quarkus Lambda Application using Lambda Containers.
-
Using Cfhighlander to create reusable and modular AWS CloudFormation templates
Learn how Cfhighlander‘s existing component library can be used to produce reusable CloudFormation templates for managing AWS resources in a modular way.
-
Start and Stop instances on AWS
Moving your infrastructure to one of the mainstream cloud providers is in most cases a massive cost saving for organizations. However, nowadays the goal is no longer to just to get to the cloud, but to make the best use of it by utilizing services at your disposal.
-
Running docker containers from the CLI backed by AWS
How to run docker containers in AWS, whilst working with them like you would _locally_.
DevOps Insights
directly to your inbox
Join your peers and sign up to our best content, news, services and events.