Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH 설정 문의 #3

Open
daasol opened this issue Oct 6, 2021 · 1 comment
Open

SSH 설정 문의 #3

daasol opened this issue Oct 6, 2021 · 1 comment

Comments

@daasol
Copy link

daasol commented Oct 6, 2021

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"
}
WAPL_20210919_43489

@clark-lt
Copy link

clark-lt commented Oct 6, 2021

@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 키를 사용하시면 됩니다. 감사합니다.
문서는 업데이트 하도록 하겠습니다. 감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants