| Description |
This article describes steps for selecting a previous version of FortiGate to deploy in AWS if needed. By default, the AWS marketplace always offers the latest version of FortiGate. |
| Scope |
FortiOS, AWS. |
| Solution |
All the EC2 instance’s images on AWS come with an image ID which is known as the AMI ID. AMIs are region-specific. This means that even for the exact same FortiOS version and build, AWS maintains a separate AMI in every region.
aws ec2 describe-images --region ap-northeast-3 --filters "Name=description,Values=*FortiGate*6.4.*" --query 'Images[*].{Description:Description,ImageId:ImageId,Architecture:Architecture}' Note: It is possible to change the region value and filter value accordingly to search for other regions and other versions of FortiOS. Each of these regional AMIs has its own unique AMI ID. An AMI ID from one region (e.g., us-east-1) can not be used in another region (e.g., eu-west-1) - it will simply not exist there, and will cause an error if attempted.
In the AMI Images page, filter the AMI ID gotten from the previous step, remember to change the filter to 'Public Image'. Then choose to launch the instance:
Alternatively, use the AMI name:
The rest of the steps will be normal procedures to deploy the EC2 instance. After configuring, it is possible to start deploying the EC2 instance. It will be running on the version according to the AMI ID selected.
In this example, it will be 6.4.14:
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2026 Fortinet, Inc. All Rights Reserved.