summaryrefslogtreecommitdiff
path: root/aws.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-03-10 14:29:25 +0000
committerNick White <git@njw.name>2020-03-10 14:29:25 +0000
commit17a0615ff3d40fa2835ffd11ce28cdf5327bfc90 (patch)
tree19d6124f48558eb3820a839d23d69f03667ebd2c /aws.go
parent62f8106c346ac8b631c82fd3546da67146d4262e (diff)
Update image used for spots
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 d5b598b..359c0be 100644
--- a/aws.go
+++ b/aws.go
@@ -447,7 +447,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-073f4bb47dbcfd2db"),
+ ImageId: aws.String("ami-03b8203f86b8db97f"),
InstanceType: aws.String("m5.large"),
SecurityGroupIds: []*string{
aws.String("sg-0be8a3ab89e7136b9"),