본문 바로가기

Web Service/AWS

AWS EBS 볼륨 추가/삭제 시 참고 ** EBS disk는 추가적인 비용이 든다. 다음 내용은 disk의 용량을 늘릴 때 참고 How to mount an Amazon EBS disk as a drive in Linux (CentOS)Posted on January 31, 2011 by coderchris.comThese instructions on how to mount an Amazon EBS volume apply to CentOS Linux specifically but with little modification can be applied to all Linux distributions. By attaching EBS volumes (aka. disks) to your instance you can get around the ma.. 더보기
Texewrangler에서 aws에 있는 파일 바로 열기 Edit Remote EC2 Text Files with TextWranglerThis post explains how to use TextWrangler on a Mac to edit text files that live on a remote Amazon EC2 instance with Ubuntu. I assume you already know how to SSH to Amazon using an Identity File: ssh -i ~ec2-keys/id_your-keypair ubuntu@ec2-public-dns-name.amazonaws.com You can use a similar command to connect to your EC2 instance via SFTP: sftp -o Ide.. 더보기
Filezilla로 .pem 파일을 활용하여 로그인하기 요약: Edit -> Settings의 Connection-SFTP에 보면 local keypair file의 위치를 지정할 수 있는 항목이 존재하는데, 이곳에 .pem이 있는 디렉토리를 지정하고 로그인 할 때 login type을 interactive로 지정하면 된다는 얘기..나 같은 경우는 login type을 general(일반)으로 해도 로그인에 지장이 없었다. FileZilla, SFTP and Amazon EC20 inShare I’ve just made a little discovery so thought I would note it in in these pages because I’m sure I’ll need it again.I’m investigating Amazon’s EC2 at t.. 더보기