/opsworks-example-cookbooks

AWS OpsWorks cookbooks used with the sample applications

Primary LanguageRubyApache License 2.0Apache-2.0

AWS OpsWorks Example Cookbooks

The *app example cookbooks are used with the AWS OpsWorks Getting Started Walkthroughs.

java: Installs either OpenJDK or Sun/Oracle Java - taken from https://github.com/opscode-cookbooks/java and adapted for OpsWorks. If you want to use Oracle Java, make sure to have the following in your custom JSON:

{ "java": { "oracle": { "accept_oracle_download_terms": true } } }