LoginSignup
3
0

More than 5 years have passed since last update.

AWS CodeDeploy AppSpecファイルエラー

Posted at

AppSpec file(YAML)でversion: 0.1を記載すると、デプロイ時に下記エラーが帰ってくる。

The deployment failed because an invalid version value (0.1) was entered in the application specification file. Make sure your AppSpec file specifies "0.0" as the version, and then try again.

AWSのユーザーガイドを確認したら、versionの現在許容されている値は、0.0 のみ

バージョン
このセクションでは、AppSpec file のバージョンを指定します。この値を変更しないでください。この値は必須です。現在許容されている値は、0.0 のみです。将来の利用のために CodeDeploy で予約されています。

文字列で version を指定します。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0