diff --git a/products/terraform/docs/swfw/aws/vmseries/reference-architectures/combined_design_autoscale.md b/products/terraform/docs/swfw/aws/vmseries/reference-architectures/combined_design_autoscale.md index 9a1aa17c3..b11d62812 100644 --- a/products/terraform/docs/swfw/aws/vmseries/reference-architectures/combined_design_autoscale.md +++ b/products/terraform/docs/swfw/aws/vmseries/reference-architectures/combined_design_autoscale.md @@ -61,8 +61,8 @@ The following steps should be followed before deploying the Terraform code prese 7. Configure interface management profile to enable health checks from GWLB 8. Configure network interfaces and subinterfaces, zones and virtual router in template 9. Configure [static routes with path monitoring](https://docs.paloaltonetworks.com/pan-os/10-1/pan-os-networking-admin/static-routes/configure-path-monitoring-for-a-static-route) -Details - +
Details +

Using multiple template stacks, one for each AZ complicates autoscaling and the Panorama Licensing plugin configuration. The virtual router (VR) configuration combined with path monitoring outlined below avoids using AZ-specific template stacks and variables. **Virtual Router Configuration** @@ -86,6 +86,7 @@ Below there is shown example of VR configuration with static routes and path mon | app2_az2 | 10.105.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | | health_az1 | 10.100.0.0/16 | 10.100.1.1 | 11 | 10.100.1.1 | | health_az2 | 10.100.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | +

An example XML configuration snippet (for PANOS 10.2.3) of the described configuration can be found [here](template-asg-path-monitoring.xml), which after importing to Panorama, can be merged using the command: @@ -93,6 +94,7 @@ An example XML configuration snippet (for PANOS 10.2.3) of the described configu load config partial mode merge from-xpath /config/devices/entry/template/entry[@name='asg'] to-xpath /config/devices/entry/template/entry[@name='asg'] from template-asg-path-monitoring.xml ``` +
10. Configure VPC peering between VPC with Panorama and VPC with VM-Series in autoscaling group (after deploying that example) ## Usage diff --git a/products/terraform/docs/swfw/aws/vmseries/reference-architectures/isolated_design_autoscale.md b/products/terraform/docs/swfw/aws/vmseries/reference-architectures/isolated_design_autoscale.md index 22d315838..1c7327a45 100644 --- a/products/terraform/docs/swfw/aws/vmseries/reference-architectures/isolated_design_autoscale.md +++ b/products/terraform/docs/swfw/aws/vmseries/reference-architectures/isolated_design_autoscale.md @@ -57,8 +57,8 @@ The following steps should be followed before deploying the Terraform code prese 7. Configure interface management profile to enable health checks from GWLB 8. Configure network interfaces and subinterfaces, zones and virtual router in template 9. Configure [static routes with path monitoring](https://docs.paloaltonetworks.com/pan-os/10-1/pan-os-networking-admin/static-routes/configure-path-monitoring-for-a-static-route) -Details - +
Details +

Using multiple template stacks, one for each AZ complicates autoscaling and the Panorama Licensing plugin configuration. The virtual router (VR) configuration combined with path monitoring outlined below avoids using AZ-specific template stacks and variables. **Virtual Router Configuration** @@ -82,6 +82,7 @@ Below there is shown example of VR configuration with static routes and path mon | app2_az2 | 10.105.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | | health_az1 | 10.100.0.0/16 | 10.100.1.1 | 11 | 10.100.1.1 | | health_az2 | 10.100.0.0/16 | 10.100.65.1 | 12 | 10.100.65.1 | +

An example XML configuration snippet (for PANOS 10.2.3) of the described configuration can be found [here](template-asg-path-monitoring.xml), which after importing to Panorama, can be merged using the command: @@ -89,6 +90,7 @@ An example XML configuration snippet (for PANOS 10.2.3) of the described configu load config partial mode merge from-xpath /config/devices/entry/template/entry[@name='asg'] to-xpath /config/devices/entry/template/entry[@name='asg'] from template-asg-path-monitoring.xml ``` +
10. Configure VPC peering between VPC with Panorama and VPC with VM-Series in autoscaling group (after deploying that example) ## Usage