Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 21, 2017 21:30
Show Gist options
  • Save pbzona/e571c31d9c8537a4b6c895fc1159ee83 to your computer and use it in GitHub Desktop.
Save pbzona/e571c31d9c8537a4b6c895fc1159ee83 to your computer and use it in GitHub Desktop.
CloudFormations - Mapping example in Ruby
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