0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWSを個人で使うときにハマったメモ

0
Posted at

とにかく暇だった

のでとりあえずAWSで個人環境作って置こうと思ったのでメモる。

クレジットカードは無いと駄目らしい。

デビットカードか、ちゃんとしたクレジットカードじゃないと駄目らしい

EC2のインスタンスたった

パーミッションでつまずくらしいので
落として来たpemは600にパーミッションを変更する。
chmod 600 〜.pem

SSHする

いつもの、SSH。
ssh -i ~.pem ec2-user@amazonaws.com

LAMP環境を作ろう。

いつもこのページ見てる気がする
チュートリアル: Amazon Linux への LAMP ウェブサーバーのインストール
公式だからわかりやすい。
セキュリティーグループの設定でHTTPを許可するの忘れるからここだけは気をつける。

まずはそんな。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?