aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
48 stars 35 forks source link

MaxConcurrentCount is not working #101

Open mvn-bachhuynh-dn opened 1 year ago

mvn-bachhuynh-dn commented 1 year ago

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!