![見出し画像](https://assets.st-note.com/production/uploads/images/81744634/rectangle_large_type_2_c11f4833db716bc477393f79f82d87e1.png?width=1200)
[Lightsail]選択できるインスタンスプランをCLIで確認するには
【まとめると】
★コマンドライン(CLI)でLightsailの情報を取得できる
★インスタンスプランで料金が決まるので…
【コマンド】
$ aws lightsail get-bundles --region eu-west-1 \
--query 'bundles[].{price:price,ramSizeInGb:ramSizeInGb,bundleId:bundleId,instanceType:instanceType,supportedPlatforms:supportedPlatforms[0]}' --output table
![](https://assets.st-note.com/img/1656593044909-riRVINsV6t.png?width=1200)