We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there!
I try to set MaxConcurrentCount but it seems does not work.
Here is my command
After that I tried to update-stack-set, modify some parameter, but It only run one by one!
Please help me!
Thank you!
The text was updated successfully, but these errors were encountered: