fortinet / aws-cloudformation-templates

Cloud Formation Templates for getting you started in AWS with Fortinet.
MIT License
34 stars 67 forks source link

Fix error of AMI not found when deploy FG version 7.0 in AWS UAE region #24

Closed MohammadJomaa closed 1 year ago

MohammadJomaa commented 1 year ago

Update FGCP_DualAZ_ExistingVPC.template.json.

By adding the owner account id of UAE FortiGate AMI (279184472064) to the filter of ImageFunction Lambda, the UAE AMI will be returned at the response and the deployment will work as expected

MohammadJomaa commented 1 year ago

When the owner account id of UAE FortiGate AMI (279184472064) is added to the filter of ImageFunction Lambda, the UAE AMI will be returned at the response and deployment will proceed as expected.