We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d5d6d commit 8768b80Copy full SHA for 8768b80
testing/benchmark/system-profiles/8GB_io2_6000iops-x1zone.tfvars
@@ -0,0 +1,23 @@
1
+user_name = "USER"
2
+
3
+# APM bench
4
5
+worker_instance_type = "c6i.xlarge"
6
7
+# Elastic Cloud
8
9
+# The number of AZs the APM Server should span.
10
+apm_server_zone_count = 1
11
+# The Elasticsearch cluster node size.
12
+elasticsearch_size = "64g"
13
+# The number of AZs the Elasticsearch cluster should have.
14
+elasticsearch_zone_count = 2
15
+# APM server instance size
16
+apm_server_size = "8g"
17
18
+# Standalone
19
20
+standalone_apm_server_instance_size = "c6i.xlarge"
21
+standalone_apm_server_volume_type = "io2"
22
+standalone_apm_server_iops = 6000
23
+standalone_moxy_instance_size = "c6i.2xlarge"
0 commit comments