initial add of cloudformation for platform seeding purposes

This commit is contained in:
Nicholas J. Parks
2017-04-22 14:22:41 -04:00
committed by Nanne Baars
parent fbb389a7b4
commit c3d18d5582
6 changed files with 396 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# AWS
- This contains the various platform Quick Starts for Getting WebGoat Deployed into AWS.
- This IaaS quickstart uses AWS CloudFormation to perform most of the provisioning
- This IaaS quickstart is composed of three independent bundles
- Code pipeline and Build
- Deploying to EC2
- Deploying to ECS
## Code Pipeline and Build
This Quickstart is for those that just want to perform builds with AWS. It uses CodeCommit but can be modified to use GitHub
## EC2
This uses AWS CodePipeline, CodeBuild, and CodeDeploy to land WebGoat to Running EC2 instances
## ECS
This uses AWS CodePipeline, CodeBuild, CodeDeploy, ECR, to update an ECS cluster