0

最近行った EC2 構成の変更の 1 つについて、あなたの助けが必要です。

私は 14 個の EC2 オンデマンドの実行中のインスタンスを持っていますが、リザーブド インスタンスを購入することで実際にコストを半分に削減できることを後で知りました。

まず、オンデマンド インスタンス タイプに一致するリザーブド インスタンスを 1 つ購入し、請求割引がすぐに適用されました (このビデオに基づいて確認できます: https://www.youtube.com/watch?v= rvdnJrLlWJs )。

次に、以下に示すように、さらに 4 つのリザーブド インスタンスを購入しました。

ここに画像の説明を入力

ここに画像の説明を入力

購入後、課金割引が適用されることを期待していましたが、代わりにリージョンなしの下に RI が表示されました (以下を参照)。選択した構成は、単一インスタンスの場合とまったく同じでした。ここでの唯一の違いは、インスタンスの数が 4 であることです。

ここに画像の説明を入力

14 個の EC2 Running On-Demand インスタンスがすべて t2.medium ファミリーのものであることを確認できます。

親切に助けて提案してください。ありがとう

[更新] @aws-ps が提案したアプローチに基づいて、私が得たものは次のとおりです。

Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Does not support vpc yet, please be careful when trusting these results
Congratulations, you have no unused reservations

Congratulations, you have no unreserved instances
Traceback (most recent call last):
  File "./ec2-check-reserved-instances.py", line 84, in <module>
    qty_running_instances = reduce( lambda x, y: x+y, running_instances.values() )
TypeError: reduce() of empty sequence with no initial value
4

2 に答える 2