Skip to content

Commit

Permalink
added a way to delete stack despite using autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Nov 12, 2024
1 parent d646fd8 commit 6a6d2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sds_data_manager/constructs/ialirt_processing_construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ def add_autoscaling(self, processing_name):
self,
f"AsgCapacityProvider{processing_name}",
auto_scaling_group=auto_scaling_group,
enable_managed_termination_protection=False,
enable_managed_scaling=False,
)

self.ecs_cluster.add_asg_capacity_provider(capacity_provider)
Expand Down

0 comments on commit 6a6d2e3

Please sign in to comment.