Skip to content

Instantly share code, notes, and snippets.

@marcy-terui
Created March 12, 2015 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcy-terui/29a8dcbd66469dda0394 to your computer and use it in GitHub Desktop.
Save marcy-terui/29a8dcbd66469dda0394 to your computer and use it in GitHub Desktop.
Multi Region & Multi AZで動作可能なCloudFormationテンプレートを書くためのAZの指定方法 ref: http://qiita.com/Marcy/items/5bc8a7581b8734526962
"Fn::Select": [
"0",
{
"Fn::GetAZs": {
"Ref": "AWS::Region"
}
}
]
Fn__Select [
"0",
_{
Fn__GetAZs { Ref "AWS::Region" }
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment