Skip to content

Commit 57541d6

Browse files
committed
introduce cloud ngfw terraform modules and examples
1 parent 7860886 commit 57541d6

File tree

6 files changed

+246
-0
lines changed

6 files changed

+246
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
id: modules
3+
title: AWS
4+
sidebar_label: AWS - Cloud NGFW
5+
hide_title: true
6+
description: AWS
7+
pagination_next: null
8+
pagination_prev: null
9+
keywords:
10+
- pan-os
11+
- panos
12+
- firewall
13+
- configuration
14+
- terraform
15+
- cloudngfw
16+
---
17+
18+
# AWS Cloud NGFW - Modules
19+
20+
import ModulesIntro from '../../_modules-intro-cloudngfw.mdx';
21+
22+
<ModulesIntro cloudname="AWS" />
23+
24+
import DocCardList from '@theme/DocCardList';
25+
26+
<DocCardList />
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
id: reference-architectures
3+
title: AWS
4+
sidebar_label: AWS - Cloud NGFW
5+
hide_title: true
6+
description: AWS
7+
pagination_next: null
8+
pagination_prev: null
9+
keywords:
10+
- pan-os
11+
- panos
12+
- firewall
13+
- configuration
14+
- terraform
15+
- vmseries
16+
- vm-series
17+
---
18+
19+
# AWS Cloud NGFW - Reference Architectures
20+
21+
import ReferenceArchitectureIntro from '../../_ref-arch-intro-cloudngfw.mdx';
22+
23+
<ReferenceArchitectureIntro cloudname="AWS" />
24+
25+
import DocCardList from '@theme/DocCardList';
26+
27+
<DocCardList />
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
id: overview
3+
title: Terraform for Software NGFW on AWS
4+
sidebar_label: AWS Overview
5+
hide_title: true
6+
description: Terraform modules, reference architectures, and examples for deploying Palo Alto Networks Software NGFW solutions on AWS
7+
pagination_next: null
8+
pagination_prev: null
9+
keywords:
10+
- pan-os
11+
- panos
12+
- firewall
13+
- configuration
14+
- terraform
15+
- aws
16+
- vmseries
17+
- vm-series
18+
- cloudngfw
19+
---
20+
21+
# Terraform for Software NGFW on AWS
22+
23+
Deploy and manage Palo Alto Networks Software NGFW solutions on AWS using Terraform. Choose from VM-Series virtual firewalls or Cloud NGFW managed service.
24+
25+
## VM-Series
26+
27+
Deploy VM-Series virtual firewalls on AWS with full control over configuration and management.
28+
29+
### Key Features
30+
- Full PAN-OS feature set
31+
- Custom networking configurations
32+
- Panorama integration
33+
- Auto-scaling capabilities
34+
35+
### Available Resources
36+
- **[Reference Architectures](vmseries/reference-architectures)** - Production-ready deployment patterns
37+
- **[Terraform Modules](vmseries/modules)** - Reusable infrastructure components
38+
- **[Examples](vmseries/examples)** - Complete deployment examples
39+
40+
[Get Started with VM-Series →](vmseries/overview)
41+
42+
## Cloud NGFW
43+
44+
Deploy Cloud NGFW as a managed service with simplified operations and native AWS integration.
45+
46+
### Key Features
47+
- Fully managed service
48+
- Native AWS integration
49+
- Centralized rule management
50+
- Automatic scaling
51+
52+
### Available Resources
53+
- **[Reference Architectures](cloudngfw/reference-architectures)** - Production-ready deployment patterns
54+
- **[Terraform Modules](cloudngfw/modules)** - Reusable infrastructure components
55+
56+
[Get Started with Cloud NGFW →](cloudngfw/overview)
57+
58+
## Getting Started
59+
60+
1. **Choose Your Solution**: Select VM-Series for maximum control or Cloud NGFW for managed simplicity
61+
2. **Review Architecture**: Explore reference architectures for your use case
62+
3. **Deploy with Terraform**: Use our modules and examples to deploy your infrastructure
63+
4. **Configure Security**: Set up security policies and rules for your environment
64+
65+
## Additional Resources
66+
67+
- [Terraform Provider Documentation](https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs)
68+
- [AWS Best Practices Guide](https://docs.paloaltonetworks.com/vm-series/10-2/vm-series-deployment/set-up-the-vm-series-firewall-on-aws)
69+
- [Community Examples](https://github.com/PaloAltoNetworks/terraform-aws-swfw-modules)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
id: modules
3+
title: Azure
4+
sidebar_label: Azure - CloudNGFW
5+
hide_title: true
6+
description: Azure
7+
pagination_next: null
8+
pagination_prev: null
9+
keywords:
10+
- pan-os
11+
- panos
12+
- firewall
13+
- configuration
14+
- terraform
15+
- cloudngfw
16+
- azure
17+
---
18+
19+
# Azure CloudNGFW - Modules
20+
21+
import ModulesIntro from '../../_modules-intro-cloudngfw.mdx';
22+
23+
<ModulesIntro cloudname="Azure" />
24+
25+
import DocCardList from '@theme/DocCardList';
26+
27+
<DocCardList />
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
id: reference-architectures
3+
title: Azure
4+
sidebar_label: Azure - CloudNGFW
5+
hide_title: true
6+
description: Azure
7+
pagination_next: null
8+
pagination_prev: null
9+
keywords:
10+
- pan-os
11+
- panos
12+
- firewall
13+
- configuration
14+
- terraform
15+
- vmseries
16+
- vm-series
17+
- azure
18+
---
19+
20+
# Azure CloudNGFW - Reference Architectures
21+
22+
import ReferenceArchitectureIntro from '../../_ref-arch-intro-cloudngfw.mdx';
23+
24+
<ReferenceArchitectureIntro cloudname="Azure" />
25+
26+
import DocCardList from '@theme/DocCardList';
27+
28+
<DocCardList />
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
id: overview
3+
title: Terraform for Software NGFW on Azure
4+
sidebar_label: Azure Overview
5+
hide_title: true
6+
description: Terraform modules, reference architectures, and examples for deploying Palo Alto Networks Software NGFW solutions on Azure
7+
pagination_next: null
8+
pagination_prev: null
9+
keywords:
10+
- pan-os
11+
- panos
12+
- firewall
13+
- configuration
14+
- terraform
15+
- azure
16+
- vmseries
17+
- vm-series
18+
- cloudngfw
19+
---
20+
21+
# Terraform for Software NGFW on Azure
22+
23+
Deploy and manage Palo Alto Networks Software NGFW solutions on Azure using Terraform. Choose from VM-Series virtual firewalls or Cloud NGFW managed service.
24+
25+
## VM-Series
26+
27+
Deploy VM-Series virtual firewalls on Azure with full control over configuration and management.
28+
29+
### Key Features
30+
- Full PAN-OS feature set
31+
- Custom networking configurations
32+
- Panorama integration
33+
- Auto-scaling capabilities
34+
35+
### Available Resources
36+
- **[Reference Architectures](vmseries/reference-architectures)** - Production-ready deployment patterns
37+
- **[Terraform Modules](vmseries/modules)** - Reusable infrastructure components
38+
- **[Examples](vmseries/examples)** - Complete deployment examples
39+
40+
[Get Started with VM-Series →](vmseries/overview)
41+
42+
## Cloud NGFW
43+
44+
Deploy Cloud NGFW as a managed service with simplified operations and native Azure integration.
45+
46+
### Key Features
47+
- Fully managed service
48+
- Native Azure integration
49+
- Centralized rule management
50+
- Automatic scaling
51+
52+
### Available Resources
53+
- **[Reference Architectures](cloudngfw/reference-architectures)** - Production-ready deployment patterns
54+
- **[Terraform Modules](cloudngfw/modules)** - Reusable infrastructure components
55+
56+
[Get Started with Cloud NGFW →](cloudngfw/overview)
57+
58+
## Getting Started
59+
60+
1. **Choose Your Solution**: Select VM-Series for maximum control or Cloud NGFW for managed simplicity
61+
2. **Review Architecture**: Explore reference architectures for your use case
62+
3. **Deploy with Terraform**: Use our modules and examples to deploy your infrastructure
63+
4. **Configure Security**: Set up security policies and rules for your environment
64+
65+
## Additional Resources
66+
67+
- [Terraform Provider Documentation](https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs)
68+
- [Azure Best Practices Guide](https://docs.paloaltonetworks.com/vm-series/10-2/vm-series-deployment/set-up-the-vm-series-firewall-on-azure)
69+
- [Community Examples](https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules)

0 commit comments

Comments
 (0)