매치메이커 타겟 그룹 만들기

  1. EC2 서비스로 넘어갑니다.
  2. 좌측 사이드 메뉴에서 Target Groups를 선택하고 Create target group을 선택하고 아래와 같이 입력합니다.

    • Target group name: matchmaker
    • Target type: instance
    • Protocol: http
    • Port: 8888
    • VPC: tic-tac-toe-vpc
    • Health check settings/Path: /api/health
    • 나머지 항목은 기본값으로 둡니다. Example Service
  3. 헬스체크 시간을 단축하기 위해 Advanced health check settings의 파라메터를 아래와 같이 수정합니다.

    • Healthy threshold: 2
    • Interval: 10

Example Service

Create를 선택하여 타겟그룹을 생성합니다.