こんな感じで雑に思いついた。
- 語弊を恐れずに言うと、僕(a-suenami)が会いたい人が一同に集まって飲みながらいろいろ話せる場。
- 僕のための会ということになるのでお金的なところはそこそこ何とかする気概はある。(人数次第では全奢りとかは厳しいけど)
こんな感じで雑に思いついた。
| { | |
| "AWSTemplateFormatVersion" : "2010-09-09", | |
| "Description" : "PHP Blue-Green Deployment environment template", | |
| "Parameters" : { | |
| "KeyName" : { | |
| "Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instances", | |
| "Type" : "String", | |
| "MinLength" : "1", | |
| "MaxLength" : "64", | |
| "AllowedPattern" : "[-_ a-zA-Z0-9]*", |
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Description": "VPC knowhow template", | |
| "Parameters": { | |
| "KeyName": { | |
| "Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances", | |
| "Type": "String", | |
| "MinLength": "1", | |
| "MaxLength": "64", | |
| "AllowedPattern": "[-_ a-zA-Z0-9]*", |