Skip to content
New issue

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

feat(customizations): add support for operational preferences when creating stacksets #579

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

allcloud-sahar-hagbi
Copy link
Contributor

Hi,
Following our meeting (AWS LZA's team & AllCloud), here is one of the feature requests we discussed there.
The feature request is to control the operational preferences option when deploying stacksets in customization-config.yaml.
Right now, there is no option to control that option, and default values are supplied:

operationPreferences: { failureTolerancePercentage: 25, maxConcurrentPercentage: 35, regionConcurrencyType: 'PARALLEL', }

I exported the operational preferences property to be controlled by the user as an input along with the other properties that are not mentioned above:
failureToleranceCount, maxConcurrentCount, regionOrder

Those are all the options for the operational preferences property.
It is important to say that I left the default values as it was before, which won't have any affect on any users using the solution.

@allcloud-sahar-hagbi
Copy link
Contributor Author

hi @erwaxler,
Can we prioritize the release of this feature in the upcoming version 1.10.0?
This is a very simple yet crucial feature for the migration path in our customer's environment.
Thx in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants