Skip to content

Commit 3d537f8

Browse files
authored
Use new instance type and update AMI (#4508)
1 parent e8a78b5 commit 3d537f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/applications/cluster/server.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ resource "aws_eip" "server" {
1111
}
1212

1313
resource "aws_instance" "server" {
14-
ami = "ami-04a7c50b003634aa1"
15-
instance_type = local.is_prod ? "t4g.large" : "t4g.small"
14+
ami = "ami-04cca2169b789978b"
15+
instance_type = local.is_prod ? "r6g.medium" : "t4g.small"
1616
subnet_id = var.public_1a_subnet_id
1717
availability_zone = "eu-central-1a"
1818
vpc_security_group_ids = [

0 commit comments

Comments
 (0)