summaryrefslogtreecommitdiff
path: root/aws.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-12-13 20:06:46 +0000
committerNick White <git@njw.name>2019-12-13 20:06:46 +0000
commit27ab86b6ae5d745076b046b358aeebf2aa70d611 (patch)
tree91495ef1c4af003e3695a6540ba8c213df2a2031 /aws.go
parent700a8ed25067e4dc1ea7c66671d6117df57550ce (diff)
Update StartInstance to point to the newest image
Diffstat (limited to 'aws.go')
-rw-r--r--aws.go2
1 files changed, 1 insertions, 1 deletions
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"),