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

[9,10주차/링크] 워크북 제출합니다. #81

Open
wants to merge 1 commit into
base: link/main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8,834 changes: 4,440 additions & 4,394 deletions .idea/dataSources/ceb01c00-526d-4956-8836-e10d6248430e.xml

Large diffs are not rendered by default.

31 changes: 19 additions & 12 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added mission/chapter10/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mission/chapter10/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions mission/chapter10/mission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## VPC 구성
![alt text](image.png)
- CIDR : 10.0.0.0/16 으로 VPC 구성

## VPC 내부에 subnet 구성
![alt text](image-1.png)
- default 라는 이름의 퍼블릭 서브넷 구성(외부와 연결이 되어있음)
- CIDR : 10.0.1.0/24 으로 서브넷 구성

## 인터넷 게이트웨이 설정
![alt text](image-2.png)
- VPC에 인터넷 게이트웨이를 생성

## 라우팅 테이블 설정
![alt text](image-3.png)
- 라우팅 테이블에서 들어오는 모든 주소에 대해 인터넷 게이트웨이로 연결
- 10.0.0.0/16 으로 가고자 하는 것만 local로 연결 내부 라우터가 해결

## 보안그룹 인바운드 설정
![alt text](image-4.png)
- 해당 포트로 들어오는 것에 대해 보안그룹을 위와 같이 설정
- 3000 포트를 열어두는 이유는 서버에 대한 포트

## EC2 생성
![alt text](image-5.png)
- default 서브넷에 EC2 인스턴스 생성
![alt text](image-6.png)
- 만든 보안그룹 설정

## SSH 접속
![alt text](image-7.png)

## Nginx 설치및 해당 ip접속
![alt text](image-8.png)