Skip to content

Commit

Permalink
Update environment_configuration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenraghav01 authored May 4, 2023
1 parent e34933d commit ea90751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudlift/config/environment_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _create_config(self):
od_cluster_max_instances = prompt("Max instances in On-Demand cluster", default=5)
spot_cluster_min_instances = 0
spot_cluster_max_instances = 0
ecs_cluster_default_instance_type = "ondeamnd"
ecs_cluster_default_instance_type = "ondemand"
cluster_instance_types = prompt("Instance types", default='t2.micro')
elif cluster_types == 2:
spot_cluster_min_instances = prompt("Min instances in Spot cluster", default=1)
Expand Down

0 comments on commit ea90751

Please sign in to comment.