From e1764506312062be626631d0cd770c918903d9da Mon Sep 17 00:00:00 2001 From: Migara Ekanayake <2110772+migara@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:05:37 +0100 Subject: [PATCH] docs: Update centralized design simplified diagram (#350) --- examples/centralized_design/README.md | 4 ++-- examples/centralized_design_autoscale/README.md | 2 +- examples/combined_design/README.md | 2 +- examples/combined_design_autoscale/README.md | 2 +- examples/isolated_design/README.md | 2 +- examples/isolated_design_autoscale/README.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/centralized_design/README.md b/examples/centralized_design/README.md index 02be2f6d..bae32a59 100644 --- a/examples/centralized_design/README.md +++ b/examples/centralized_design/README.md @@ -10,10 +10,10 @@ The Terraform code presented here will deploy Palo Alto Networks VM-Series firew ## Reference Architecture Design -![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/6574404/5199b4a8-2a59-4789-9ec0-870d97133acd) +![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/2110772/1a9f0188-e95c-4738-8863-eec6710097bc) This code implements: -- a _centralized design_, which secures outbound, inbound, and east-west traffic flows using an AWS transit gateway (TGW). Application resources are segmented across multiple VPCs that connect in a hub-and-spoke topology, with a dedicated VPC for security services where the VM-Series are deployed +- a _centralized design_, which secures outbound, inbound, and east-west traffic flows using an AWS transit gateway (dTGW). Application resources are segmented across multiple VPCs that connect in a hub-and-spoke topology, with a dedicated VPC for security services where the VM-Series are deployed ## Detailed Architecture and Design diff --git a/examples/centralized_design_autoscale/README.md b/examples/centralized_design_autoscale/README.md index e94771ca..137a60cf 100644 --- a/examples/centralized_design_autoscale/README.md +++ b/examples/centralized_design_autoscale/README.md @@ -10,7 +10,7 @@ The Terraform code presented here will deploy Palo Alto Networks VM-Series firew ## Reference Architecture Design -![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/6574404/5199b4a8-2a59-4789-9ec0-870d97133acd) +![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/2110772/1a9f0188-e95c-4738-8863-eec6710097bc) This code implements: - a _centralized design_, which secures outbound, inbound, and east-west traffic flows using an AWS transit gateway (TGW). Application resources are segmented across multiple VPCs that connect in a hub-and-spoke topology, with a dedicated VPC for security services where the VM-Series are deployed diff --git a/examples/combined_design/README.md b/examples/combined_design/README.md index b55acb7a..a6ef6867 100644 --- a/examples/combined_design/README.md +++ b/examples/combined_design/README.md @@ -10,7 +10,7 @@ The Terraform code presented here will deploy Palo Alto Networks VM-Series firew ## Reference Architecture Design -![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/6574404/5199b4a8-2a59-4789-9ec0-870d97133acd) +![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/2110772/9c08a6e3-bb3e-49c8-87ec-2fccb914899e) This code implements: - a _centralized design_, which secures outbound, inbound, and east-west traffic flows using an AWS transit gateway (TGW). Application resources are segmented across multiple VPCs that connect in a hub-and-spoke topology, with a dedicated VPC for security services where the VM-Series are deployed diff --git a/examples/combined_design_autoscale/README.md b/examples/combined_design_autoscale/README.md index 1ccaafa7..602f7721 100644 --- a/examples/combined_design_autoscale/README.md +++ b/examples/combined_design_autoscale/README.md @@ -10,7 +10,7 @@ The Terraform code presented here will deploy Palo Alto Networks VM-Series firew ## Reference Architecture Design -![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/6574404/5199b4a8-2a59-4789-9ec0-870d97133acd) +![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/2110772/9c08a6e3-bb3e-49c8-87ec-2fccb914899e) This code implements: - a _centralized design_, which secures outbound, inbound, and east-west traffic flows using an AWS transit gateway (TGW). Application resources are segmented across multiple VPCs that connect in a hub-and-spoke topology, with a dedicated VPC for security services where the VM-Series are deployed diff --git a/examples/isolated_design/README.md b/examples/isolated_design/README.md index a0b14982..347950ae 100644 --- a/examples/isolated_design/README.md +++ b/examples/isolated_design/README.md @@ -11,7 +11,7 @@ The Terraform code presented here will deploy Palo Alto Networks VM-Series firew ## Reference Architecture Design -![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/6574404/5199b4a8-2a59-4789-9ec0-870d97133acd) +![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/2110772/f1dbcd98-43c4-4038-ab47-a9239d4b1e8b) This code implements: - an _isolated design_, which secures outbound and inbound traffic flows using AWS Gateway Load Balancer (GWLB). Application resources are segmented across multiple VPCs that distribute traffic to the dedicated VPC for security services where the VM-Series are deployed. diff --git a/examples/isolated_design_autoscale/README.md b/examples/isolated_design_autoscale/README.md index bd486370..e975e03c 100644 --- a/examples/isolated_design_autoscale/README.md +++ b/examples/isolated_design_autoscale/README.md @@ -10,7 +10,7 @@ The Terraform code presented here will deploy Palo Alto Networks VM-Series firew ## Reference Architecture Design -![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/6574404/5199b4a8-2a59-4789-9ec0-870d97133acd) +![Simplified High Level Topology Diagram](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/assets/2110772/f1dbcd98-43c4-4038-ab47-a9239d4b1e8b) This code implements: - an _isolated design_, which secures outbound and inbound traffic flows using AWS Gateway Load Balancer (GWLB). Application resources are segmented across multiple VPCs that distribute traffic to the dedicated VPC for security services where the VM-Series are deployed.