AWS BillExplained
← サービス

管理・可観測性

AWS Cloud Development Kit (CDK)

  • 時間課金されない
  • GB課金されない
  • 個数課金されない

ひとことで言うと

Framework and CLI are free. It compiles down to CloudFormation, which is also free.

このサービス自体はメーターを回さない。下の「見落とすところ」に、どこに金が移るかを書いてある。

見落とすところ

cdk bootstrap provisions an S3 bucket, an ECR repository and IAM roles in every account and Region you deploy to. The bucket and any images pushed to it keep billing long after the project goes quiet.

同じ回り方をするサービス

回るメーターが完全に同じなので、ここで理解したことがそのまま使える。