Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Commit 26eb067

Browse files
committed
Use trusty AMIs.
1 parent 3ff5280 commit 26eb067

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/syme/instance.clj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
(org.apache.commons.codec.binary Base64)))
2424

2525
(def ami-by-region
26-
{:sa-east-1 "ami-3bec3426",
27-
:ap-northeast-1 "ami-b8a813b9",
28-
:ap-southeast-2 "ami-f57ee9cf",
29-
:eu-west-1 "ami-26090552",
30-
:ap-southeast-1 "ami-4923611b",
31-
:us-west-2 "ami-162ea626",
32-
:us-west-1 "ami-44745401",
33-
:us-east-1 "ami-9b3db0f2"})
26+
{:sa-east-1 "ami-0970d814",
27+
:ap-northeast-1 "ami-e58cd6e4",
28+
:ap-southeast-2 "ami-cd6405f7",
29+
:eu-west-1 "ami-3eba6549",
30+
:ap-southeast-1 "ami-28fda67a",
31+
:us-west-2 "ami-57cf8a67",
32+
:us-west-1 "ami-29777b6c",
33+
:us-east-1 "ami-9ac11df2"})
3434

3535
(defn default-ami-id [region]
3636
(get ami-by-region (keyword region)))

0 commit comments

Comments
 (0)