/fortigate-autoscale

Fortigate Autoscale: A collection of Node.js modules and cloud specific templates which support basic autoscale functionality for groups of FortiGate VM instances via Microsoft Azure Functions and Amazon AWS Lambda (alpha).

Primary LanguageJavaScriptMIT LicenseMIT

FortiGate Autoscale

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.

Supported Platforms

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)

Deployment Packages

To generate local deployment packages:

  1. Clone this project.
  2. 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:

Support

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

License © Fortinet Technologies. All rights reserved.