diff options
author | Nick White <git@njw.name> | 2020-07-27 14:53:34 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-27 14:53:34 +0100 |
commit | 132d23db6f12e056b655503203a22019ec86c17e (patch) | |
tree | bc2448fdb41441016ea44ece4fe0d901acab86bc | |
parent | 401a7a21bb32dd2eb9ade2ec6beacf8f20937c6c (diff) |
Update AMI to new one which includes a mailsettings file
-rw-r--r-- | cloudsettings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudsettings.go b/cloudsettings.go index f5e4824..bb4b302 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-0e6b90cce20f7fc1b" + spotImage = "ami-0089553ea8d96695a" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) |