Amazon EC2에서 g2.xlarge 시작
1. g2.xlarge 시작
1.1 EC2 서비스 선택
1.1.1 서비스 선택
1.1.2 지역 선택 / 인스턴스 목록 화면으로 전환
1.2 g2.2xlarge 시작
1.2.1 새 인스턴스의 Launch 시작
1.2.2 STEP1. OS 선택
1.2.3 STEP2. 인스턴스 유형 선택
1.2.4 STEP3. 인스턴스 설정
1.2.5 STEP4. 스토리지 추가
1.2.6 STEP5. 태그 추가
1.2.7 STEP6. 보안 그룹 설정
1.2.8 STEP7. 확인
이전 설정을 확인합니다.
실행 후 다음 화면이 표시됩니다. 인스턴스에 로그인하려면 ssh 키를 만들고 저장합니다.
2. g2.2xlarge에 로그인
2.1 서비스 선택
2.1.1 서비스 목록 화면
2.1.2 인스턴스 목록 화면으로 전환
EC2를 선택합니다.
Instances를 선택합니다.
2.1.3 "로그인 사용자 이름"및 "Pulic DNS" 확인
connect 버튼을 클릭하면 아래 화면이 표시됩니다.
2.2 인스턴스에 로그인
아래는 Mac, Linux 절차입니다. Windows의 경우 사용하는 터미널에 따라 조작하십시오.
2.2.1 연결 대상 설정
이전에 관리 콘솔에서 작성하고 저장한 키를 지정합니다.
DEST='<上記のコピー内容をここにペースト>'
2.2.2 ssh-key 설정
저장된 SSH-KEY의 경로 설정SSHKEY='/保存した/EC2のキーの/パスを指定します/ec2-key-virginia.pem'
권한 변경chmod 400 ${SSHKEY}
2.2.3 ssh login
변수 확인cat << etx
UNAME_AND_DNS : ${DEST}
KEY : ${SSHKEY}
etx
g2.2xlarge 로그인ssh -i ${SSHKEY} ${DEST}
다음과 같이 들으면 "yes"로 설정하십시오.
Are you sure you want to continue connecting (yes/no)?
아래와 같이 표시되면 로그인 성공입니다.
결과Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-74-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Sun May 8 02:36:03 UTC 2016
System load: 0.08 Memory usage: 0% Processes: 123
Usage of /: 9.9% of 7.74GB Swap usage: 0% Users logged in: 0
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
0 packages can be updated.
0 updates are security updates.
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
이 Qiita의 정보는, 어이가 프라이빗으로 만들고 있는 것으로, NVIDIA와는 무관합니다. 개인 책임으로 시도하십시오. 인스턴스 등의 지우는 것을 잊는 등 주의해 주십시오.
Reference
이 문제에 관하여(Amazon EC2에서 g2.xlarge 시작), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/daikumatan/items/58daff99250d4698d659
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
2.1 서비스 선택
2.1.1 서비스 목록 화면
2.1.2 인스턴스 목록 화면으로 전환
EC2를 선택합니다.
Instances를 선택합니다.
2.1.3 "로그인 사용자 이름"및 "Pulic DNS" 확인
connect 버튼을 클릭하면 아래 화면이 표시됩니다.
2.2 인스턴스에 로그인
아래는 Mac, Linux 절차입니다. Windows의 경우 사용하는 터미널에 따라 조작하십시오.
2.2.1 연결 대상 설정
이전에 관리 콘솔에서 작성하고 저장한 키를 지정합니다.
DEST='<上記のコピー内容をここにペースト>'
2.2.2 ssh-key 설정
저장된 SSH-KEY의 경로 설정
SSHKEY='/保存した/EC2のキーの/パスを指定します/ec2-key-virginia.pem'
권한 변경
chmod 400 ${SSHKEY}
2.2.3 ssh login
변수 확인
cat << etx
UNAME_AND_DNS : ${DEST}
KEY : ${SSHKEY}
etx
g2.2xlarge 로그인
ssh -i ${SSHKEY} ${DEST}
다음과 같이 들으면 "yes"로 설정하십시오.
Are you sure you want to continue connecting (yes/no)?
아래와 같이 표시되면 로그인 성공입니다.
결과
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-74-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Sun May 8 02:36:03 UTC 2016
System load: 0.08 Memory usage: 0% Processes: 123
Usage of /: 9.9% of 7.74GB Swap usage: 0% Users logged in: 0
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
0 packages can be updated.
0 updates are security updates.
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
이 Qiita의 정보는, 어이가 프라이빗으로 만들고 있는 것으로, NVIDIA와는 무관합니다. 개인 책임으로 시도하십시오. 인스턴스 등의 지우는 것을 잊는 등 주의해 주십시오.
Reference
이 문제에 관하여(Amazon EC2에서 g2.xlarge 시작), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/daikumatan/items/58daff99250d4698d659텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)