Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit f66c39b

Browse files
committed
Fix Outputs in main stack
Updated README with TheSiteUrl Add gitignore
1 parent 66b3efb commit f66c39b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

docs/step-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.1 Associate the solution's AWS WAF Web ACL with your ALB
44

5-
After deploying the Web App, look at the [CloudFormation Exports](https://console.aws.amazon.com/cloudformation/home?#/exports). You should have a value called `site-url`. That is the address of the Application Load Balancer sitting on top of the Web App. Take note of that URL.
5+
After deploying the Web App, look at the Main Stack Outputs tab. You should have a value called `TheSiteUrl`. That is the address of the Application Load Balancer sitting on top of the Web App. Take note of that URL.
66

77
Next, you need to associate the solution's AWS WAF Web ACL with your ALB. For that:
88
* Go to the [AWS WAF console](https://console.aws.amazon.com/wafv2/home?#/webacls)

templates/main.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Description: Workshop about AWS WAF and WAF Security Automations Solution (uksb-1q1gt3g5d)
33
Metadata:
4-
Version: '0.3'
4+
Version: '0.4'
55
AWS::CloudFormation::Interface:
66
ParameterGroups:
77
- Label:

0 commit comments

Comments
 (0)