fortinet / aws-cloudformation-templates

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

Update FGCP_DualAZ_ExistingVPC.template.json #8

Open nickmunroBCS opened 3 years ago

nickmunroBCS commented 3 years ago

When using non-default VPC, and accessing instances from outside the VPC, Cloudformation objects to creating two rules from different networks during creation of a SG.

Error "You have specified two resources that belong to different networks."

Changed the SG resource to create with a single rule, then add VPC access as a seperate resource.