EC2 ubuntu 18 생성 후 인스턴스 연결 안되고 아래의 메시지가 나오는 경우

 

There was a problem connecting to your instance
Log in failed. If this instance has just started up, wait a few minutes and try again. Otherwise, ensure the instance is running on an AMI that supports EC2 Instance Connect.

 

https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html

 

EC2 Instance Connect 설정 - Amazon Elastic Compute Cloud

사용자가 Amazon EC2 콘솔(브라우저 기반 클라이언트) 또는 SSH 클라이언트만 사용하여 인스턴스에 연결하는 경우, EC2 Instance Connect CLI를 설치할 필요가 없습니다.

docs.aws.amazon.com

의 ubuntu 내용을 참고해서 작업 진행 해주면 됩니다.

 

Ubuntu 16.04 이상으로 시작된 인스턴스에 EC2 Instance Connect를 설치하려면

부분으로 

ssh -i my_ec2_private_key.pem ubuntu@ec2-a-b-c-d.us-west-2.compute.amazonaws.com

my_ec2_private_key.pem->자신이 받은 키파일
ec2-a-b-c-d.us-west-2.compute.amazonaws.com ->자신의 서버 도메인명

실행 후 나머지 명령어를 실행 해주면 됩니다.

 

sudo apt-get update
sudo apt-get install ec2-instance-connect

 

반응형

'OS > AWS' 카테고리의 다른 글

AWS RDS mariaDB 기본 설정  (0) 2021.04.29
Posted by 질주하는구
,