Ec2 Note
登入 Login
1  | $ ssh -i /path/key/filename.pem ec2-user@xxx.xxx.xxx.xxx # OR DNS Pub Url  | 
注意:/path/key/filename.pem的權限須為600。
變更登入不使用憑證
1  | #Edit /etc/ssh/sshd_config  | 
快速安裝LAMP
1  | $ yum groupinstall "Web Server"  | 
參考資源
阿正老師教你免費玩Amazon EC2雲端主機(上)
阿正老師教你免費玩Amazon EC2雲端主機(下)
How to create an Amazon EC2 instance with Apache, PHP and MySQL (LAMP)
快速安裝 Amazon EC2 LAMP 環境 (EC2 Console)