It’s easy to copy file from aws to local. Just use scp -i <path_to_pem> <username>@<ip>:<path_to_target_file> <path_to_download>
scp -i ~/.ssh/path/to/pem ubuntu@52.79.xxx.x:/home/ubuntu/path/to/file ~/path/to/download
'tools > aws' 카테고리의 다른 글
AWS : upload folder to s3 with cli (0) | 2018.05.01 |
---|---|
AWS : dump mysql rds to local mysql (0) | 2018.04.21 |
copy aws instance to other ec2 account (0) | 2017.12.10 |
AWS cli 설치 및 s3 업로드, 다운로드하기 (0) | 2017.12.07 |
AWS IAM으로 사용자 만들기 (0) | 2017.11.14 |