Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 979 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 979 Bytes

AWS Opsworks Cookbooks

The following custom Chef cookbooks are available to be used with AWS OpsWorks.

AWS-Ubuntu

Configure an AWS Opsworks Ubuntu image with a swapspace. This is aimed at t1.micro instances to prevent "out of memory" issues.

Available recipes for AWS OpsWorks Lifecycle Events:

  • Setup: aws-ubuntu::setup; Adds memory swap

Wordpress

Configure Wordpress to interact with the MySQL server. It can be used for a fresh install or a restore from a Backup using BackWPup.

Available recipes for AWS OpsWorks Lifecycle Events:

  • Configure: wordpress::configure; Create wp-config.php file along with Cronjob

Other

All other cookbooks are currently in a work-in-progress state and might not work.