aws-cloudformation-resource-providers-cloudformation icon indicating copy to clipboard operation
aws-cloudformation-resource-providers-cloudformation copied to clipboard

MaxConcurrentCount is not working

Open mvn-bachhuynh-dn opened this issue 2 years ago • 0 comments

Hi there! I try to set MaxConcurrentCount but it seems does not work.

Here is my command

aws cloudformation update-stack-instances \
    --stack-set-name Dev-SwitchRoleTerraform \
    --accounts '["19613xxxxx","25913145xxxxx","5116737xxxxx","62613390xxxxx","70865695xxxxx"]' \
    --regions '["ap-northeast-1"]' \
    --operation-preferences FailureToleranceCount=10,RegionConcurrencyType="PARALLEL",MaxConcurrentCount=10
{
    "OperationId": "d0b51a79-ab5a-46cc-b717xxxxx"
}

After that I tried to update-stack-set, modify some parameter, but It only run one by one!

Please help me!

Thank you!

mvn-bachhuynh-dn avatar Nov 29 '22 11:11 mvn-bachhuynh-dn