Skip to content

Latest commit

 

History

History

README.md

Stack List

Apache Hadoop

This stack is a template for an Apache Hadoop v1 with Secondary NameNode setup.

WordPress

This stack is a template using the latest WordPress release. It uses ELB+AutoScaling for HA and load balancing.

Ghost

This stack is a template for deploying a blogging web application, using Ghost platform.

Nginx

This stack is a template for deploying a web application, using Nginx as web server and load-balancer.

Spark

This stack is a template for deploying a Spark solution with ZooKeeper. )

VPC with public subnet

This stack is a template of a very simple VPC solution, with no specific instance state. Use it to learn how to configure your first VPC.

Apache Cassandra

This stack is a a 4-node Cassandra cluster setup, with 2 seed nodes. Since Cassandra has a symmetric architecture, the nodes in this stack share the similar states, except that a daemon in the first seed node will be started before others.

MongoDB Cluster

This stack is a template for an MongoDB cluster setup. The stack includes a production-level 3-nodes setup of Mongo Config Server, a 3-nodes replication set, and a single mongos node that initializes the sharding setup upon launching. You can add more replication sets to the cluster, or remove the mongos node and initialize the sharding on your client side.

Redis Cluster

This stack is a 6 nodes Redis Cluster setup. The six nodes are split into 3 masters/slaves groups, on which each group contains exactly one master and one slave. The data sharding is done among the three master nodes. All nodes share the same states, except "host-0", which contains the cluster creation and initialization instructions.

RabbitMQ HA

This stack is a sample setup of RabbitMQ, using HAProxy for HA. It also contains a message producer and consumer, for demostration.