Skip to content

Commit

Permalink
Add region parallelism to stacksets
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig committed Jul 12, 2024
1 parent 39289ba commit a88b695
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion templates_cspm_cloudlogs/OrgFullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 5
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: CSPMRoleName
ParameterValue: !Ref CSPMRoleName
Expand Down
9 changes: 6 additions & 3 deletions templates_cspm_eventbridge/OrgFullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 5
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: CSPMRoleName
ParameterValue: !Ref CSPMRoleName
Expand Down Expand Up @@ -339,7 +340,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 5
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
ParameterValue: !Ref EventBridgeRoleName
Expand Down Expand Up @@ -416,7 +418,8 @@ Resources:
Capabilities:
- CAPABILITY_NAMED_IAM
OperationPreferences:
MaxConcurrentCount: 5
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
ParameterValue: !Ref EventBridgeRoleName
Expand Down
9 changes: 6 additions & 3 deletions templates_eventbridge/OrgEventBridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ Resources:
Capabilities:
- CAPABILITY_NAMED_IAM
OperationPreferences:
MaxConcurrentCount: 5
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
ParameterValue: !Ref EventBridgeRoleName
Expand Down Expand Up @@ -274,7 +275,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 5
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: TrustedIdentity
ParameterValue: !Ref TrustedIdentity
Expand Down Expand Up @@ -351,7 +353,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 5
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
ParameterValue: !Ref EventBridgeRoleName
Expand Down

0 comments on commit a88b695

Please sign in to comment.