반응형
If you see any error like Value for parameter PublicKeyMaterial is invalid. Length exceeds maximum of 2048 while importing PEM file from one region to other region, then we can generate key again from sshkeygen command and use the output while importing.
Step 1: ssh-keygen -y -f pem-file-name.pem (기존 사용서버에서 할 것)
Step 2: Copy the output and paste it in the AWS console import window.
Step 3: Click on import
It works this time.
Now use this key while creating resource.
## 키페어 재활용 성공
반응형
'[AWS] > ROG' 카테고리의 다른 글
[AWS] CentOS 7 부팅시 자동시작 스크립트 적용 (0) | 2022.03.08 |
---|---|
[AWS] Tomcat 서비스 등록, 삭제, 목록 확인 (0) | 2022.03.08 |
AWS Systems Manager | Run Command or Script in multiple EC2 Linux instances | Live Coding with SSM (0) | 2022.03.07 |
[AWS] SSM - System Manager - EC2에서 원격으로 command 실행 (0) | 2022.03.07 |
[AWS] Powershell을 이용한 EC2 SSH 원격 접속 (0) | 2022.03.04 |
댓글