2022-11-29
aws-sns-sqs

Read More

2022-10-31
aws-api-gateway-private

最近在針對 api gateway 的部分,進行安全性的加強
有部分的 API 只希望給內部的 service 使用,就來用看看 private api gateway 的方法囉

Reference

Read More

2022-10-27
aws-lambda-sqs

Read More

2022-10-21
aws-lambda-lifecycle

記錄 lambda 的 lifecycle

Reference

Read More

2022-10-21
aws-api-gateway-waf

使用 aws api-gateway 時,前面有加一層 WAF 來進行 rate limit 是一個滿好的選擇
此篇記錄 serverless framework 加上 AWS WAF 的整合方式

Tips

Reference

同場加映

Read More

2022-10-17
aws-redis-tutorial

最近在 survey 使用 redis 來當作 session 儲存的位置
將找到的 tutorial 加以記錄

Reference

Read More

2022-10-14
aws-tag

最近在看 aws cost 時,常會看到滿多沒有下 tag 的 aws resources
之前的習慣不好,都是手建的,就沒有下 tag
就找找看要如何查沒有下 tag 的 aws resources 囉

Reference

Read More

2022-10-04
aws-find-by-ip

使用 cmd 範例

  • aws ec2 describe-network-interfaces --region=us-west-1 --filters Name=addresses.private-ip-address,Values=10.0.0.1

Reference

Read More

2022-09-28
aws-rds-proxy

Read More

2022-09-16
aws-cost-anomaly-detection

在使用 AWS 的過程中,因為都是 pay as you go 的,有可能在開發的過程中,就不經意的花了過多的 cost
就試著設定 Cost Anomaly Detection 來試試看

Tips

  • 設定 alert Threshold 時,其中 Threshold 的值,就是你所花的錢,跟 machine learning 的結果,是無關的
    • Threshold: The spend amount for which you would like to receive alerts.
    • The threshold you set for the alert subscription is purely for alert notifications. It is separate from the anomaly detection threshold.

Reference

Read More