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 を指定します。