|
67 | 67 | # replicate into each region.
|
68 | 68 | _AMIS = {
|
69 | 69 | "plain": {
|
70 |
| - "us-east-2": "ami-0d948ec3621004e36", |
71 |
| - "us-east-1": "ami-0f22fcfd0529f7282", |
72 |
| - "us-west-1": "ami-093a1d387f032a3fa", |
73 |
| - "us-west-2": "ami-0b5da5aea62fe5b07", |
74 |
| - "eu-central-1": "ami-067f204dd8e04107c", |
75 |
| - "eu-west-1": "ami-00eb980c50e9da8e0", |
76 |
| - "eu-west-2": "ami-07a8039ca7e75b687", |
77 |
| - "eu-west-3": "ami-0f3ef3a78c8ff7823", |
78 |
| - "eu-north-1": "ami-05006b18936a4c1aa", |
| 70 | + "us-east-2": "ami-006426834f282c3d7", |
| 71 | + "us-east-1": "ami-0a4540d3f3b17083b", |
| 72 | + "us-west-1": "ami-0a6d423b268bd06f9", |
| 73 | + "us-west-2": "ami-05b88ca63237af1c3", |
| 74 | + "eu-central-1": "ami-069c39267dc71cdae", |
| 75 | + "eu-west-1": "ami-006504409325858f5", |
| 76 | + "eu-west-2": "ami-06d58467933fa0c6a", |
| 77 | + "eu-west-3": "ami-0f1785b9161c75451", |
| 78 | + "eu-north-1": "ami-07fbc877ae78b7395", |
79 | 79 | },
|
80 | 80 | "cuda": {
|
81 |
| - "us-east-2": "ami-0a7e23e38b9f2a1cd", |
82 |
| - "us-east-1": "ami-0dabcc24524177d49", |
83 |
| - "us-west-1": "ami-07b927135da43efc9", |
84 |
| - "us-west-2": "ami-0f20679734014d552", |
85 |
| - "eu-central-1": "ami-0b530745ee21083da", |
86 |
| - "eu-west-1": "ami-0f89dc1a2da737d36", |
87 |
| - "eu-west-2": "ami-01fcfce17a7c6143c", |
88 |
| - "eu-west-3": "ami-03409615e26aac085", |
89 |
| - "eu-north-1": "ami-06a7590fa15af0798", |
| 81 | + "us-east-2": "ami-07865bb6761dc8657", |
| 82 | + "us-east-1": "ami-077aa9248383469ed", |
| 83 | + "us-west-1": "ami-0b8f848d261a6109b", |
| 84 | + "us-west-2": "ami-00f484124d8047b1f", |
| 85 | + "eu-central-1": "ami-0094b1e101a507ce2", |
| 86 | + "eu-west-1": "ami-0c160e3d57cac1ef6", |
| 87 | + "eu-west-2": "ami-007cda2f67dfdc1f7", |
| 88 | + "eu-west-3": "ami-080ead48cf58b236e", |
| 89 | + "eu-north-1": "ami-0ac5d5a37b917c70a", |
90 | 90 | },
|
91 | 91 | }
|
92 | 92 | SSH_USER = "ubuntu"
|
|
0 commit comments