AWS Cloudformation choosing multiple subnets
Previously to populate a number of subnet IDs into a parameter for an AWS Cloudformation script, you had to either pre-populate your CF template or type them in when launching the CF stack. I was very excited to see the new Parameter type : "List" wh...