Skip to content

Commit

Permalink
updated doco
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Aug 22, 2021
1 parent 8251a26 commit dc32e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ data "template_cloudinit_config" "config" {

#### ALB Target Group Configuration

The ALB will configured with a single Listener listening on port 80. 2 target groups will be established. The frontend target group points to the Nginx web server (port 80). The API target group points to the custom API service (port 8080).
The ALB will configured with a single listener (port 80). 2 target groups will be established. The frontend target group points to the Nginx web server (port 80). The API target group points to the custom API service (port 8080).

![AWS Architecture](/doc/AWS-VPC-FullApp-TargetGrps.png)

Expand Down
2 changes: 1 addition & 1 deletion exercises/exercise4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ data "template_cloudinit_config" "config" {

#### ALB Target Group Configuration

The ALB will configured with a single Listener listening on port 80. 2 target groups will be established. The frontend target group points to the Nginx web server (port 80). The API target group points to the custom API service (port 8080).
The ALB will configured with a single listener (port 80). 2 target groups will be established. The frontend target group points to the Nginx web server (port 80). The API target group points to the custom API service (port 8080).

![AWS Architecture](/doc/AWS-VPC-FullApp-TargetGrps.png)

Expand Down

0 comments on commit dc32e59

Please sign in to comment.