From 27ab86b6ae5d745076b046b358aeebf2aa70d611 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 13 Dec 2019 20:06:46 +0000 Subject: Update StartInstance to point to the newest image --- aws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aws.go') diff --git a/aws.go b/aws.go index 08a597e..ef576ec 100644 --- a/aws.go +++ b/aws.go @@ -443,7 +443,7 @@ func (a *AwsConn) StartInstances(n int) error { IamInstanceProfile: &ec2.IamInstanceProfileSpecification{ Arn: aws.String("arn:aws:iam::557852942063:instance-profile/pipeliner"), }, - ImageId: aws.String("ami-02cd15d68d4ca2865"), + ImageId: aws.String("ami-073f4bb47dbcfd2db"), InstanceType: aws.String("m5.large"), SecurityGroupIds: []*string{ aws.String("sg-0be8a3ab89e7136b9"), -- cgit v1.2.1-24-ge1ad