0

AWSを使用した場合のコストをよりよく理解しようとしています。 aws cloudformation estimate-template-costをAWSクイックスタートテンプレートの1つに使用しようとしています。 URLが返さaws cloudformation見積もりテンプレートコストが非稼動のURLを返す

$: aws --region="us-west-2" cloudformation estimate-template-cost --template-url="https://s3.amazonaws.com/quickstart-reference/hashicorp/vault/latest/templates/quickstart-hashicorp-vault-master.template" --parameters='[{"ParameterKey":"KeyPairName","ParameterValue":"","UsePreviousValue":false},{"ParameterKey":"AccessCIDR","ParameterValue":"0.0.0.0/0","UsePreviousValue":false},{"ParameterKey":"EmailAddress","ParameterValue": "","UsePreviousValue": false},{"ParameterKey":"AvailabilityZones", "ParameterValue":"us-west-2a,us-west-2b,us-west-2c","UsePreviousValue":false}]' 
{ 
    "Url": "http://calculator.s3.amazonaws.com/calc5.html?key=cloudformation/500b0d9e-22fd-400a-bfa3-7ad34dfeb592" 
} 

はちょうど記入任意の情報、ちょうど空白のフォームなしでコスト計算のウェブサイトに私をもたらします:ここで

は、URLを返す私のコマンドです。

私はAWSコンソールで手動でこのテンプレートを起動しようとしたときに、利用できるリンクがないことにも気づいた:

enter image description here

私はコンソールに記入のパラメータは、コマンドでのものと一致。私はそれらを記入したので、パラメータ/オプションに何か問題がありますか?または、私はこのアクションを実行させないAWSアカウントに関する何かがありますか?

答えて

0

ああ、このテンプレートはVPCリソースをスピンアップするだけなので、何の費用もかからないので、間違ったテンプレートを選んだようです。

関連する問題