管理・可観測性
AWS Command Line Interface
- 時間課金されない
- GB課金されない
- 個数課金されない
ひとことで言うと
The CLI is free. Whatever service answers the call does the billing.
このサービス自体はメーターを回さない。下の「見落とすところ」に、どこに金が移るかを書いてある。
見落とすところ
Nothing meters at the CLI layer. Cost tracks the command: an s3 sync pulls S3 request and transfer charges, a logs tail pulls CloudWatch Logs charges, and a polling loop in CI can do both all day.
同じ回り方をするサービス
回るメーターが完全に同じなので、ここで理解したことがそのまま使える。