diff --git a/deploy-board/deploy_board/webapp/helpers/autoscaling_groups_helper.py b/deploy-board/deploy_board/webapp/helpers/autoscaling_groups_helper.py index 72ae8689e8..6c85b05b26 100644 --- a/deploy-board/deploy_board/webapp/helpers/autoscaling_groups_helper.py +++ b/deploy-board/deploy_board/webapp/helpers/autoscaling_groups_helper.py @@ -19,7 +19,8 @@ rodimus_client = RodimusClient() -TerminationPolicy = ["Default", "OldestInstance", "NewestInstance", "ClosestToNextInstanceHour"] +TerminationPolicy = ["Default", "OldestInstance", "NewestInstance", "ClosestToNextInstanceHour", 'OldestLaunchTemplate', 'AllocationStrategy'] + Comparator = [{"value": "GreaterThanOrEqualToThreshold", "symbol": "≥"}, {"value": "GreaterThanThreshold", "symbol": ">"},