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.
'BYU-Broadcast > ScreenSharing' 카테고리의 다른 글
[ScreenSharing] Integration tests (0) | 2022.05.03 |
---|---|
[ScreenSharing] Tests for AWS ECS and Lambda function with Serverless (0) | 2022.04.29 |
[ScreenSharing] How to lower the cost of AWS? AWS Lambda vs AWS Fargate (0) | 2022.04.29 |
[ScreenSharing] AWS CloudFormation, AWS SNS (0) | 2022.04.29 |
[ScreenSharing] Black-box Testing vs White-box Testing > Make it Functional (0) | 2022.04.22 |