일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- x.509
- W5500
- Ethernet
- circuitPython
- Python
- PIR
- WIZnet
- Linux
- putty
- nodejs
- Private Key
- PuTTYgen
- Azure
- ubuntu
- aws
- openssl
- raspberrypi
- thonny
- adafruitio
- IoT Central
- micropython
- SSH
- Raspberry Pi
- vscode
- w5500-evb-pico
- 라즈베리파이3
- W5100S-EVB-Pico
- W5100S
- RP2040
- ChatGPT
- Today
- Total
목록aws (2)
Develop Note

PuTTY를 사용하여 private key AWS EC2에 SSH로 접속해 보자. AWS EC2 인스턴스를 생성할 때 key pair를 생성할 수 있고, 별도로 생성하지 않았다면 EC2 콘솔 메뉴에서 따로 생성할 수 있다. 이 때 Private key file format을 선택 할 수 있는데 이왕이면 둘 다 제공해주면 좋겠지만 아쉽게도 그렇게 되어있지 않다. 이미 .ppk 파일로 생성했다면 바로 PuTTY를 통해 접속하면 되고, .pem으로 생성했다면 아래 글을 참고하여 변환할 수 있다. PuTTY SSH 접속을 위한 Private key 파일 변환 (.pem -> .ppk) PuTTY SSH 접속을 위한 Private key 파일 변환 (.pem -> .ppk) PuTTY에서 사용할 수 있는 key ..
Let's connect to AWS IoT Core using the W5100S-EVB-Pico board. I will implement it using Micropython and connect it with the MQTT protocol. Proceed to the following process. AWS services AWS IoT Core and device creation Download device certificate Upload Micropython firmware Write the main code Certificate conversion Check operation Prerequisite For reference, the host PC environment uses Wi..