Skip to content

Commit ad29604

Browse files
committed
small fix to batch compute for CDK
1 parent ce5852f commit ad29604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_setup/workbench_core/workbench_core/workbench_core_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def create_batch_compute_environment(self) -> batch.FargateComputeEnvironment:
410410
compute_environment_name="workbench-compute-env",
411411
vpc=vpc,
412412
vpc_subnets=vpc_subnets,
413-
# replace_compute_environment=True, # Only Needed if you want to replace the environment on update
413+
replace_compute_environment=True,
414414
)
415415

416416
def create_batch_job_queue(self) -> batch.JobQueue:

0 commit comments

Comments
 (0)