We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a78b5 commit 3d537f8Copy full SHA for 3d537f8
infrastructure/applications/cluster/server.tf
@@ -11,8 +11,8 @@ resource "aws_eip" "server" {
11
}
12
13
resource "aws_instance" "server" {
14
- ami = "ami-04a7c50b003634aa1"
15
- instance_type = local.is_prod ? "t4g.large" : "t4g.small"
+ ami = "ami-04cca2169b789978b"
+ instance_type = local.is_prod ? "r6g.medium" : "t4g.small"
16
subnet_id = var.public_1a_subnet_id
17
availability_zone = "eu-central-1a"
18
vpc_security_group_ids = [
0 commit comments