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

AWS NLB 기능 보완 #683

Merged
merged 6 commits into from
Jun 17, 2022
Merged

AWS NLB 기능 보완 #683

merged 6 commits into from
Jun 17, 2022

Conversation

dev4unet
Copy link
Member

  • AWS NLB 생성전 중복 이름 체크 로직 추가
  • AWS NLB생성 시 IP및 DNS 설정 요청의 경우 기능 미지원 오류 메시지 추가
    • AWS는 고정 IP들을 NLB가 아닌 개별 AZ(서브넷)별로 설정하기 때문에 IP를 설정할 서브넷 정보가 없어서 IP를 설정할 수 없음
  • AWS NLB의 정보 조회 시 고정IP가 사용된 AZ(서브넷)가 있으면 리턴 정보에 IP 정보들을 추가 함.

@dev4unet
Copy link
Member Author

[고정 IP및 DNS 참고]

  1. NLB(서브넷)에 고정 IP 설정을 위해 필요한 정보
    • 1개의 고정 IP는 1개의 서브넷에만 할당 가능하며 NLB에 설정하려는 고정 IP별 서브넷 Id, EIP의 할당Id 정보가 필요 함.
    • VPC의 AZ당 1개의 서브넷만 선택 가능
  2. DNS 설정은 Route53을 이용해서 추가해야 함.

@powerkimhub powerkimhub merged commit 94ace5f into cloud-barista:master Jun 17, 2022
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

Successfully merging this pull request may close these issues.

2 participants