Skip to content

Commit

Permalink
Change worker instance to micro (#4088)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno authored Sep 29, 2024
1 parent 98ac36c commit 8c9ce7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/applications/pycon_backend/worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ data "template_file" "user_data" {

resource "aws_instance" "instance_1" {
ami = var.ecs_arm_ami
instance_type = "t4g.nano"
instance_type = "t4g.micro"
subnet_id = data.aws_subnet.private_1a.id
availability_zone = "eu-central-1a"
vpc_security_group_ids = [
Expand Down

0 comments on commit 8c9ce7f

Please sign in to comment.