在 CloudFront 中,如果某个边缘节点没有缓存到请求的内容,会发生什么?
In CloudFront, if the content is not present at an edge location, what happens when a request is made for that content?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
分类: AWS Networking
标签: cloudfront, cache-miss, origin, edge-cache
参考答案摘要
核心答案 发生 Cache Miss 时,CloudFront 会把请求转发到 Origin (源站,如 S3/ALB/EC2),获取内容后返回给用户,并将内容缓存到该边缘节点,以便后续请求直接命中缓存。
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。