API Gateway 對一般是 401 (unauthenticated) 與 404 (not found […]
AWS RDS 高可用 (HA)
筆記 Amazon RDS 的高可用手段與實現方式
連結: Amazon Aurora Under the Hood
之前零星看過這系列裡的一兩篇,把連結整理在一起比較好找: Quorums and Correlated Fai […]
暴力猜測 AWS IAM Identity
不知道這是 Feature 或 Bug,但在 AWS 裡可以透過 IAM Role Trust Relatio […]
AWS sts:GetCallerIdentity
忘記太多次了,回家做筆記。 在持有有效 Credential 後,可以透過 sts:GetCallerIden […]
在 AWS EC2 2017.09 啟用 HTTP/2
在 AWS EC2 (2017.09 或更新) 自帶 httpd (Apache) 啟用 HTTP/2: LoadModule, Protocols, MPM
CloudFront 502 除錯
最近腦波弱,犯不少愚蠢錯誤 T_T 前陣子把這邊 (blog) 的 ELB 拆掉,也把 HTTP Certif […]
自用進口 Echo Dot 筆記
以 Echo Dot 為例,簡述自動進口射頻管制設備的流程。
Echo Dot !!!
Lambda Container Reuse
透過測試程式碼,探討 AWS Lambda 使用與復用 (reuse) Container 的機轉。context.done() 會觸發 freeze() 排程,不檢查 EventLoop 因此下次復用時會執行前次留存的任務;4.3 的 callback() 則不觸發 freeze(),改由監控 event loop 控制排程,計算執行時間,並可能觸發 timeout 並阻止該 Container 被 Freeze。