diff options
author | Nick White <git@njw.name> | 2022-01-24 14:28:09 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-01-24 14:28:09 +0000 |
commit | 57a3dc6da88e08951060e2e6e11605eb807f54ac (patch) | |
tree | 36735ec5cfdf9604cc48ee657707e24fccf70c74 /cloudsettings.go | |
parent | bb4b5371254cba847b9dcc761d487dfac7cef6df (diff) |
Update spot image id
Diffstat (limited to 'cloudsettings.go')
-rw-r--r-- | cloudsettings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudsettings.go b/cloudsettings.go index 340b1d5..eec088e 100644 --- a/cloudsettings.go +++ b/cloudsettings.go @@ -19,7 +19,7 @@ package bookpipeline // TODO: create profile and security group with mkpipeline const ( spotProfile = "arn:aws:iam::557852942063:instance-profile/pipeliner" - spotImage = "ami-056d35eb39736d34c" + spotImage = "ami-08b4804ab7d8616bc" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) |