Skip to content

isabella232/chef-provisioning-aws-demo

 
 

Repository files navigation

Chef Provisioning AWS Demo

Provision a few web servers in a region with a load balancer

Web servers

Machines with a simple single-JAR Java webapp that listens on port 8080. Installs the JVM, Python, supervisord and the simple Java app.

Load balancer

Listens on port 80, maps to 8080 on internal instances with all AZs mapped to the ELB

Simple webapp

Pre-compiled fat JAR with all dependencies for Java 7+ is included in the cookbook for ease of deployment. If you need to make changes, the source for it is in src/ and then the JAR is build with Maven using the package target.

About

AWS demo for chef-provisioning

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.9%
  • Ruby 15.9%
  • Other 0.2%