File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
spire/templates/shared-ecs Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ Parameters:
4141
4242Conditions :
4343 IsProduction : !Equals [!Ref EnvironmentType, Production]
44- IsStaging : !Equals [!Ref EnvironmentType, Staging]
4544 IsPrimaryRegion : !Equals [!Ref RegionMode, Primary]
4645 KeepAsgAlive : !And [!Condition IsProduction, !Condition IsPrimaryRegion]
4746 EnableNestedChangeSetScrubbingResources : !Equals [!Ref NestedChangeSetScrubbingResourcesState, Enabled]
@@ -381,7 +380,7 @@ Resources:
381380 MaxSize : !If [IsProduction, "75", "20"]
382381 MetricsCollection :
383382 - Granularity : 1Minute
384- MinSize : !If [KeepAsgAlive, "7 ", "0"]
383+ MinSize : !If [KeepAsgAlive, "0 ", "0"]
385384 NewInstancesProtectedFromScaleIn : false
386385 Tags :
387386 - { PropagateAtLaunch: true, Key: Name, Value: !Sub "${RootStackName}_shared-asg-aarch64" }
You can’t perform that action at this time.
0 commit comments