From 236f5347746238a435ab7f651fb3cf2b59f20e56 Mon Sep 17 00:00:00 2001 From: Florian <29048675+FlorianBorn@users.noreply.github.com> Date: Sat, 11 Apr 2020 15:45:00 +0200 Subject: [PATCH] fix: change auto-scaling machine type from t2.micro to t3.small --- servers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers.yml b/servers.yml index 5438b96..7516e9a 100644 --- a/servers.yml +++ b/servers.yml @@ -161,7 +161,7 @@ Resources: VolumeSize: 10 ImageId: ami-06d51e91cea0dac8d # Ubuntu Server 18.04 InstanceMonitoring: false # to avoid additional costs - InstanceType: t2.micro # use free tier + InstanceType: t3.small # t2.micro for free tier IamInstanceProfile: !Ref ListBucketInstanceProfile # KeyName: foobar # to be able to connect via ssh SecurityGroups: