問題タブ [aws-aurora-serverless]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - 損失なしで CloudFormation を使用して MySQL 5.6 から 5.7 に Aurora サーバーレスを更新する
環境
プロダクション Aurora サーバーレス データベースを MySQL 5.6 から 5.7 にアップグレードする必要があります。すべてのリソースは、CloudFormation を使用して Infrastructure as a Code としてデプロイされています。
問題
CloudFormation テンプレートでエンジン バージョンを更新すると、データベースが置き換えられ、ダウンタイムとデータ損失が発生します。また、データベース ARN に接続する依存リソースも多数あります。(現在、ARN はクロススタック参照としてエクスポートされています)。
質問
長期的に実行可能な、そのようなメンテナンスを達成するためのクリーンな方法は何でしょうか?
前もって感謝します !