diff --git a/ace_backbone/docs/backbone.md b/ace_backbone/docs/backbone.md index 476e10d9..d5ede4e0 100644 --- a/ace_backbone/docs/backbone.md +++ b/ace_backbone/docs/backbone.md @@ -345,7 +345,7 @@ align: center transit-aws ``` -Go to `"Settings"` tab and expand the `"“Border Gateway Protocol (BGP)”` section and insert the AS number **64582** on the empty field related to the `"“Local AS Number”`, then click on **Save**. +Go to `"Settings"` tab and expand the `“Border Gateway Protocol (BGP)”` section and insert the AS number **64582** on the empty field related to the `"“Local AS Number”`, then click on **Save**. ```{figure} images/backbone-tgw020.png --- @@ -425,6 +425,33 @@ align: center Template for azure ``` +Now go to **CoPilot > Cloud Fabric > Hybrid Cloud** and click on the **aviarix-edge-1** instance. + +```{figure} images/backbone-tgw027.png +--- +align: center +--- +aviatrix-edge-1 +``` + +Now search for the subnet **`10.1.2.0`** in AWS. You will notice the presence of 4x IPSec tunnels towards the First Transit Gateway, likewise other 4x IPSec tunnels towards the Second Transit Gateway. + +```{figure} images/backbone-tgw028.png +--- +align: center +--- +8x IPSec tunnels towards AWS +``` + +Now search for the subnet **`10.2.2.0`** in Azure. You will notice again 4x IPSec tunnels per each Transit Gateway! + +```{figure} images/backbone-tgw029.png +--- +align: center +--- +8x IPSec tunnels towards Azure +``` + ## Conclusion By bringing Aviatrix Secure Egress into play, our healthcare provider shored up their defenses, dropped the high costs, and eliminated the visibility black hole courtesy of the AWS NAT Gateway. Sensitive patient data is safe, and the provider’s reputation will be secured. diff --git a/ace_backbone/docs/images/backbone-tgw027.png b/ace_backbone/docs/images/backbone-tgw027.png new file mode 100644 index 00000000..6df51a41 Binary files /dev/null and b/ace_backbone/docs/images/backbone-tgw027.png differ diff --git a/ace_backbone/docs/images/backbone-tgw028.png b/ace_backbone/docs/images/backbone-tgw028.png new file mode 100644 index 00000000..b0f98c07 Binary files /dev/null and b/ace_backbone/docs/images/backbone-tgw028.png differ diff --git a/ace_backbone/docs/images/backbone-tgw029.png b/ace_backbone/docs/images/backbone-tgw029.png new file mode 100644 index 00000000..4ff26c03 Binary files /dev/null and b/ace_backbone/docs/images/backbone-tgw029.png differ