Deploy a Sample Application
Deploy a Sample Application
In this lab, you will use OWASP Juice Shop. This is an intentionally insecure open-source web application.
You can refer to the Pwning OWASP Juice Shop documentation to learn more about the application and its vulnerabilities in detail.
- Access CloudFormation stack and download the template file below to proceed with deployment.

- Proceed to Create stack with new resources. Click Upload a template file, select the downloaded file, click Next.


3. On the Specify stack details page, enter Stack name WAFWorkshopSampleWebApp, click Next.


- On the Configure stack options page
- Scroll down.
- Click I acknowledge that AWS CloudFormation might create IAM resources with custom names.
- Click I acknowledge that AWS CloudFormation might require the following capability: CAPABILITY_AUTO_EXPAND.
- Click Next.

- On the Review WAFWorkshopSampleWebApp page, click Submit.

Note: CloudFormation will take about 5 minutes to deploy the Juice Shop application. Wait until all stacks are in CREATE_COMPLETE status.
- Click Output, click the value column (Juice Shop website address) to access your application page.


