Skip to content

Commit

Permalink
Processed Markdown files using obs3dian
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjin99 committed Oct 18, 2024
1 parent c8d60e5 commit c1e3a60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AWS/CloudFront/CloudFront.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- 해당 이미지로 접속하게 되면 여러 네트워크의 복잡한 방식을 통해 라우팅 된다.
→ 클라우드 프론트의 경우 이런 라우팅 방식을 효과적으로 제어해 콘텐츠 배포 속도를 올린다.
(최종 사용자에게 가장 가까운 네트워크를 사용해서 빠르게 데이터를 제공한다)
![[스크린샷 2024-06-05 13.15.19.png]]
![](https://csocrates-s3.s3.ap-northeast-2.amazonaws.com/CloudFront%20/%20%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7%202024-06-05%2013.15.19.png)

전세계에 퍼져있는 aws 백본 네트워크와, 엣지 서버를 활용해 사용자에게 제일 가까이 존재하는 cloudfront를 사용하여 속도를 올릴 수 있다.

Expand All @@ -22,9 +22,9 @@
- 물리적으로 거리가 멀면 멀수록 지연시간이 생길 수 밖에 없다.
- 이럴 때 클라이언트와 서버 중간에 캐시 서버를 두어 속도를 높이는 것

![[스크린샷 2024-07-25 오후 4.46.23.png]]
![](https://csocrates-s3.s3.ap-northeast-2.amazonaws.com/CloudFront%20/%20%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7%202024-07-25%20%EC%98%A4%ED%9B%84%204.46.23.png)

![[스크린샷 2024-07-25 오후 4.46.28.png]]
![](https://csocrates-s3.s3.ap-northeast-2.amazonaws.com/CloudFront%20/%20%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7%202024-07-25%20%EC%98%A4%ED%9B%84%204.46.28.png)

## Cloud Front 콘텐츠 제공 방법

Expand All @@ -40,12 +40,12 @@
1. 전역 엣지 로케이션인 POP는 사용자에게 가장 가까운 위치.
2. 리전 엣지 캐시는 리전내에 위치하며 POP을 도와준다. (POP보다는 덜 사용되는 데이터들의 정보를 가지고 있다.)

![[스크린샷 2024-06-05 13.42.27.png]]
![](https://csocrates-s3.s3.ap-northeast-2.amazonaws.com/CloudFront%20/%20%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7%202024-06-05%2013.42.27.png)

## 사용 사례

- s3 + cloudFront로 정적 웹 콘텐츠 (html, css, js)의 전송속도를 높일 수 있다.
![[스크린샷 2024-06-10 13.352331.png]]
![](https://csocrates-s3.s3.ap-northeast-2.amazonaws.com/CloudFront%20/%20%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7%202024-06-10%2013.352331.png)
- 미디어를 스트리밍하기 위한 몇 가지 옵션을 제공한다
- 온디맨드 비디오 : hls, mpeg dash 등과 같은 일반적인 포맷으로 디바이스에 상관없이 스트리밍 가능
- 라이브 스트리밍 : 엣지에 미디어 조각을 캐싱하여 해당 소작을 올바른 순서로 전송하는 manifast 파일에 대한 여러 요청을 결합함으로써 오리진 서버의 부하를 줄일 수 있음.
Expand Down

0 comments on commit c1e3a60

Please sign in to comment.