0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AWS ECS Codepileline の CodeBuild (デプロイステージ) でのエラー Exception while trying to read the task definition artifact file from: Build

Posted at

エラー例

image

解決

ビルドステージをDeployステージの入力とした場合、
ファイルを利用するには buildspec.yml で artifacts のファイル指定が必要なようだ

artifacts:
  files:
    - taskdef.json

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?