Skip to content

Commit b3fee40

Browse files
chore: Fix instance size of sharded cluster example (#588)
1 parent 2c1a8a0 commit b3fee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aws_cluster/aws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func createClusterRequest(projectId string) *admin.ClusterDescription20240805 {
126126
// Size
127127
priority := int(7)
128128
nodeCount := int(3)
129-
instanceSize := "M10"
129+
instanceSize := "M30"
130130

131131
return &admin.ClusterDescription20240805{
132132
Name: &clusterName,

0 commit comments

Comments
 (0)