-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
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. | ||
|