連携・メッセージング
AWS AppSync
- 時間課金される
- GB課金される
- 個数課金される
ひとことで言うと
Three meters: per GraphQL operation, per real-time update pushed, and per minute a client stays subscribed.
見落とすところ
Real-time updates meter per 5KB of payload, so an 8KB push bills as two messages. Connection minutes tick while a subscriber sits idle and are entirely independent of how many updates you send.
請求書での探し方
Cost Explorer や CUR をこの usage type で絞り込む。リージョン接頭辞がないものは us-east-1 を指す。
GraphQLInvocationGraphQLNotificationConnectionDuration
同じ回り方をするサービス
回るメーターが完全に同じなので、ここで理解したことがそのまま使える。