Skip to content

Commit 86ef817

Browse files
authored
Update instance types and node counts in aws.tfvars
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
1 parent d67ba7c commit 86ef817

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

terraform/implementations/aws/infra/aws.tfvars

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ aws_provider_region = "ap-south-1"
1818
# - Capacity exclusions are optional and configurable below
1919

2020
# The instance type for Kubernetes nodes (control plane, worker, etcd)
21-
k8s_instance_type = "t3a.2xlarge"
21+
k8s_instance_type = "t3.2xlarge"
2222
# The instance type for Nginx server (load balancer)
23-
nginx_instance_type = "t3a.2xlarge"
23+
nginx_instance_type = "t3.2xlarge"
2424

2525
# Optional: Exclude specific AZs due to known capacity issues
2626
# Leave empty for fully dynamic behavior (recommended)
@@ -48,11 +48,11 @@ nginx_node_ebs_volume_size_2 = 200 # Enable second EBS volume for PostgreSQL tes
4848
k8s_instance_root_volume_size = 64
4949

5050
# Control-plane, ETCD, Worker
51-
k8s_control_plane_node_count = 3
51+
k8s_control_plane_node_count = 1
5252
# ETCD, Worker
53-
k8s_etcd_node_count = 3
53+
k8s_etcd_node_count = 1
5454
# Worker
55-
k8s_worker_node_count = 2
55+
k8s_worker_node_count = 1
5656

5757
# Rancher Import Configuration
5858

0 commit comments

Comments
 (0)