Skip to content

Commit

Permalink
fix: change auto-scaling machine type from t2.micro to t3.small
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBorn committed Apr 11, 2020
1 parent 4741184 commit 236f534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 236f534

Please sign in to comment.