cartwrightian / cfnassist

cloud formation helper tool
Apache License 2.0
20 stars 3 forks source link

Add AWS zone as a parameter to cfnassist #15

Closed topchimp closed 8 years ago

topchimp commented 9 years ago

Can we add zone as a parameter to cfnassist to make it easier to setup the first time?

topchimp commented 9 years ago

this is in addition to the param EC2_REGION, so something like EC2_AVAILABILITYZONE.

cartwrightian commented 8 years ago

Done, in latest version. Use ::CFN_ZONE_A, _B or _C in the description of a parameter and the tool will insert the correct name of AZ into the parameter. Full details in the README.md