File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
terraform/oss-standalone-redisearch-m5 Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ resource "aws_instance" "client" {
46
46
# ###############################################################################
47
47
# This will ensure we wait here until the instance is ready to receive the ssh connection
48
48
# ###############################################################################
49
- user_data = <<- EOF
50
- #!/bin/bash
51
- echo "Instance is ready" > /var/log/instance_ready.log
52
- EOF
49
+ # user_data = <<-EOF
50
+ # #!/bin/bash
51
+ # echo "Instance is ready" > /var/log/instance_ready.log
52
+ # EOF
53
53
54
54
# ###############################################################################
55
55
# Deployment related
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ resource "aws_instance" "server" {
51
51
# ###############################################################################
52
52
# This will ensure we wait here until the instance is ready to receive the ssh connection
53
53
# ###############################################################################
54
- user_data = <<- EOF
55
- #!/bin/bash
56
- echo "Instance is ready" > /var/log/instance_ready.log
57
- EOF
54
+ # user_data = <<-EOF
55
+ # #!/bin/bash
56
+ # echo "Instance is ready" > /var/log/instance_ready.log
57
+ # EOF
58
58
59
59
# ###############################################################################
60
60
# Deployment related
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ variable "ssh_user" {
146
146
# m5.8xlarge 32 VCPUs 128 GB MEM
147
147
variable "server_instance_type" {
148
148
description = " type for aws EC2 instance"
149
- default = " m5 .8xlarge"
149
+ default = " m6i .8xlarge"
150
150
}
151
151
152
152
@@ -171,7 +171,7 @@ variable "server_instance_cpu_threads_per_core" {
171
171
172
172
variable "client_instance_type" {
173
173
description = " type for aws EC2 instance"
174
- default = " c5 .4xlarge"
174
+ default = " c6i .4xlarge"
175
175
}
176
176
177
177
variable "client_instance_count" {
You can’t perform that action at this time.
0 commit comments