BYU-Broadcast/ScreenSharing

[ScreenSharing] AWS CloudFront, AWS DNS with caching

brightlightkim 2022. 4. 29. 04:00

Cache saved for five minutes

 

AWS CloudFront

- Temporarily store some memories and communicate with users

- That it doesn't have to access the HTTP requests and responses all the time

- And when the data is outdated(i.e. 5 min) , we use the website.

- Save in the cache and send responses.

 

Build it first and lower the cost later (Be smart about it)

- Optimization should come after.