Skip to content

Commit

Permalink
Increase agents size RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 8, 2019
1 parent 2391107 commit 28f361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module "agent-publisher" {

role = "publisher"
name = "agent-publisher"
instance_type = "m5.large"
instance_type = "r5.large"
iam_instance_profile = "${aws_iam_instance_profile.qed-profile.name}"
volume_size = "20"
vpc_security_group_ids = "${module.security_group.this_security_group_id}"
Expand Down

0 comments on commit 28f361c

Please sign in to comment.