Created
November 21, 2017 21:30
-
-
Save pbzona/e571c31d9c8537a4b6c895fc1159ee83 to your computer and use it in GitHub Desktop.
CloudFormations - Mapping example in Ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
region_map = { | |
“us-east-1”: {“32”: “ami-6411e20d”, “64”: "ami-7a11e213"}, | |
“us-west-2”: {“32”: “ami-c9c7978c”, “64”: "ami-cfc7978a"} | |
} | |
puts region_map[“us-east-1”]["32"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment