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
의 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 |
---|