# Pastebin a142LSNm "Nodes" : { "Type" : "AWS::AutoScaling::AutoScalingGroup", "Properties" : { "AvailabilityZones" : { "Fn::GetAZs" : ""}, "LaunchConfigurationName" : { "Ref" : "LaunchConfig" }, "MinSize" : { "Ref" : "MinPoolSize" }, "MaxSize" : { "Ref" : "MaxPoolSize" }, "VPCZoneIdentifier" : [ { "Ref" : "ManagementSubnet" }] } },