-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prod環境ではEC2インスタンスが削除されない #74
Comments
ああ、分かりました。はい、ポリシーによってこれらのリソースがスタックから「孤立」し (prod で削除)、「AWS Step Function」はスタックで削除を呼び出すことで機能します... これをより適切に処理する方法を確認するために、いくつかのテストを実行する必要があります。 スタックが削除された場合、現時点ではリソースを手動で削除するしか選択肢はありません。
|
@ouh-kaneko さん 新しいパッケージ バージョンが更新されるので、まず |
対応ありがとうございます。 |
@jl4nz さん |
このチケットを閉じます。!75 |
stages.tsでec2ServerStackを指定した状態で、stage=prodで環境構築を行うと
ec2ServerStackで指定した期間を経過後にCloudFormationのEC2Serverスタックは削除されますが、
EC2Serverスタックで作成された各リソースは削除されないまま残り続けます。
(これは、スタックのRemovalPolicyの設定によるものと考えられます)
EC2Serverスタックで作成される各リソースは、
stages.tsのec2ServerStackで指定した期間のみ存在し、その後は削除されるべきと考えます。
The text was updated successfully, but these errors were encountered: