Skip to content

rossedman/aws-opsworks-cookbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Opsworks Cookbook

Build & Deploy

# create bucket to store cookbooks in
aws s3 mb s3://<bucketname>

# generate a custom cookbook and make your changes
chef generate cookbook php

# set git config settings
git config aws-opsworks.cookbook-bucket s3://<bucketname>/cookbooks/cookbooks.tar.gz
git config aws-opsworks.stack-name <stackname>

# berks install, upload and distribute cookbook changes
./upload

About

A repo for demonstrating Chef usage with Opsworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published