Commit 02030d9 1 parent 3eedf3c commit 02030d9 Copy full SHA for 02030d9
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variable "scylla_cloud_token" {
13
13
variable "scylla_cloud_region" {
14
14
description = " ScyllaDB Cloud region of the cluster"
15
15
type = string
16
- default = " eu-north -1"
16
+ default = " us-east -1"
17
17
}
18
18
19
19
# SSH private key for EC2 instance access
@@ -75,7 +75,7 @@ variable "instance_type" {
75
75
variable "scylla_node_type" {
76
76
description = " Type of ScyllaDB Cloud instance"
77
77
type = string
78
- default = " i3en.24xlarge "
78
+ default = " i4i.4xlarge "
79
79
}
80
80
81
81
# ScyllaDB Cloud user
@@ -110,7 +110,7 @@ variable "instance_tenancy" {
110
110
variable "ami_id" {
111
111
description = " AMI ID for the EC2 instance"
112
112
type = string
113
- default = " ami-0a23f9b62c17c53fe "
113
+ default = " ami-0665aae77b073ae42 "
114
114
}
115
115
116
116
# Number of ScyllaDB Cloud instances to create
You can’t perform that action at this time.
0 commit comments