Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc_source/aws-attribute-updatepolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Specifies the maximum number of instances that AWS CloudFormation updates\.
*Required*: No

`MinInstancesInService` <a name="cfn-attributes-updatepolicy-rollingupdate-mininstancesinservice"></a>
Specifies the minimum number of instances that must be in service within the Auto Scaling group while AWS CloudFormation updates old instances\.
Specifies the minimum number of instances that must be in service within the Auto Scaling group while AWS CloudFormation updates old instances\. Must be less than the Auto Scaling group's Max size.
*Default*: `0`
*Type*: Integer
*Required*: No
Expand Down Expand Up @@ -478,4 +478,4 @@ Alias:
DeploymentGroupName: !Ref CodeDeployDeploymentGroup
BeforeAllowTrafficHook: !Ref PreHookLambdaFunction
AfterAllowTrafficHook: !Ref PreHookLambdaFunction
```
```