From f7d0e0572c63954727866733bcd08bec24c5579d Mon Sep 17 00:00:00 2001 From: Steven Dake <sdake@redhat.com> Date: Sun, 15 Apr 2012 19:13:12 -0700 Subject: [PATCH] Add a README to the templates directory to aid in navigation of the templates Signed-off-by: Steven Dake <sdake@redhat.com> --- templates/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/README diff --git a/templates/README b/templates/README new file mode 100644 index 0000000000..2349df6b63 --- /dev/null +++ b/templates/README @@ -0,0 +1,12 @@ +WordPress_Single_Instance_cfntools.template + - Creates a single instance wordpress/mysql server (insecure) + +WordPress_Single_Instance.template + - Creates a gold image wordpress single instance - not working + +WordPress_Single_Instance_With_EBS_Volume.template + - Creates a single instance wordpress/mysql server with EBS Volume + +WordPress_Single_Instance_With_EIP.template + - Creates a single instance wordpress/mysql server with EBS Volume and EIP + with full security