You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like terraform will destroy the ec2 instance when changing either of the avalon or avalon-docker branch/tag/commit variables. This could leave the system down for 10-15 minutes while a new ec2 instance is created, the codebuild build to run and deploy, and finally for the docker containers to boot.
Done Looks Like
Explore using terraform lifecycle properties like create_before_destroy to reduce the downtime when upgrading.
The text was updated successfully, but these errors were encountered:
Description
It seems like terraform will destroy the ec2 instance when changing either of the avalon or avalon-docker branch/tag/commit variables. This could leave the system down for 10-15 minutes while a new ec2 instance is created, the codebuild build to run and deploy, and finally for the docker containers to boot.
Done Looks Like
create_before_destroy
to reduce the downtime when upgrading.The text was updated successfully, but these errors were encountered: