commit ede84fb58e2a36dc312e0507a35e57ddd6b27736 Author: Iain R. Learmonth irl@fsfe.org Date: Thu Oct 3 11:58:42 2019 +0100
onionperf: Use Debian 10 AMI (Fixes: #31412) --- cloudformation/onionperf-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cloudformation/onionperf-dev.yml b/cloudformation/onionperf-dev.yml index 581e46b..0004518 100644 --- a/cloudformation/onionperf-dev.yml +++ b/cloudformation/onionperf-dev.yml @@ -9,7 +9,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