AWS CodeDeploy 経由でデプロイしようとしています。ただし、次のエラーで常に before-insatll で失敗します。
そのようなファイルまたはディレクトリはありません - /opt/codedeploy-agent/deployment-root/xxxxx/xxxxxx/deployment-archive/appspec.yml
S3 バケットにロードした ZIP ファイルは、ここで定義された構造に従っています。
|--content (subfolder)
| |--myTextFile.txt
| |--mySourceFile.rb
| |--myExecutableFile.exe
| |--myInstallerFile.msi
| |--myPackage.rpm
| |--myImageFile.png
|--scripts (subfolder)
| |--myShellScript.sh
| |--myBatchScript.bat
| |--myPowerShellScript.ps1
|--appspec.yml
何が問題なのか本当にわかりません。どんな助けでも大歓迎です。