A collection of Node.js modules and cloud-specific templates which support basic autoscale functionality for groups of FortiGate VM instances on various cloud platforms.
This project is organized in separate node modules:
- fortigate-autoscale/core contains the core logic and provides an interface which can be extended to deal with the differences in cloud platform APIs.
- fortigate-autoscale/azure contains an implementation for the Microsoft Azure platform API and Cosmos DB storage backend.
- fortigate-autoscale/aws contains an implementation for the AWS SDK platform API with a Dynamo DB storage backend. The project also contains a deployment script which can generate packages for each cloud service's serverless implementation.
This project supports autoscaling for the cloud platforms listed below. The version tag in parentheses refers to the autoscale module version included in this project.
- Amazon AWS Lambda (1.0.0)
- Microsoft Azure (1.0.0)
To generate local deployment packages:
- Clone this project.
- Run
npm run build
at the project root directory.
Deployment packages as well as source code will be available in the dist directory.
Package Name | Description |
---|---|
fortigate-autoscale.zip | Source code for the entire project. |
fortigate-autoscale-aws-cloudformation.zip | Cloud Formation template. Use this to deploy the solution on the AWS platform. |
fortigate-autoscale-aws-lambda.zip | Source code for the FortiGate Autoscale handler - AWS Lambda function. |
fortigate-autoscale-azure-funcapp.zip | Source code for the FortiGate Autoscale handler - Azure function. |
fortigate-autoscale-azure-template-deployment.zip | Azure template. Use this to deploy the solution on the Azure platform. |
Installation Guides are available from the Fortinet Document Library:
- FortiGate / FortiOS Deploying Auto Scaling on Azure
- FortiGate / FortiOS Deploying Auto Scaling on AWS
Fortinet-provided scripts in this and other GitHub projects do not fall under the regular Fortinet technical support scope and are not supported by FortiCare Support Services. For direct issues, please refer to the Issues tab of this GitHub project. For other questions related to this project, contact github@fortinet.com.
License © Fortinet Technologies. All rights reserved.