連携・メッセージング
Amazon API Gateway
- 時間課金される
- GB課金される
- 個数課金される
ひとことで言うと
REST and HTTP bill per request. WebSocket bills per message and per minute a socket stays open.
見落とすところ
HTTP API requests meter in 512KB increments and WebSocket messages in 32KB, so one fat payload becomes several billed units. Connection minutes accrue on idle sockets carrying no traffic at all.
請求書での探し方
Cost Explorer や CUR をこの usage type で絞り込む。リージョン接頭辞がないものは us-east-1 を指す。
ApiGatewayRequestApiGatewayHttpRequestApiGatewayMessageApiGatewayMinute
同じ回り方をするサービス
回るメーターが完全に同じなので、ここで理解したことがそのまま使える。