From 0609b72be7e88a3e2504ebdc6efb9fc834214e2f Mon Sep 17 00:00:00 2001 From: Bryan Webster <424D57@users.noreply.github.com> Date: Tue, 3 Nov 2015 15:13:22 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8df746b..bfadf8c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # AWS CloudFormation templates for Deep Security -This repo contains a collection of AWS CloudFormation templates that will help you deploy the Deep Security Manager. \ No newline at end of file +This repo contains a collection of AWS CloudFormation templates that will help you deploy the Deep Security Manager. + +Project contains 2 sets of templates. The marketplace folder contains the top level and Deep Security Manager node templates for deploying from the Deep Security Marketplace AMI. RHEL contains versions for deploying on an amazon RHEL 6 AMI. The Common folder contains nested templates for objects which are common to both deployment types, including ELBs, Security Groups, and RDS. + +Each nested template should be maintained such that it can be run standalone, for instance to create an RDS instance seperately from Manager nodes for a staged deployment, to add an additional Manager node to scale out an existing implementation, or for easier integration with other custom template use cases. +