diff options
author | Nick White <git@njw.name> | 2019-12-13 20:06:46 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-12-13 20:06:46 +0000 |
commit | 27ab86b6ae5d745076b046b358aeebf2aa70d611 (patch) | |
tree | 91495ef1c4af003e3695a6540ba8c213df2a2031 | |
parent | 700a8ed25067e4dc1ea7c66671d6117df57550ce (diff) |
Update StartInstance to point to the newest image
-rw-r--r-- | aws.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |