Skip to content

Commit

Permalink
More policies
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen100000010 committed Nov 15, 2024
1 parent ac460fc commit 554cf3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
rodimus_client = RodimusClient()


TerminationPolicy = ['DEFAULT', 'OLDEST_INSTANCE', 'NEWEST_INSTANCE', 'CLOSEST_TO_NEXT_INSTANCE_HOUR', 'ALLOCATION_STRATEGY', 'OLDEST_LAUNCH_TEMPLATE']
TerminationPolicy = ["Default", "OldestInstance", "NewestInstance", "ClosestToNextInstanceHour", 'OldestLaunchTemplate', 'AllocationStrategy']


Comparator = [{"value": "GreaterThanOrEqualToThreshold", "symbol": "≥"},
Expand Down

0 comments on commit 554cf3c

Please sign in to comment.