You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cloudinit을 통해 프로비저닝 한 키를 설정하라고 적혀있는데, 이 부분 강의에서도 자세한 설명이 없어서 수강에 어려움이 있습니다.
ssh 설정에 사용되는 하기 설정에 대한 자세한 설명 부탁드립니다.
// TODO: Maybe use a list instead and provision keys through cloudinit
variable "key_name" {
description = "The SSH key to use for these instances."
default = "charsyam"
}
The text was updated successfully, but these errors were encountered:
@daasol 님 안녕하세요. 해당 값은 미리 생성이 되어있어야 하는데 제가 업데이트 하도록 하겠습니다.
1] aws 메뉴중에 ec2 를 선택합니다. 메뉴 아래쪽에 Network & Security 가 있고, 그 메뉴 중에 Key Pairs 가 있습니다.
2] Key Pairs를 선택후에 오른쪽 상단의 Create Key Pair를 선택하시면
Name : 원하시는 이름으로 선택
Key Pair Type: RSA
Private Key File Format: .PEM 으로 선택
하시고 Create Key Pair를 선택하시면 해당 Name으로 값이 생기고 해당 Pem을 바로 다운받게 됩니다.
위의 terraform에서 그 Name 을 사용하시고 접속하실때는 이때 다운받은 Pem 키를 사용하시면 됩니다. 감사합니다.
문서는 업데이트 하도록 하겠습니다. 감사합니다.
cloudinit을 통해 프로비저닝 한 키를 설정하라고 적혀있는데, 이 부분 강의에서도 자세한 설명이 없어서 수강에 어려움이 있습니다.
ssh 설정에 사용되는 하기 설정에 대한 자세한 설명 부탁드립니다.
// TODO: Maybe use a list instead and provision keys through cloudinit
variable "key_name" {
description = "The SSH key to use for these instances."
default = "charsyam"
}
The text was updated successfully, but these errors were encountered: