If you're experiencing issues with your AWS services, then please refer to the AWS Health Dashboard. You can find the overall status of ongoing outages, the health of AWS services, and the latest updates from AWS engineers.
Cfn の削除保護を有効にしたまま、管理画面から EB の環境変数の変更を試す。
-> EB の環境変数の変更に失敗した。 (NG 期待どおりではない)
エラーメッセージは次のとおりでした。
Environment named XXX is in an invalid state for this operation. Must be Ready.
EB CLI にて EB の環境変数の変更を試す。
$ eb use XXX
$ eb setenv key=value
-> EB の環境変数の変更に失敗した。 (NG 期待どおりではない)
エラーメッセージは次のとおりでした。
ERROR: The operation cannot be completed at this time due to a pending operation. Try again later.
EB CLI にて EB の未完了操作を中断しようと試す。
$ eb abort XXX
-> 中断に失敗した。 (NG 期待どおりではない)
エラーメッセージは次のとおりでした。
ERROR: InvalidParameterValueError - Environment named XXX is in an invalid state for this operation. Must be pending deployment.