Skip to content

Instantly share code, notes, and snippets.

@cloneko
Last active April 6, 2016 04:58
Show Gist options
  • Save cloneko/667736280c6f4a66ec2d to your computer and use it in GitHub Desktop.
Save cloneko/667736280c6f4a66ec2d to your computer and use it in GitHub Desktop.

AWS qwikLABS

全体的な注意事項

Chromeを使ってるレクチャーの表示がおかしくなることがあるので、おかしくなったらズームイン/ズームアウトすると直ります。

Firefox使ってると現象は発生しない(現在のところ)のでFirefoxを使用することをおすすめします。

AutoScaling

lab-scale-down-policyのとこ

as-put-scaling-policy lab-scale-down-policy --auto-scaling-group lab-as-group"--adjustment=-1" --type ChangeInCapacity --cooldown 300

ではなく

as-put-scaling-policy lab-scale-down-policy --auto-scaling-group lab-as-group "--adjustment=-1" --type ChangeInCapacity --cooldown 300

にする。

VPC

  • VPC作る時にNATインスタンス作る。
  • Step18でWebサーバー作る時にbitnami lampstackのバージョン上がってるのでbitnami lampstack x86 5.5.22 hvmを使おう
  • Step22は不要(だし間違ってる…)
  • Step84の[VPC Dashboard]ではなく[EC2 Dashboard]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment