initial add of cloudformation for platform seeding purposes
This commit is contained in:
committed by
Nanne Baars
parent
fbb389a7b4
commit
c3d18d5582
24
platformQuickStarts/AWS/README.md
Normal file
24
platformQuickStarts/AWS/README.md
Normal 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
|
Reference in New Issue
Block a user