0
0

aws protonの環境templateバージョンアップ時の失敗

Posted at

aws protonの環境templateバージョンアップ時の失敗

protonの環境バージョンを1.xから2.xにメジャーバージョンアップした際、サービスtemplate側の互換性設定を更新しないと互換性のある環境が存在しないとみなされてサービス構築できなくなるので注意が必要。

具体的には以下のファイル

 /templates/my-svc-template/v1/.template-registration.yaml   # service template version properties
compatible_environments:
  - env-templ-name:major-version
  - ...
supported_component_sources:
  - DIRECTLY_DEFINED
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