You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_node_group_ami_type"></a> [node\_group\_ami\_type](#input\_node\_group\_ami\_type)| AMI type for the node group |`string`|`"AL2023_ARM_64_STANDARD"`| no |
137
137
| <aname="input_node_group_capacity_type"></a> [node\_group\_capacity\_type](#input\_node\_group\_capacity\_type)| Capacity type for worker nodes (ON\_DEMAND or SPOT) |`string`|`"ON_DEMAND"`| no |
138
138
| <aname="input_node_group_desired_size"></a> [node\_group\_desired\_size](#input\_node\_group\_desired\_size)| Desired number of worker nodes |`number`|`2`| no |
139
-
| <aname="input_node_group_instance_types"></a> [node\_group\_instance\_types](#input\_node\_group\_instance\_types)| Instance types for worker nodes.<br/><br/>Recommended Configuration for Running Materialize with disk:<br/>- Tested instance types: `m6g`, `m7g` families (ARM-based Graviton instances)<br/>- AMI: AWS Bottlerocket (optimized for container workloads)<br/>- Note: Ensure instance store volumes are available and attached to the nodes for optimal performance with disk-based workloads. |`list(string)`| <pre>[<br/> "r8g.2xlarge"<br/>]</pre> | no |
139
+
| <aname="input_node_group_instance_types"></a> [node\_group\_instance\_types](#input\_node\_group\_instance\_types)| Instance types for worker nodes.<br/><br/>Recommended Configuration for Running Materialize with disk:<br/>- Tested instance types: `m6g`, `m7g` families (ARM-based Graviton instances)<br/>- Enable disk setup when using `r7gd`<br/>- Note: Ensure instance store volumes are available and attached to the nodes for optimal performance with disk-based workloads. |`list(string)`| <pre>[<br/> "r7gd.2xlarge"<br/>]</pre> | no |
140
140
| <aname="input_node_group_max_size"></a> [node\_group\_max\_size](#input\_node\_group\_max\_size)| Maximum number of worker nodes |`number`|`4`| no |
141
141
| <aname="input_node_group_min_size"></a> [node\_group\_min\_size](#input\_node\_group\_min\_size)| Minimum number of worker nodes |`number`|`1`| no |
142
142
| <aname="input_operator_namespace"></a> [operator\_namespace](#input\_operator\_namespace)| Namespace for the Materialize operator |`string`|`"materialize"`| no |
0 commit comments