這篇筆記下 AWS 的 API Gateway 的 Monitoring, Logging 和 tracing。
課程相關資訊
[連結]:https://www.udemy.com/course/aws-certified-developer-associate-dva-c01/learn/lecture/11851426
本篇範圍:Chapter 24
請注意:本系列文章為個人對應課程的消化吸收後,所整理出來的內容。換言之,並不一定會包含全部的課程內容,也有可能會添加其他資源來說明。
內容
1. 可將 CloudWatch Logs 與 API Gateway 綁定:當 req 和 res 通過 API Gateway 時,會留有一份記錄在 CloudWatch 上。不過要注意其中可能會有敏感資訊。
2. 你也可以啟用 X-Ray 來達成
3. CloudWatch 關於 API Gateway 的 Metric 可以列出 CacheHitCount, CacheMissCount, Count, Integration Latency (與後端服務的延遲) 和 Latency (與客戶端的延遲), 4XX 錯誤, 5XX 錯誤
4. API Gateway 可以設定 Throttling,過多會回傳 429 Too Many Requests