PaloAltoNetworks / aws-elb-autoscaling

Auto Scaling VM-Series firewalls in AWS
http://live.paloaltonetworks.com/cloudtemplate
58 stars 64 forks source link

EIP1 invalid domain VPC #3

Closed davidroush closed 6 years ago

davidroush commented 7 years ago

Encountered an error deploying the alb template, the uppercase "VPC" in each EIP section was throwing an error. To correct this, change the "Domain" value to lowercase in each EIP definition:

"EIP1" : {
   "Type" : "AWS::EC2::EIP",
   "Condition" : "NATGatewayRequired",
   "Properties" : {
      "Domain" : "vpc"
narayan-iyengar commented 7 years ago

Hi David, We have never encountered this error internally. Just relaunched this am w/o your change and everything worked fine. Do you happen to have a screen grab of the error?