728x90
반응형
[AWS Architecture] Subnet 설정
작성일자 : 2018년 10월 11일
목표 구성
현재 구성
AWS VPC 서비스 내 Subnet 설정
사용할 가용 영역 및 IP 주소 영역 설정(VPC에 포함되도록)
Private용 서브넷 라우팅 테이블엔 NAT Gateway 설정 (본 과정에서는 설정은 하나 미사용)
Public용 서브넷 라우팅 테이블엔 Internet Gateway 설정
확인
현재 구성
현재 구성에서 Public Subnet 내에서는 별다른 설정 없이도 IGW를 통해 인터넷에 접근이 가능하나, Private Subnet 내에서는 인터넷 망 접근을 위해선 NAT Gateway 설정이 필요하다.
http://osc131.tistory.com/80 - [AWS Architecture] #1. 소개
http://osc131.tistory.com/81 - [AWS Architecture] #2. VPC 생성하기
http://osc131.tistory.com/82 - [AWS Architecture] #3. Subnet 설정
http://osc131.tistory.com/83 - [AWS Architecture] #4. EC2 설정
http://osc131.tistory.com/84 - [AWS Architecture] #5. RDS 설정
http://osc131.tistory.com/85 - [AWS Architecture] #6. ELB 설정
728x90
반응형
'AWS' 카테고리의 다른 글
[AWS Architecture] #5. RDS 설정 (0) | 2018.10.13 |
---|---|
[AWS Architecture] #4. EC2 설정 (5) | 2018.10.12 |
[AWS Architecture] #2. VPC 생성하기 (3) | 2018.10.10 |
[AWS Architecture] #1. 소개 (0) | 2018.10.10 |
[AWS] Elastic Beanstalk 생성 (0) | 2018.07.21 |