commit d923cd510dc780e21a2d0394ed221e42d64293c9 Author: Iain R. Learmonth irl@fsfe.org Date: Thu Oct 3 11:55:08 2019 +0100
monitor: Use Debian 10 AMI --- cloudformation/metrics-monitor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cloudformation/metrics-monitor.yml b/cloudformation/metrics-monitor.yml index 5ee6282..0f1842d 100644 --- a/cloudformation/metrics-monitor.yml +++ b/cloudformation/metrics-monitor.yml @@ -8,7 +8,7 @@ Resources: Type: AWS::EC2::Instance Properties: AvailabilityZone: us-east-1a - ImageId: ami-0bd9223868b4778d7 + ImageId: ami-01db78123b2b99496 InstanceType: t2.micro SubnetId: Fn::ImportValue: !Sub 'MetricsSubnet'
tor-commits@lists.torproject.org