Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 31 additions & 4 deletions products/terraform/docs/swfw/aws/cloudngfw/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
id: overview
title: AWS - CloudNGFW
sidebar_label: AWS - CloudNGFW (coming soon)
title: AWS - Cloud NGFW
sidebar_label: Cloud NGFW Overview
hide_title: true
description: AWS - CloudNGFW
description: Deploy Cloud NGFW on AWS using Terraform modules and reference architectures
pagination_next: null
pagination_prev: null
keywords:
Expand All @@ -13,18 +13,45 @@ keywords:
- configuration
- terraform
- cloudngfw
- aws
---

# AWS CloudNGFW
# Cloud NGFW on AWS with Terraform

Cloud NGFW provides a fully managed next-generation firewall service on AWS with native cloud integration and simplified operations.

## Key Benefits

- **Fully Managed**: No infrastructure to maintain or scale
- **Native AWS Integration**: Seamless integration with AWS services and networking
- **Centralized Management**: Unified policy management across deployments
- **Automatic Scaling**: Built-in elasticity and high availability

## Reference Architectures

import ReferenceArchitectureIntro from '../../_ref-arch-intro-cloudngfw.mdx';

<ReferenceArchitectureIntro cloudname="AWS" />

[Explore Reference Architectures →](reference-architectures)

## Terraform Modules

import ModulesIntro from '../../_modules-intro-cloudngfw.mdx';

<ModulesIntro cloudname="AWS" />

[Browse Terraform Modules →](modules)

## Getting Started

1. **Review Prerequisites**: Ensure you have the necessary AWS permissions and Terraform setup
2. **Choose Architecture**: Select a reference architecture that matches your requirements
3. **Deploy Infrastructure**: Use our Terraform modules to deploy your Cloud NGFW
4. **Configure Policies**: Set up security rules and policies for your environment

## Additional Resources

- [Cloud NGFW Documentation](https://docs.paloaltonetworks.com/cloud-ngfw)
- [Terraform Provider for Cloud NGFW](https://registry.terraform.io/providers/PaloAltoNetworks/cloudngfwaws/latest/docs)
- [AWS Integration Guide](https://docs.paloaltonetworks.com/cloud-ngfw/aws)
69 changes: 69 additions & 0 deletions products/terraform/docs/swfw/aws/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
id: overview
title: Terraform for Software NGFW on AWS
sidebar_label: AWS Overview
hide_title: true
description: Terraform modules, reference architectures, and examples for deploying Palo Alto Networks Software NGFW solutions on AWS
pagination_next: null
pagination_prev: null
keywords:
- pan-os
- panos
- firewall
- configuration
- terraform
- aws
- vmseries
- vm-series
- cloudngfw
---

# Terraform for Software NGFW on AWS

Deploy and manage Palo Alto Networks Software NGFW solutions on AWS using Terraform. Choose from VM-Series virtual firewalls or Cloud NGFW managed service.

## VM-Series

Deploy VM-Series virtual firewalls on AWS with full control over configuration and management.

### Key Features
- Full PAN-OS feature set
- Custom networking configurations
- Panorama integration
- Auto-scaling capabilities

### Available Resources
- **[Reference Architectures](vmseries/reference-architectures)** - Production-ready deployment patterns
- **[Terraform Modules](vmseries/modules)** - Reusable infrastructure components
- **[Examples](vmseries/examples)** - Complete deployment examples

[Get Started with VM-Series →](vmseries/overview)

## Cloud NGFW

Deploy Cloud NGFW as a managed service with simplified operations and native AWS integration.

### Key Features
- Fully managed service
- Native AWS integration
- Centralized rule management
- Automatic scaling

### Available Resources
- **[Reference Architectures](cloudngfw/reference-architectures)** - Production-ready deployment patterns
- **[Terraform Modules](cloudngfw/modules)** - Reusable infrastructure components

[Get Started with Cloud NGFW →](cloudngfw/overview)

## Getting Started

1. **Choose Your Solution**: Select VM-Series for maximum control or Cloud NGFW for managed simplicity
2. **Review Architecture**: Explore reference architectures for your use case
3. **Deploy with Terraform**: Use our modules and examples to deploy your infrastructure
4. **Configure Security**: Set up security policies and rules for your environment

## Additional Resources

- [Terraform Provider Documentation](https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs)
- [AWS Best Practices Guide](https://docs.paloaltonetworks.com/vm-series/10-2/vm-series-deployment/set-up-the-vm-series-firewall-on-aws)
- [Community Examples](https://github.com/PaloAltoNetworks/terraform-aws-swfw-modules)
34 changes: 28 additions & 6 deletions products/terraform/docs/swfw/aws/vmseries/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
id: overview
title: AWS - VM-Series
sidebar_label: AWS - VM-Series
sidebar_label: VM-Series Overview
hide_title: true
description: AWS - VM-Series
description: Deploy VM-Series virtual firewalls on AWS using Terraform modules, reference architectures, and examples
pagination_next: null
pagination_prev: null
keywords:
Expand All @@ -19,26 +19,48 @@ keywords:

# VM-Series on AWS with Terraform

## Reference Architectures in Terraform
Deploy VM-Series virtual firewalls on AWS with full control over configuration, networking, and management using Terraform.

## Key Benefits

- **Full PAN-OS Feature Set**: Access to all next-generation firewall capabilities
- **Flexible Deployment**: Support for various network architectures and use cases
- **Panorama Integration**: Centralized management and policy distribution
- **Auto-scaling**: Dynamic scaling based on traffic and performance metrics

## Reference Architectures

import ReferenceArchitectureIntro from '../../_ref-arch-intro-vmseries.mdx';

<ReferenceArchitectureIntro cloudname="AWS" />

[Learn more](../reference-architectures)
[Explore Reference Architectures →](reference-architectures)

## Terraform Modules

import ModulesIntro from '../../_modules-intro-vmseries.mdx';

<ModulesIntro cloudname="AWS" />

[Learn more](../modules)
[Browse Terraform Modules →](modules)

## Terraform Examples

import ExamplesIntro from '../../_examples-intro-vmseries.mdx';

<ExamplesIntro cloudname="AWS" />

[Learn more](../examples)
[View Complete Examples →](examples)

## Getting Started

1. **Review Prerequisites**: Ensure you have AWS credentials and Terraform installed
2. **Choose Architecture**: Select a reference architecture for your use case
3. **Deploy Infrastructure**: Use our modules to deploy VM-Series firewalls
4. **Configure Security**: Set up security policies and connect to Panorama

## Additional Resources

- [VM-Series Deployment Guide](https://docs.paloaltonetworks.com/vm-series/10-2/vm-series-deployment/set-up-the-vm-series-firewall-on-aws)
- [Terraform Provider Documentation](https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs)
- [AWS Best Practices](https://docs.paloaltonetworks.com/best-practices)
36 changes: 31 additions & 5 deletions products/terraform/docs/swfw/azure/cloudngfw/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
id: overview
title: Azure
sidebar_label: Azure - CloudNGFW (coming soon)
title: Azure - Cloud NGFW
sidebar_label: Cloud NGFW Overview
hide_title: true
description: AAzureWS
description: Deploy Cloud NGFW on Azure using Terraform modules and reference architectures
pagination_next: null
pagination_prev: null
keywords:
Expand All @@ -16,16 +16,42 @@ keywords:
- azure
---

# Azure CloudNGFW
# Cloud NGFW on Azure with Terraform

Cloud NGFW provides a fully managed next-generation firewall service on Azure with native cloud integration and simplified operations.

## Key Benefits

- **Fully Managed**: No infrastructure to maintain or scale
- **Native Azure Integration**: Seamless integration with Azure services and networking
- **Centralized Management**: Unified policy management across deployments
- **Automatic Scaling**: Built-in elasticity and high availability

## Reference Architectures

import ReferenceArchitectureIntro from '../../_ref-arch-intro-cloudngfw.mdx';

<ReferenceArchitectureIntro cloudname="Azure" />

[Explore Reference Architectures →](reference-architectures)

## Terraform Modules

import ModulesIntro from '../../_modules-intro-cloudngfw.mdx';

<ModulesIntro cloudname="Azure" />
<ModulesIntro cloudname="Azure" />

[Browse Terraform Modules →](modules)

## Getting Started

1. **Review Prerequisites**: Ensure you have the necessary Azure permissions and Terraform setup
2. **Choose Architecture**: Select a reference architecture that matches your requirements
3. **Deploy Infrastructure**: Use our Terraform modules to deploy your Cloud NGFW
4. **Configure Policies**: Set up security rules and policies for your environment

## Additional Resources

- [Cloud NGFW Documentation](https://docs.paloaltonetworks.com/cloud-ngfw/azure)
- [Terraform Provider for Cloud NGFW](https://registry.terraform.io/providers/PaloAltoNetworks/cloudngfwazure/latest/docs)
- [Azure Integration Guide](https://docs.paloaltonetworks.com/cloud-ngfw/azure)
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ keywords:

# Azure CloudNGFW - Reference Architectures

![Azure](/img/azure.png)

import ReferenceArchitectureIntro from '../../_ref-arch-intro-cloudngfw.mdx';

<ReferenceArchitectureIntro cloudname="Azure" />
Expand Down
69 changes: 69 additions & 0 deletions products/terraform/docs/swfw/azure/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
id: overview
title: Terraform for Software NGFW on Azure
sidebar_label: Azure Overview
hide_title: true
description: Terraform modules, reference architectures, and examples for deploying Palo Alto Networks Software NGFW solutions on Azure
pagination_next: null
pagination_prev: null
keywords:
- pan-os
- panos
- firewall
- configuration
- terraform
- azure
- vmseries
- vm-series
- cloudngfw
---

# Terraform for Software NGFW on Azure

Deploy and manage Palo Alto Networks Software NGFW solutions on Azure using Terraform. Choose from VM-Series virtual firewalls or Cloud NGFW managed service.

## VM-Series

Deploy VM-Series virtual firewalls on Azure with full control over configuration and management.

### Key Features
- Full PAN-OS feature set
- Custom networking configurations
- Panorama integration
- Auto-scaling capabilities

### Available Resources
- **[Reference Architectures](vmseries/reference-architectures)** - Production-ready deployment patterns
- **[Terraform Modules](vmseries/modules)** - Reusable infrastructure components
- **[Examples](vmseries/examples)** - Complete deployment examples

[Get Started with VM-Series →](vmseries/overview)

## Cloud NGFW

Deploy Cloud NGFW as a managed service with simplified operations and native Azure integration.

### Key Features
- Fully managed service
- Native Azure integration
- Centralized rule management
- Automatic scaling

### Available Resources
- **[Reference Architectures](cloudngfw/reference-architectures)** - Production-ready deployment patterns
- **[Terraform Modules](cloudngfw/modules)** - Reusable infrastructure components

[Get Started with Cloud NGFW →](cloudngfw/overview)

## Getting Started

1. **Choose Your Solution**: Select VM-Series for maximum control or Cloud NGFW for managed simplicity
2. **Review Architecture**: Explore reference architectures for your use case
3. **Deploy with Terraform**: Use our modules and examples to deploy your infrastructure
4. **Configure Security**: Set up security policies and rules for your environment

## Additional Resources

- [Terraform Provider Documentation](https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs)
- [Azure Best Practices Guide](https://docs.paloaltonetworks.com/vm-series/10-2/vm-series-deployment/set-up-the-vm-series-firewall-on-azure)
- [Community Examples](https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules)
Loading
Loading