Skip to content

Instantly share code, notes, and snippets.

View dai0304's full-sized avatar

MIYAMOTO Daisuke dai0304

View GitHub Profile
@a-suenami
a-suenami / README.md
Last active November 19, 2018 14:01
すえなみチャンス忘年会 企画概要

きっかけ

こんな感じで雑に思いついた。

https://twitter.com/search?q=%E3%81%99%E3%81%88%E3%81%AA%E3%81%BF%E3%83%81%E3%83%A3%E3%83%B3%E3%82%B9%E5%BF%98%E5%B9%B4%E4%BC%9A&src=typd

やりたいこと

  • 語弊を恐れずに言うと、僕(a-suenami)が会いたい人が一同に集まって飲みながらいろいろ話せる場。
  • 僕のための会ということになるのでお金的なところはそこそこ何とかする気概はある。(人数次第では全奢りとかは厳しいけど)
@miyamoto-daisuke
miyamoto-daisuke / bgd-php.template
Created March 14, 2014 09:35
AWS CloudFormation tempate for PHP Blue-Green Deployment environment
{
"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]*",