Skip to content

Commit 02030d9

Browse files
committed
Update region, instance, and ami
1 parent 3eedf3c commit 02030d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "scylla_cloud_token" {
1313
variable "scylla_cloud_region" {
1414
description = "ScyllaDB Cloud region of the cluster"
1515
type = string
16-
default = "eu-north-1"
16+
default = "us-east-1"
1717
}
1818

1919
# SSH private key for EC2 instance access
@@ -75,7 +75,7 @@ variable "instance_type" {
7575
variable "scylla_node_type" {
7676
description = "Type of ScyllaDB Cloud instance"
7777
type = string
78-
default = "i3en.24xlarge"
78+
default = "i4i.4xlarge"
7979
}
8080

8181
# ScyllaDB Cloud user
@@ -110,7 +110,7 @@ variable "instance_tenancy" {
110110
variable "ami_id" {
111111
description = "AMI ID for the EC2 instance"
112112
type = string
113-
default = "ami-0a23f9b62c17c53fe"
113+
default = "ami-0665aae77b073ae42"
114114
}
115115

116116
# Number of ScyllaDB Cloud instances to create

0 commit comments

Comments
 (0)