lol

ec2-amis.nix -> amazon-ec2-amis.nix, new format

+380 -371
+371
nixos/modules/virtualisation/amazon-ec2-amis.nix
··· 1 + let self = { 2 + "14.04".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-71c6f470"; 3 + "14.04".ap-northeast-1.x86_64-linux.pv-ebs = "ami-4dcbf84c"; 4 + "14.04".ap-northeast-1.x86_64-linux.pv-s3 = "ami-8fc4f68e"; 5 + "14.04".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-da280888"; 6 + "14.04".ap-southeast-1.x86_64-linux.pv-ebs = "ami-7a9dbc28"; 7 + "14.04".ap-southeast-1.x86_64-linux.pv-s3 = "ami-c4290996"; 8 + "14.04".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-ab523e91"; 9 + "14.04".ap-southeast-2.x86_64-linux.pv-ebs = "ami-6769055d"; 10 + "14.04".ap-southeast-2.x86_64-linux.pv-s3 = "ami-15533f2f"; 11 + "14.04".eu-central-1.x86_64-linux.hvm-ebs = "ami-ba0234a7"; 12 + "14.04".eu-west-1.x86_64-linux.hvm-ebs = "ami-96cb63e1"; 13 + "14.04".eu-west-1.x86_64-linux.pv-ebs = "ami-b48c25c3"; 14 + "14.04".eu-west-1.x86_64-linux.pv-s3 = "ami-06cd6571"; 15 + "14.04".sa-east-1.x86_64-linux.hvm-ebs = "ami-01b90e1c"; 16 + "14.04".sa-east-1.x86_64-linux.pv-ebs = "ami-69e35474"; 17 + "14.04".sa-east-1.x86_64-linux.pv-s3 = "ami-61b90e7c"; 18 + "14.04".us-east-1.x86_64-linux.hvm-ebs = "ami-58ba3a30"; 19 + "14.04".us-east-1.x86_64-linux.pv-ebs = "ami-9e0583f6"; 20 + "14.04".us-east-1.x86_64-linux.pv-s3 = "ami-9cbe3ef4"; 21 + "14.04".us-west-1.x86_64-linux.hvm-ebs = "ami-0bc3d74e"; 22 + "14.04".us-west-1.x86_64-linux.pv-ebs = "ami-8b1703ce"; 23 + "14.04".us-west-1.x86_64-linux.pv-s3 = "ami-27ccd862"; 24 + "14.04".us-west-2.x86_64-linux.hvm-ebs = "ami-3bf1bf0b"; 25 + "14.04".us-west-2.x86_64-linux.pv-ebs = "ami-259bd515"; 26 + "14.04".us-west-2.x86_64-linux.pv-s3 = "ami-07094037"; 27 + 28 + "14.12".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-24435f25"; 29 + "14.12".ap-northeast-1.x86_64-linux.pv-ebs = "ami-b0425eb1"; 30 + "14.12".ap-northeast-1.x86_64-linux.pv-s3 = "ami-fed3c6ff"; 31 + "14.12".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-6c765d3e"; 32 + "14.12".ap-southeast-1.x86_64-linux.pv-ebs = "ami-6a765d38"; 33 + "14.12".ap-southeast-1.x86_64-linux.pv-s3 = "ami-d1bf9183"; 34 + "14.12".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-af86f395"; 35 + "14.12".ap-southeast-2.x86_64-linux.pv-ebs = "ami-b386f389"; 36 + "14.12".ap-southeast-2.x86_64-linux.pv-s3 = "ami-69c5ae53"; 37 + "14.12".eu-central-1.x86_64-linux.hvm-ebs = "ami-4a497a57"; 38 + "14.12".eu-central-1.x86_64-linux.pv-ebs = "ami-4c497a51"; 39 + "14.12".eu-central-1.x86_64-linux.pv-s3 = "ami-60f2c27d"; 40 + "14.12".eu-west-1.x86_64-linux.hvm-ebs = "ami-d126a5a6"; 41 + "14.12".eu-west-1.x86_64-linux.pv-ebs = "ami-0126a576"; 42 + "14.12".eu-west-1.x86_64-linux.pv-s3 = "ami-deda5fa9"; 43 + "14.12".sa-east-1.x86_64-linux.hvm-ebs = "ami-2d239e30"; 44 + "14.12".sa-east-1.x86_64-linux.pv-ebs = "ami-35239e28"; 45 + "14.12".sa-east-1.x86_64-linux.pv-s3 = "ami-81e3519c"; 46 + "14.12".us-east-1.x86_64-linux.hvm-ebs = "ami-0c463a64"; 47 + "14.12".us-east-1.x86_64-linux.pv-ebs = "ami-ac473bc4"; 48 + "14.12".us-east-1.x86_64-linux.pv-s3 = "ami-00e18a68"; 49 + "14.12".us-west-1.x86_64-linux.hvm-ebs = "ami-ca534a8f"; 50 + "14.12".us-west-1.x86_64-linux.pv-ebs = "ami-3e534a7b"; 51 + "14.12".us-west-1.x86_64-linux.pv-s3 = "ami-2905196c"; 52 + "14.12".us-west-2.x86_64-linux.hvm-ebs = "ami-fb9dc3cb"; 53 + "14.12".us-west-2.x86_64-linux.pv-ebs = "ami-899dc3b9"; 54 + "14.12".us-west-2.x86_64-linux.pv-s3 = "ami-cb7f2dfb"; 55 + 56 + "15.09".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-58cac236"; 57 + "15.09".ap-northeast-1.x86_64-linux.hvm-s3 = "ami-39c8c057"; 58 + "15.09".ap-northeast-1.x86_64-linux.pv-ebs = "ami-5ac9c134"; 59 + "15.09".ap-northeast-1.x86_64-linux.pv-s3 = "ami-03cec66d"; 60 + "15.09".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-2fc2094c"; 61 + "15.09".ap-southeast-1.x86_64-linux.hvm-s3 = "ami-9ec308fd"; 62 + "15.09".ap-southeast-1.x86_64-linux.pv-ebs = "ami-95c00bf6"; 63 + "15.09".ap-southeast-1.x86_64-linux.pv-s3 = "ami-bfc00bdc"; 64 + "15.09".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-996c4cfa"; 65 + "15.09".ap-southeast-2.x86_64-linux.hvm-s3 = "ami-3f6e4e5c"; 66 + "15.09".ap-southeast-2.x86_64-linux.pv-ebs = "ami-066d4d65"; 67 + "15.09".ap-southeast-2.x86_64-linux.pv-s3 = "ami-cc6e4eaf"; 68 + "15.09".eu-central-1.x86_64-linux.hvm-ebs = "ami-3f8c6b50"; 69 + "15.09".eu-central-1.x86_64-linux.hvm-s3 = "ami-5b836434"; 70 + "15.09".eu-central-1.x86_64-linux.pv-ebs = "ami-118c6b7e"; 71 + "15.09".eu-central-1.x86_64-linux.pv-s3 = "ami-2c977043"; 72 + "15.09".eu-west-1.x86_64-linux.hvm-ebs = "ami-9cf04aef"; 73 + "15.09".eu-west-1.x86_64-linux.hvm-s3 = "ami-2bea5058"; 74 + "15.09".eu-west-1.x86_64-linux.pv-ebs = "ami-c9e852ba"; 75 + "15.09".eu-west-1.x86_64-linux.pv-s3 = "ami-c6f64cb5"; 76 + "15.09".sa-east-1.x86_64-linux.hvm-ebs = "ami-6e52df02"; 77 + "15.09".sa-east-1.x86_64-linux.hvm-s3 = "ami-1852df74"; 78 + "15.09".sa-east-1.x86_64-linux.pv-ebs = "ami-4368e52f"; 79 + "15.09".sa-east-1.x86_64-linux.pv-s3 = "ami-f15ad79d"; 80 + "15.09".us-east-1.x86_64-linux.hvm-ebs = "ami-84a6a0ee"; 81 + "15.09".us-east-1.x86_64-linux.hvm-s3 = "ami-06a7a16c"; 82 + "15.09".us-east-1.x86_64-linux.pv-ebs = "ami-a4a1a7ce"; 83 + "15.09".us-east-1.x86_64-linux.pv-s3 = "ami-5ba8ae31"; 84 + "15.09".us-west-1.x86_64-linux.hvm-ebs = "ami-22c8bb42"; 85 + "15.09".us-west-1.x86_64-linux.hvm-s3 = "ami-a2ccbfc2"; 86 + "15.09".us-west-1.x86_64-linux.pv-ebs = "ami-10cebd70"; 87 + "15.09".us-west-1.x86_64-linux.pv-s3 = "ami-fa30429a"; 88 + "15.09".us-west-2.x86_64-linux.hvm-ebs = "ami-ce57b9ae"; 89 + "15.09".us-west-2.x86_64-linux.hvm-s3 = "ami-2956b849"; 90 + "15.09".us-west-2.x86_64-linux.pv-ebs = "ami-005fb160"; 91 + "15.09".us-west-2.x86_64-linux.pv-s3 = "ami-cd55bbad"; 92 + 93 + "16.03".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-40619d21"; 94 + "16.03".ap-northeast-1.x86_64-linux.hvm-s3 = "ami-ce629eaf"; 95 + "16.03".ap-northeast-1.x86_64-linux.pv-ebs = "ami-ef639f8e"; 96 + "16.03".ap-northeast-1.x86_64-linux.pv-s3 = "ami-a1609cc0"; 97 + "16.03".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-deca00b0"; 98 + "16.03".ap-northeast-2.x86_64-linux.hvm-s3 = "ami-a3b77dcd"; 99 + "16.03".ap-northeast-2.x86_64-linux.pv-ebs = "ami-7bcb0115"; 100 + "16.03".ap-northeast-2.x86_64-linux.pv-s3 = "ami-a2b77dcc"; 101 + "16.03".ap-south-1.x86_64-linux.hvm-ebs = "ami-0dff9562"; 102 + "16.03".ap-south-1.x86_64-linux.hvm-s3 = "ami-13f69c7c"; 103 + "16.03".ap-south-1.x86_64-linux.pv-ebs = "ami-0ef39961"; 104 + "16.03".ap-south-1.x86_64-linux.pv-s3 = "ami-e0c8a28f"; 105 + "16.03".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-5e964a3d"; 106 + "16.03".ap-southeast-1.x86_64-linux.hvm-s3 = "ami-4d964a2e"; 107 + "16.03".ap-southeast-1.x86_64-linux.pv-ebs = "ami-ec9b478f"; 108 + "16.03".ap-southeast-1.x86_64-linux.pv-s3 = "ami-999b47fa"; 109 + "16.03".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-9f7359fc"; 110 + "16.03".ap-southeast-2.x86_64-linux.hvm-s3 = "ami-987359fb"; 111 + "16.03".ap-southeast-2.x86_64-linux.pv-ebs = "ami-a2705ac1"; 112 + "16.03".ap-southeast-2.x86_64-linux.pv-s3 = "ami-a3705ac0"; 113 + "16.03".eu-central-1.x86_64-linux.hvm-ebs = "ami-17a45178"; 114 + "16.03".eu-central-1.x86_64-linux.hvm-s3 = "ami-f9a55096"; 115 + "16.03".eu-central-1.x86_64-linux.pv-ebs = "ami-c8a550a7"; 116 + "16.03".eu-central-1.x86_64-linux.pv-s3 = "ami-6ea45101"; 117 + "16.03".eu-west-1.x86_64-linux.hvm-ebs = "ami-b5b3d5c6"; 118 + "16.03".eu-west-1.x86_64-linux.hvm-s3 = "ami-c986e0ba"; 119 + "16.03".eu-west-1.x86_64-linux.pv-ebs = "ami-b083e5c3"; 120 + "16.03".eu-west-1.x86_64-linux.pv-s3 = "ami-3c83e54f"; 121 + "16.03".sa-east-1.x86_64-linux.hvm-ebs = "ami-f6eb7f9a"; 122 + "16.03".sa-east-1.x86_64-linux.hvm-s3 = "ami-93e773ff"; 123 + "16.03".sa-east-1.x86_64-linux.pv-ebs = "ami-cbb82ca7"; 124 + "16.03".sa-east-1.x86_64-linux.pv-s3 = "ami-abb82cc7"; 125 + "16.03".us-east-1.x86_64-linux.hvm-ebs = "ami-c123a3d6"; 126 + "16.03".us-east-1.x86_64-linux.hvm-s3 = "ami-bc25a5ab"; 127 + "16.03".us-east-1.x86_64-linux.pv-ebs = "ami-bd25a5aa"; 128 + "16.03".us-east-1.x86_64-linux.pv-s3 = "ami-a325a5b4"; 129 + "16.03".us-west-1.x86_64-linux.hvm-ebs = "ami-748bcd14"; 130 + "16.03".us-west-1.x86_64-linux.hvm-s3 = "ami-a68dcbc6"; 131 + "16.03".us-west-1.x86_64-linux.pv-ebs = "ami-048acc64"; 132 + "16.03".us-west-1.x86_64-linux.pv-s3 = "ami-208dcb40"; 133 + "16.03".us-west-2.x86_64-linux.hvm-ebs = "ami-8263a0e2"; 134 + "16.03".us-west-2.x86_64-linux.hvm-s3 = "ami-925c9ff2"; 135 + "16.03".us-west-2.x86_64-linux.pv-ebs = "ami-5e61a23e"; 136 + "16.03".us-west-2.x86_64-linux.pv-s3 = "ami-734c8f13"; 137 + 138 + # 16.09.1508.3909827 139 + "16.09".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-68453b0f"; 140 + "16.09".ap-northeast-1.x86_64-linux.hvm-s3 = "ami-f9bec09e"; 141 + "16.09".ap-northeast-1.x86_64-linux.pv-ebs = "ami-254a3442"; 142 + "16.09".ap-northeast-1.x86_64-linux.pv-s3 = "ami-ef473988"; 143 + "16.09".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-18ae7f76"; 144 + "16.09".ap-northeast-2.x86_64-linux.hvm-s3 = "ami-9eac7df0"; 145 + "16.09".ap-northeast-2.x86_64-linux.pv-ebs = "ami-57aa7b39"; 146 + "16.09".ap-northeast-2.x86_64-linux.pv-s3 = "ami-5cae7f32"; 147 + "16.09".ap-south-1.x86_64-linux.hvm-ebs = "ami-b3f98fdc"; 148 + "16.09".ap-south-1.x86_64-linux.hvm-s3 = "ami-98e690f7"; 149 + "16.09".ap-south-1.x86_64-linux.pv-ebs = "ami-aef98fc1"; 150 + "16.09".ap-south-1.x86_64-linux.pv-s3 = "ami-caf88ea5"; 151 + "16.09".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-80fb51e3"; 152 + "16.09".ap-southeast-1.x86_64-linux.hvm-s3 = "ami-2df3594e"; 153 + "16.09".ap-southeast-1.x86_64-linux.pv-ebs = "ami-37f05a54"; 154 + "16.09".ap-southeast-1.x86_64-linux.pv-s3 = "ami-27f35944"; 155 + "16.09".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-57ece834"; 156 + "16.09".ap-southeast-2.x86_64-linux.hvm-s3 = "ami-87f4f0e4"; 157 + "16.09".ap-southeast-2.x86_64-linux.pv-ebs = "ami-d8ede9bb"; 158 + "16.09".ap-southeast-2.x86_64-linux.pv-s3 = "ami-a6ebefc5"; 159 + "16.09".ca-central-1.x86_64-linux.hvm-ebs = "ami-9f863bfb"; 160 + "16.09".ca-central-1.x86_64-linux.hvm-s3 = "ami-ea85388e"; 161 + "16.09".ca-central-1.x86_64-linux.pv-ebs = "ami-ce8a37aa"; 162 + "16.09".ca-central-1.x86_64-linux.pv-s3 = "ami-448a3720"; 163 + "16.09".eu-central-1.x86_64-linux.hvm-ebs = "ami-1b884774"; 164 + "16.09".eu-central-1.x86_64-linux.hvm-s3 = "ami-b08c43df"; 165 + "16.09".eu-central-1.x86_64-linux.pv-ebs = "ami-888946e7"; 166 + "16.09".eu-central-1.x86_64-linux.pv-s3 = "ami-06874869"; 167 + "16.09".eu-west-1.x86_64-linux.hvm-ebs = "ami-1ed3e76d"; 168 + "16.09".eu-west-1.x86_64-linux.hvm-s3 = "ami-73d1e500"; 169 + "16.09".eu-west-1.x86_64-linux.pv-ebs = "ami-44c0f437"; 170 + "16.09".eu-west-1.x86_64-linux.pv-s3 = "ami-f3d8ec80"; 171 + "16.09".eu-west-2.x86_64-linux.hvm-ebs = "ami-2c9c9648"; 172 + "16.09".eu-west-2.x86_64-linux.hvm-s3 = "ami-6b9e940f"; 173 + "16.09".eu-west-2.x86_64-linux.pv-ebs = "ami-f1999395"; 174 + "16.09".eu-west-2.x86_64-linux.pv-s3 = "ami-bb9f95df"; 175 + "16.09".sa-east-1.x86_64-linux.hvm-ebs = "ami-a11882cd"; 176 + "16.09".sa-east-1.x86_64-linux.hvm-s3 = "ami-7726bc1b"; 177 + "16.09".sa-east-1.x86_64-linux.pv-ebs = "ami-9725bffb"; 178 + "16.09".sa-east-1.x86_64-linux.pv-s3 = "ami-b027bddc"; 179 + "16.09".us-east-1.x86_64-linux.hvm-ebs = "ami-854ca593"; 180 + "16.09".us-east-1.x86_64-linux.hvm-s3 = "ami-2241a834"; 181 + "16.09".us-east-1.x86_64-linux.pv-ebs = "ami-a441a8b2"; 182 + "16.09".us-east-1.x86_64-linux.pv-s3 = "ami-e841a8fe"; 183 + "16.09".us-east-2.x86_64-linux.hvm-ebs = "ami-3f41645a"; 184 + "16.09".us-east-2.x86_64-linux.hvm-s3 = "ami-804065e5"; 185 + "16.09".us-east-2.x86_64-linux.pv-ebs = "ami-f1466394"; 186 + "16.09".us-east-2.x86_64-linux.pv-s3 = "ami-05426760"; 187 + "16.09".us-west-1.x86_64-linux.hvm-ebs = "ami-c2efbca2"; 188 + "16.09".us-west-1.x86_64-linux.hvm-s3 = "ami-d71042b7"; 189 + "16.09".us-west-1.x86_64-linux.pv-ebs = "ami-04e8bb64"; 190 + "16.09".us-west-1.x86_64-linux.pv-s3 = "ami-31e9ba51"; 191 + "16.09".us-west-2.x86_64-linux.hvm-ebs = "ami-6449f504"; 192 + "16.09".us-west-2.x86_64-linux.hvm-s3 = "ami-344af654"; 193 + "16.09".us-west-2.x86_64-linux.pv-ebs = "ami-6d4af60d"; 194 + "16.09".us-west-2.x86_64-linux.pv-s3 = "ami-de48f4be"; 195 + 196 + # 17.03.885.6024dd4067 197 + "17.03".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-dbd0f7bc"; 198 + "17.03".ap-northeast-1.x86_64-linux.hvm-s3 = "ami-7cdff81b"; 199 + "17.03".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-c59a48ab"; 200 + "17.03".ap-northeast-2.x86_64-linux.hvm-s3 = "ami-0b944665"; 201 + "17.03".ap-south-1.x86_64-linux.hvm-ebs = "ami-4f413220"; 202 + "17.03".ap-south-1.x86_64-linux.hvm-s3 = "ami-864033e9"; 203 + "17.03".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-e08c3383"; 204 + "17.03".ap-southeast-1.x86_64-linux.hvm-s3 = "ami-c28f30a1"; 205 + "17.03".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-fca9a69f"; 206 + "17.03".ap-southeast-2.x86_64-linux.hvm-s3 = "ami-3daaa55e"; 207 + "17.03".ca-central-1.x86_64-linux.hvm-ebs = "ami-9b00bdff"; 208 + "17.03".ca-central-1.x86_64-linux.hvm-s3 = "ami-e800bd8c"; 209 + "17.03".eu-central-1.x86_64-linux.hvm-ebs = "ami-5450803b"; 210 + "17.03".eu-central-1.x86_64-linux.hvm-s3 = "ami-6e2efe01"; 211 + "17.03".eu-west-1.x86_64-linux.hvm-ebs = "ami-10754c76"; 212 + "17.03".eu-west-1.x86_64-linux.hvm-s3 = "ami-11734a77"; 213 + "17.03".eu-west-2.x86_64-linux.hvm-ebs = "ami-ff1d099b"; 214 + "17.03".eu-west-2.x86_64-linux.hvm-s3 = "ami-fe1d099a"; 215 + "17.03".sa-east-1.x86_64-linux.hvm-ebs = "ami-d95d3eb5"; 216 + "17.03".sa-east-1.x86_64-linux.hvm-s3 = "ami-fca2c190"; 217 + "17.03".us-east-1.x86_64-linux.hvm-ebs = "ami-0940c61f"; 218 + "17.03".us-east-1.x86_64-linux.hvm-s3 = "ami-674fc971"; 219 + "17.03".us-east-2.x86_64-linux.hvm-ebs = "ami-afc2e6ca"; 220 + "17.03".us-east-2.x86_64-linux.hvm-s3 = "ami-a1cde9c4"; 221 + "17.03".us-west-1.x86_64-linux.hvm-ebs = "ami-587b2138"; 222 + "17.03".us-west-1.x86_64-linux.hvm-s3 = "ami-70411b10"; 223 + "17.03".us-west-2.x86_64-linux.hvm-ebs = "ami-a93daac9"; 224 + "17.03".us-west-2.x86_64-linux.hvm-s3 = "ami-5139ae31"; 225 + 226 + # 17.09.2681.59661f21be6 227 + "17.09".eu-west-1.x86_64-linux.hvm-ebs = "ami-a30192da"; 228 + "17.09".eu-west-2.x86_64-linux.hvm-ebs = "ami-295a414d"; 229 + "17.09".eu-west-3.x86_64-linux.hvm-ebs = "ami-8c0eb9f1"; 230 + "17.09".eu-central-1.x86_64-linux.hvm-ebs = "ami-266cfe49"; 231 + "17.09".us-east-1.x86_64-linux.hvm-ebs = "ami-40bee63a"; 232 + "17.09".us-east-2.x86_64-linux.hvm-ebs = "ami-9d84aff8"; 233 + "17.09".us-west-1.x86_64-linux.hvm-ebs = "ami-d14142b1"; 234 + "17.09".us-west-2.x86_64-linux.hvm-ebs = "ami-3eb40346"; 235 + "17.09".ca-central-1.x86_64-linux.hvm-ebs = "ami-ca8207ae"; 236 + "17.09".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-84bccff8"; 237 + "17.09".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-0dc5386f"; 238 + "17.09".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-89b921ef"; 239 + "17.09".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-179b3b79"; 240 + "17.09".sa-east-1.x86_64-linux.hvm-ebs = "ami-4762202b"; 241 + "17.09".ap-south-1.x86_64-linux.hvm-ebs = "ami-4e376021"; 242 + 243 + # 18.03.132946.1caae7247b8 244 + "18.03".eu-west-1.x86_64-linux.hvm-ebs = "ami-065c46ec"; 245 + "18.03".eu-west-2.x86_64-linux.hvm-ebs = "ami-64f31903"; 246 + "18.03".eu-west-3.x86_64-linux.hvm-ebs = "ami-5a8d3d27"; 247 + "18.03".eu-central-1.x86_64-linux.hvm-ebs = "ami-09faf9e2"; 248 + "18.03".us-east-1.x86_64-linux.hvm-ebs = "ami-8b3538f4"; 249 + "18.03".us-east-2.x86_64-linux.hvm-ebs = "ami-150b3170"; 250 + "18.03".us-west-1.x86_64-linux.hvm-ebs = "ami-ce06ebad"; 251 + "18.03".us-west-2.x86_64-linux.hvm-ebs = "ami-586c3520"; 252 + "18.03".ca-central-1.x86_64-linux.hvm-ebs = "ami-aca72ac8"; 253 + "18.03".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-aa0b4d40"; 254 + "18.03".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-d0f254b2"; 255 + "18.03".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-456511a8"; 256 + "18.03".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-3366d15d"; 257 + "18.03".sa-east-1.x86_64-linux.hvm-ebs = "ami-163e1f7a"; 258 + "18.03".ap-south-1.x86_64-linux.hvm-ebs = "ami-6a390b05"; 259 + 260 + # 18.09.910.c15e342304a 261 + "18.09".eu-west-1.x86_64-linux.hvm-ebs = "ami-0f412186fb8a0ec97"; 262 + "18.09".eu-west-2.x86_64-linux.hvm-ebs = "ami-0dada3805ce43c55e"; 263 + "18.09".eu-west-3.x86_64-linux.hvm-ebs = "ami-074df85565f2e02e2"; 264 + "18.09".eu-central-1.x86_64-linux.hvm-ebs = "ami-07c9b884e679df4f8"; 265 + "18.09".us-east-1.x86_64-linux.hvm-ebs = "ami-009c9c3f1af480ff3"; 266 + "18.09".us-east-2.x86_64-linux.hvm-ebs = "ami-08199961085ea8bc6"; 267 + "18.09".us-west-1.x86_64-linux.hvm-ebs = "ami-07aa7f56d612ddd38"; 268 + "18.09".us-west-2.x86_64-linux.hvm-ebs = "ami-01c84b7c368ac24d1"; 269 + "18.09".ca-central-1.x86_64-linux.hvm-ebs = "ami-04f66113f76198f6c"; 270 + "18.09".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-0892c7e24ebf2194f"; 271 + "18.09".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-010730f36424b0a2c"; 272 + "18.09".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-0cdba8e998f076547"; 273 + "18.09".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-0400a698e6a9f4a15"; 274 + "18.09".sa-east-1.x86_64-linux.hvm-ebs = "ami-0e4a8a47fd6db6112"; 275 + "18.09".ap-south-1.x86_64-linux.hvm-ebs = "ami-0880a678d3f555313"; 276 + 277 + # 19.03.172286.8ea36d73256 278 + "19.03".eu-west-1.x86_64-linux.hvm-ebs = "ami-0fe40176548ff0940"; 279 + "19.03".eu-west-2.x86_64-linux.hvm-ebs = "ami-03a40fd3a02fe95ba"; 280 + "19.03".eu-west-3.x86_64-linux.hvm-ebs = "ami-0436f9da0f20a638e"; 281 + "19.03".eu-central-1.x86_64-linux.hvm-ebs = "ami-0022b8ea9efde5de4"; 282 + "19.03".us-east-1.x86_64-linux.hvm-ebs = "ami-0efc58fb70ae9a217"; 283 + "19.03".us-east-2.x86_64-linux.hvm-ebs = "ami-0abf711b1b34da1af"; 284 + "19.03".us-west-1.x86_64-linux.hvm-ebs = "ami-07d126e8838c40ec5"; 285 + "19.03".us-west-2.x86_64-linux.hvm-ebs = "ami-03f8a737546e47fb0"; 286 + "19.03".ca-central-1.x86_64-linux.hvm-ebs = "ami-03f9fd0ef2e035ede"; 287 + "19.03".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-0cff66114c652c262"; 288 + "19.03".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-054c73a7f8d773ea9"; 289 + "19.03".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-00db62688900456a4"; 290 + "19.03".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-0485cdd1a5fdd2117"; 291 + "19.03".sa-east-1.x86_64-linux.hvm-ebs = "ami-0c6a43c6e0ad1f4e2"; 292 + "19.03".ap-south-1.x86_64-linux.hvm-ebs = "ami-0303deb1b5890f878"; 293 + 294 + # 19.09.2243.84af403f54f 295 + "19.09".eu-west-1.x86_64-linux.hvm-ebs = "ami-071082f0fa035374f"; 296 + "19.09".eu-west-2.x86_64-linux.hvm-ebs = "ami-0d9dc33c54d1dc4c3"; 297 + "19.09".eu-west-3.x86_64-linux.hvm-ebs = "ami-09566799591d1bfed"; 298 + "19.09".eu-central-1.x86_64-linux.hvm-ebs = "ami-015f8efc2be419b79"; 299 + "19.09".eu-north-1.x86_64-linux.hvm-ebs = "ami-07fc0a32d885e01ed"; 300 + "19.09".us-east-1.x86_64-linux.hvm-ebs = "ami-03330d8b51287412f"; 301 + "19.09".us-east-2.x86_64-linux.hvm-ebs = "ami-0518b4c84972e967f"; 302 + "19.09".us-west-1.x86_64-linux.hvm-ebs = "ami-06ad07e61a353b4a6"; 303 + "19.09".us-west-2.x86_64-linux.hvm-ebs = "ami-0e31e30925cf3ce4e"; 304 + "19.09".ca-central-1.x86_64-linux.hvm-ebs = "ami-07df50fc76702a36d"; 305 + "19.09".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-0f71ae5d4b0b78d95"; 306 + "19.09".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-057bbf2b4bd62d210"; 307 + "19.09".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-02a62555ca182fb5b"; 308 + "19.09".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-0219dde0e6b7b7b93"; 309 + "19.09".ap-south-1.x86_64-linux.hvm-ebs = "ami-066f7f2a895c821a1"; 310 + "19.09".ap-east-1.x86_64-linux.hvm-ebs = "ami-055b2348db2827ff1"; 311 + "19.09".sa-east-1.x86_64-linux.hvm-ebs = "ami-018aab68377227e06"; 312 + 313 + # 20.03.1554.94e39623a49 314 + "20.03".eu-west-1.x86_64-linux.hvm-ebs = "ami-02c34db5766cc7013"; 315 + "20.03".eu-west-2.x86_64-linux.hvm-ebs = "ami-0e32bd8c7853883f1"; 316 + "20.03".eu-west-3.x86_64-linux.hvm-ebs = "ami-061edb1356c1d69fd"; 317 + "20.03".eu-central-1.x86_64-linux.hvm-ebs = "ami-0a1a94722dcbff94c"; 318 + "20.03".eu-north-1.x86_64-linux.hvm-ebs = "ami-02699abfacbb6464b"; 319 + "20.03".us-east-1.x86_64-linux.hvm-ebs = "ami-0c5e7760748b74e85"; 320 + "20.03".us-east-2.x86_64-linux.hvm-ebs = "ami-030296bb256764655"; 321 + "20.03".us-west-1.x86_64-linux.hvm-ebs = "ami-050be818e0266b741"; 322 + "20.03".us-west-2.x86_64-linux.hvm-ebs = "ami-06562f78dca68eda2"; 323 + "20.03".ca-central-1.x86_64-linux.hvm-ebs = "ami-02365684a173255c7"; 324 + "20.03".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-0dbf353e168d155f7"; 325 + "20.03".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-04c0f3a75f63daddd"; 326 + "20.03".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-093d9cc49c191eb6c"; 327 + "20.03".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-0087df91a7b6ebd45"; 328 + "20.03".ap-south-1.x86_64-linux.hvm-ebs = "ami-0a1a6b569af04af9d"; 329 + "20.03".ap-east-1.x86_64-linux.hvm-ebs = "ami-0d18fdd309cdefa86"; 330 + "20.03".sa-east-1.x86_64-linux.hvm-ebs = "ami-09859378158ae971d"; 331 + 332 + # 20.09.2016.19db3e5ea27 333 + "20.09".eu-west-1.x86_64-linux.hvm-ebs = "ami-0057cb7d614329fa2"; 334 + "20.09".eu-west-2.x86_64-linux.hvm-ebs = "ami-0d46f16e0bb0ec8fd"; 335 + "20.09".eu-west-3.x86_64-linux.hvm-ebs = "ami-0e8985c3ea42f87fe"; 336 + "20.09".eu-central-1.x86_64-linux.hvm-ebs = "ami-0eed77c38432886d2"; 337 + "20.09".eu-north-1.x86_64-linux.hvm-ebs = "ami-0be5bcadd632bea14"; 338 + "20.09".us-east-1.x86_64-linux.hvm-ebs = "ami-0a2cce52b42daccc8"; 339 + "20.09".us-east-2.x86_64-linux.hvm-ebs = "ami-09378bf487b07a4d8"; 340 + "20.09".us-west-1.x86_64-linux.hvm-ebs = "ami-09b4337b2a9e77485"; 341 + "20.09".us-west-2.x86_64-linux.hvm-ebs = "ami-081d3bb5fbee0a1ac"; 342 + "20.09".ca-central-1.x86_64-linux.hvm-ebs = "ami-020c24c6c607e7ac7"; 343 + "20.09".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-08f648d5db009e67d"; 344 + "20.09".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-0be390efaccbd40f9"; 345 + "20.09".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-0c3311601cbe8f927"; 346 + "20.09".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-0020146701f4d56cf"; 347 + "20.09".ap-south-1.x86_64-linux.hvm-ebs = "ami-0117e2bd876bb40d1"; 348 + "20.09".ap-east-1.x86_64-linux.hvm-ebs = "ami-0c42f97e5b1fda92f"; 349 + "20.09".sa-east-1.x86_64-linux.hvm-ebs = "ami-021637976b094959d"; 350 + 351 + # 21.05.740.aa576357673 352 + "21.05".eu-west-1.x86_64-linux.hvm-ebs = "ami-048dbc738074a3083"; 353 + "21.05".eu-west-2.x86_64-linux.hvm-ebs = "ami-0234cf81fec68315d"; 354 + "21.05".eu-west-3.x86_64-linux.hvm-ebs = "ami-020e459baf709107d"; 355 + "21.05".eu-central-1.x86_64-linux.hvm-ebs = "ami-0857d5d1309ab8b77"; 356 + "21.05".eu-north-1.x86_64-linux.hvm-ebs = "ami-05403e3ae53d3716f"; 357 + "21.05".us-east-1.x86_64-linux.hvm-ebs = "ami-0d3002ba40b5b9897"; 358 + "21.05".us-east-2.x86_64-linux.hvm-ebs = "ami-069a0ca1bde6dea52"; 359 + "21.05".us-west-1.x86_64-linux.hvm-ebs = "ami-0b415460a84bcf9bc"; 360 + "21.05".us-west-2.x86_64-linux.hvm-ebs = "ami-093cba49754abd7f8"; 361 + "21.05".ca-central-1.x86_64-linux.hvm-ebs = "ami-065c13e1d52d60b33"; 362 + "21.05".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-04f570c70ff9b665e"; 363 + "21.05".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-02a3d1df595df5ef6"; 364 + "21.05".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-027836fddb5c56012"; 365 + "21.05".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-0edacd41dc7700c39"; 366 + "21.05".ap-south-1.x86_64-linux.hvm-ebs = "ami-0b279b5bb55288059"; 367 + "21.05".ap-east-1.x86_64-linux.hvm-ebs = "ami-06dc98082bc55c1fc"; 368 + "21.05".sa-east-1.x86_64-linux.hvm-ebs = "ami-04737dd49b98936c6"; 369 + 370 + latest = self."21.05"; 371 + }; in self
+9 -371
nixos/modules/virtualisation/ec2-amis.nix
··· 1 - let self = { 2 - "14.04".ap-northeast-1.hvm-ebs = "ami-71c6f470"; 3 - "14.04".ap-northeast-1.pv-ebs = "ami-4dcbf84c"; 4 - "14.04".ap-northeast-1.pv-s3 = "ami-8fc4f68e"; 5 - "14.04".ap-southeast-1.hvm-ebs = "ami-da280888"; 6 - "14.04".ap-southeast-1.pv-ebs = "ami-7a9dbc28"; 7 - "14.04".ap-southeast-1.pv-s3 = "ami-c4290996"; 8 - "14.04".ap-southeast-2.hvm-ebs = "ami-ab523e91"; 9 - "14.04".ap-southeast-2.pv-ebs = "ami-6769055d"; 10 - "14.04".ap-southeast-2.pv-s3 = "ami-15533f2f"; 11 - "14.04".eu-central-1.hvm-ebs = "ami-ba0234a7"; 12 - "14.04".eu-west-1.hvm-ebs = "ami-96cb63e1"; 13 - "14.04".eu-west-1.pv-ebs = "ami-b48c25c3"; 14 - "14.04".eu-west-1.pv-s3 = "ami-06cd6571"; 15 - "14.04".sa-east-1.hvm-ebs = "ami-01b90e1c"; 16 - "14.04".sa-east-1.pv-ebs = "ami-69e35474"; 17 - "14.04".sa-east-1.pv-s3 = "ami-61b90e7c"; 18 - "14.04".us-east-1.hvm-ebs = "ami-58ba3a30"; 19 - "14.04".us-east-1.pv-ebs = "ami-9e0583f6"; 20 - "14.04".us-east-1.pv-s3 = "ami-9cbe3ef4"; 21 - "14.04".us-west-1.hvm-ebs = "ami-0bc3d74e"; 22 - "14.04".us-west-1.pv-ebs = "ami-8b1703ce"; 23 - "14.04".us-west-1.pv-s3 = "ami-27ccd862"; 24 - "14.04".us-west-2.hvm-ebs = "ami-3bf1bf0b"; 25 - "14.04".us-west-2.pv-ebs = "ami-259bd515"; 26 - "14.04".us-west-2.pv-s3 = "ami-07094037"; 27 - 28 - "14.12".ap-northeast-1.hvm-ebs = "ami-24435f25"; 29 - "14.12".ap-northeast-1.pv-ebs = "ami-b0425eb1"; 30 - "14.12".ap-northeast-1.pv-s3 = "ami-fed3c6ff"; 31 - "14.12".ap-southeast-1.hvm-ebs = "ami-6c765d3e"; 32 - "14.12".ap-southeast-1.pv-ebs = "ami-6a765d38"; 33 - "14.12".ap-southeast-1.pv-s3 = "ami-d1bf9183"; 34 - "14.12".ap-southeast-2.hvm-ebs = "ami-af86f395"; 35 - "14.12".ap-southeast-2.pv-ebs = "ami-b386f389"; 36 - "14.12".ap-southeast-2.pv-s3 = "ami-69c5ae53"; 37 - "14.12".eu-central-1.hvm-ebs = "ami-4a497a57"; 38 - "14.12".eu-central-1.pv-ebs = "ami-4c497a51"; 39 - "14.12".eu-central-1.pv-s3 = "ami-60f2c27d"; 40 - "14.12".eu-west-1.hvm-ebs = "ami-d126a5a6"; 41 - "14.12".eu-west-1.pv-ebs = "ami-0126a576"; 42 - "14.12".eu-west-1.pv-s3 = "ami-deda5fa9"; 43 - "14.12".sa-east-1.hvm-ebs = "ami-2d239e30"; 44 - "14.12".sa-east-1.pv-ebs = "ami-35239e28"; 45 - "14.12".sa-east-1.pv-s3 = "ami-81e3519c"; 46 - "14.12".us-east-1.hvm-ebs = "ami-0c463a64"; 47 - "14.12".us-east-1.pv-ebs = "ami-ac473bc4"; 48 - "14.12".us-east-1.pv-s3 = "ami-00e18a68"; 49 - "14.12".us-west-1.hvm-ebs = "ami-ca534a8f"; 50 - "14.12".us-west-1.pv-ebs = "ami-3e534a7b"; 51 - "14.12".us-west-1.pv-s3 = "ami-2905196c"; 52 - "14.12".us-west-2.hvm-ebs = "ami-fb9dc3cb"; 53 - "14.12".us-west-2.pv-ebs = "ami-899dc3b9"; 54 - "14.12".us-west-2.pv-s3 = "ami-cb7f2dfb"; 55 - 56 - "15.09".ap-northeast-1.hvm-ebs = "ami-58cac236"; 57 - "15.09".ap-northeast-1.hvm-s3 = "ami-39c8c057"; 58 - "15.09".ap-northeast-1.pv-ebs = "ami-5ac9c134"; 59 - "15.09".ap-northeast-1.pv-s3 = "ami-03cec66d"; 60 - "15.09".ap-southeast-1.hvm-ebs = "ami-2fc2094c"; 61 - "15.09".ap-southeast-1.hvm-s3 = "ami-9ec308fd"; 62 - "15.09".ap-southeast-1.pv-ebs = "ami-95c00bf6"; 63 - "15.09".ap-southeast-1.pv-s3 = "ami-bfc00bdc"; 64 - "15.09".ap-southeast-2.hvm-ebs = "ami-996c4cfa"; 65 - "15.09".ap-southeast-2.hvm-s3 = "ami-3f6e4e5c"; 66 - "15.09".ap-southeast-2.pv-ebs = "ami-066d4d65"; 67 - "15.09".ap-southeast-2.pv-s3 = "ami-cc6e4eaf"; 68 - "15.09".eu-central-1.hvm-ebs = "ami-3f8c6b50"; 69 - "15.09".eu-central-1.hvm-s3 = "ami-5b836434"; 70 - "15.09".eu-central-1.pv-ebs = "ami-118c6b7e"; 71 - "15.09".eu-central-1.pv-s3 = "ami-2c977043"; 72 - "15.09".eu-west-1.hvm-ebs = "ami-9cf04aef"; 73 - "15.09".eu-west-1.hvm-s3 = "ami-2bea5058"; 74 - "15.09".eu-west-1.pv-ebs = "ami-c9e852ba"; 75 - "15.09".eu-west-1.pv-s3 = "ami-c6f64cb5"; 76 - "15.09".sa-east-1.hvm-ebs = "ami-6e52df02"; 77 - "15.09".sa-east-1.hvm-s3 = "ami-1852df74"; 78 - "15.09".sa-east-1.pv-ebs = "ami-4368e52f"; 79 - "15.09".sa-east-1.pv-s3 = "ami-f15ad79d"; 80 - "15.09".us-east-1.hvm-ebs = "ami-84a6a0ee"; 81 - "15.09".us-east-1.hvm-s3 = "ami-06a7a16c"; 82 - "15.09".us-east-1.pv-ebs = "ami-a4a1a7ce"; 83 - "15.09".us-east-1.pv-s3 = "ami-5ba8ae31"; 84 - "15.09".us-west-1.hvm-ebs = "ami-22c8bb42"; 85 - "15.09".us-west-1.hvm-s3 = "ami-a2ccbfc2"; 86 - "15.09".us-west-1.pv-ebs = "ami-10cebd70"; 87 - "15.09".us-west-1.pv-s3 = "ami-fa30429a"; 88 - "15.09".us-west-2.hvm-ebs = "ami-ce57b9ae"; 89 - "15.09".us-west-2.hvm-s3 = "ami-2956b849"; 90 - "15.09".us-west-2.pv-ebs = "ami-005fb160"; 91 - "15.09".us-west-2.pv-s3 = "ami-cd55bbad"; 92 - 93 - "16.03".ap-northeast-1.hvm-ebs = "ami-40619d21"; 94 - "16.03".ap-northeast-1.hvm-s3 = "ami-ce629eaf"; 95 - "16.03".ap-northeast-1.pv-ebs = "ami-ef639f8e"; 96 - "16.03".ap-northeast-1.pv-s3 = "ami-a1609cc0"; 97 - "16.03".ap-northeast-2.hvm-ebs = "ami-deca00b0"; 98 - "16.03".ap-northeast-2.hvm-s3 = "ami-a3b77dcd"; 99 - "16.03".ap-northeast-2.pv-ebs = "ami-7bcb0115"; 100 - "16.03".ap-northeast-2.pv-s3 = "ami-a2b77dcc"; 101 - "16.03".ap-south-1.hvm-ebs = "ami-0dff9562"; 102 - "16.03".ap-south-1.hvm-s3 = "ami-13f69c7c"; 103 - "16.03".ap-south-1.pv-ebs = "ami-0ef39961"; 104 - "16.03".ap-south-1.pv-s3 = "ami-e0c8a28f"; 105 - "16.03".ap-southeast-1.hvm-ebs = "ami-5e964a3d"; 106 - "16.03".ap-southeast-1.hvm-s3 = "ami-4d964a2e"; 107 - "16.03".ap-southeast-1.pv-ebs = "ami-ec9b478f"; 108 - "16.03".ap-southeast-1.pv-s3 = "ami-999b47fa"; 109 - "16.03".ap-southeast-2.hvm-ebs = "ami-9f7359fc"; 110 - "16.03".ap-southeast-2.hvm-s3 = "ami-987359fb"; 111 - "16.03".ap-southeast-2.pv-ebs = "ami-a2705ac1"; 112 - "16.03".ap-southeast-2.pv-s3 = "ami-a3705ac0"; 113 - "16.03".eu-central-1.hvm-ebs = "ami-17a45178"; 114 - "16.03".eu-central-1.hvm-s3 = "ami-f9a55096"; 115 - "16.03".eu-central-1.pv-ebs = "ami-c8a550a7"; 116 - "16.03".eu-central-1.pv-s3 = "ami-6ea45101"; 117 - "16.03".eu-west-1.hvm-ebs = "ami-b5b3d5c6"; 118 - "16.03".eu-west-1.hvm-s3 = "ami-c986e0ba"; 119 - "16.03".eu-west-1.pv-ebs = "ami-b083e5c3"; 120 - "16.03".eu-west-1.pv-s3 = "ami-3c83e54f"; 121 - "16.03".sa-east-1.hvm-ebs = "ami-f6eb7f9a"; 122 - "16.03".sa-east-1.hvm-s3 = "ami-93e773ff"; 123 - "16.03".sa-east-1.pv-ebs = "ami-cbb82ca7"; 124 - "16.03".sa-east-1.pv-s3 = "ami-abb82cc7"; 125 - "16.03".us-east-1.hvm-ebs = "ami-c123a3d6"; 126 - "16.03".us-east-1.hvm-s3 = "ami-bc25a5ab"; 127 - "16.03".us-east-1.pv-ebs = "ami-bd25a5aa"; 128 - "16.03".us-east-1.pv-s3 = "ami-a325a5b4"; 129 - "16.03".us-west-1.hvm-ebs = "ami-748bcd14"; 130 - "16.03".us-west-1.hvm-s3 = "ami-a68dcbc6"; 131 - "16.03".us-west-1.pv-ebs = "ami-048acc64"; 132 - "16.03".us-west-1.pv-s3 = "ami-208dcb40"; 133 - "16.03".us-west-2.hvm-ebs = "ami-8263a0e2"; 134 - "16.03".us-west-2.hvm-s3 = "ami-925c9ff2"; 135 - "16.03".us-west-2.pv-ebs = "ami-5e61a23e"; 136 - "16.03".us-west-2.pv-s3 = "ami-734c8f13"; 137 - 138 - # 16.09.1508.3909827 139 - "16.09".ap-northeast-1.hvm-ebs = "ami-68453b0f"; 140 - "16.09".ap-northeast-1.hvm-s3 = "ami-f9bec09e"; 141 - "16.09".ap-northeast-1.pv-ebs = "ami-254a3442"; 142 - "16.09".ap-northeast-1.pv-s3 = "ami-ef473988"; 143 - "16.09".ap-northeast-2.hvm-ebs = "ami-18ae7f76"; 144 - "16.09".ap-northeast-2.hvm-s3 = "ami-9eac7df0"; 145 - "16.09".ap-northeast-2.pv-ebs = "ami-57aa7b39"; 146 - "16.09".ap-northeast-2.pv-s3 = "ami-5cae7f32"; 147 - "16.09".ap-south-1.hvm-ebs = "ami-b3f98fdc"; 148 - "16.09".ap-south-1.hvm-s3 = "ami-98e690f7"; 149 - "16.09".ap-south-1.pv-ebs = "ami-aef98fc1"; 150 - "16.09".ap-south-1.pv-s3 = "ami-caf88ea5"; 151 - "16.09".ap-southeast-1.hvm-ebs = "ami-80fb51e3"; 152 - "16.09".ap-southeast-1.hvm-s3 = "ami-2df3594e"; 153 - "16.09".ap-southeast-1.pv-ebs = "ami-37f05a54"; 154 - "16.09".ap-southeast-1.pv-s3 = "ami-27f35944"; 155 - "16.09".ap-southeast-2.hvm-ebs = "ami-57ece834"; 156 - "16.09".ap-southeast-2.hvm-s3 = "ami-87f4f0e4"; 157 - "16.09".ap-southeast-2.pv-ebs = "ami-d8ede9bb"; 158 - "16.09".ap-southeast-2.pv-s3 = "ami-a6ebefc5"; 159 - "16.09".ca-central-1.hvm-ebs = "ami-9f863bfb"; 160 - "16.09".ca-central-1.hvm-s3 = "ami-ea85388e"; 161 - "16.09".ca-central-1.pv-ebs = "ami-ce8a37aa"; 162 - "16.09".ca-central-1.pv-s3 = "ami-448a3720"; 163 - "16.09".eu-central-1.hvm-ebs = "ami-1b884774"; 164 - "16.09".eu-central-1.hvm-s3 = "ami-b08c43df"; 165 - "16.09".eu-central-1.pv-ebs = "ami-888946e7"; 166 - "16.09".eu-central-1.pv-s3 = "ami-06874869"; 167 - "16.09".eu-west-1.hvm-ebs = "ami-1ed3e76d"; 168 - "16.09".eu-west-1.hvm-s3 = "ami-73d1e500"; 169 - "16.09".eu-west-1.pv-ebs = "ami-44c0f437"; 170 - "16.09".eu-west-1.pv-s3 = "ami-f3d8ec80"; 171 - "16.09".eu-west-2.hvm-ebs = "ami-2c9c9648"; 172 - "16.09".eu-west-2.hvm-s3 = "ami-6b9e940f"; 173 - "16.09".eu-west-2.pv-ebs = "ami-f1999395"; 174 - "16.09".eu-west-2.pv-s3 = "ami-bb9f95df"; 175 - "16.09".sa-east-1.hvm-ebs = "ami-a11882cd"; 176 - "16.09".sa-east-1.hvm-s3 = "ami-7726bc1b"; 177 - "16.09".sa-east-1.pv-ebs = "ami-9725bffb"; 178 - "16.09".sa-east-1.pv-s3 = "ami-b027bddc"; 179 - "16.09".us-east-1.hvm-ebs = "ami-854ca593"; 180 - "16.09".us-east-1.hvm-s3 = "ami-2241a834"; 181 - "16.09".us-east-1.pv-ebs = "ami-a441a8b2"; 182 - "16.09".us-east-1.pv-s3 = "ami-e841a8fe"; 183 - "16.09".us-east-2.hvm-ebs = "ami-3f41645a"; 184 - "16.09".us-east-2.hvm-s3 = "ami-804065e5"; 185 - "16.09".us-east-2.pv-ebs = "ami-f1466394"; 186 - "16.09".us-east-2.pv-s3 = "ami-05426760"; 187 - "16.09".us-west-1.hvm-ebs = "ami-c2efbca2"; 188 - "16.09".us-west-1.hvm-s3 = "ami-d71042b7"; 189 - "16.09".us-west-1.pv-ebs = "ami-04e8bb64"; 190 - "16.09".us-west-1.pv-s3 = "ami-31e9ba51"; 191 - "16.09".us-west-2.hvm-ebs = "ami-6449f504"; 192 - "16.09".us-west-2.hvm-s3 = "ami-344af654"; 193 - "16.09".us-west-2.pv-ebs = "ami-6d4af60d"; 194 - "16.09".us-west-2.pv-s3 = "ami-de48f4be"; 195 - 196 - # 17.03.885.6024dd4067 197 - "17.03".ap-northeast-1.hvm-ebs = "ami-dbd0f7bc"; 198 - "17.03".ap-northeast-1.hvm-s3 = "ami-7cdff81b"; 199 - "17.03".ap-northeast-2.hvm-ebs = "ami-c59a48ab"; 200 - "17.03".ap-northeast-2.hvm-s3 = "ami-0b944665"; 201 - "17.03".ap-south-1.hvm-ebs = "ami-4f413220"; 202 - "17.03".ap-south-1.hvm-s3 = "ami-864033e9"; 203 - "17.03".ap-southeast-1.hvm-ebs = "ami-e08c3383"; 204 - "17.03".ap-southeast-1.hvm-s3 = "ami-c28f30a1"; 205 - "17.03".ap-southeast-2.hvm-ebs = "ami-fca9a69f"; 206 - "17.03".ap-southeast-2.hvm-s3 = "ami-3daaa55e"; 207 - "17.03".ca-central-1.hvm-ebs = "ami-9b00bdff"; 208 - "17.03".ca-central-1.hvm-s3 = "ami-e800bd8c"; 209 - "17.03".eu-central-1.hvm-ebs = "ami-5450803b"; 210 - "17.03".eu-central-1.hvm-s3 = "ami-6e2efe01"; 211 - "17.03".eu-west-1.hvm-ebs = "ami-10754c76"; 212 - "17.03".eu-west-1.hvm-s3 = "ami-11734a77"; 213 - "17.03".eu-west-2.hvm-ebs = "ami-ff1d099b"; 214 - "17.03".eu-west-2.hvm-s3 = "ami-fe1d099a"; 215 - "17.03".sa-east-1.hvm-ebs = "ami-d95d3eb5"; 216 - "17.03".sa-east-1.hvm-s3 = "ami-fca2c190"; 217 - "17.03".us-east-1.hvm-ebs = "ami-0940c61f"; 218 - "17.03".us-east-1.hvm-s3 = "ami-674fc971"; 219 - "17.03".us-east-2.hvm-ebs = "ami-afc2e6ca"; 220 - "17.03".us-east-2.hvm-s3 = "ami-a1cde9c4"; 221 - "17.03".us-west-1.hvm-ebs = "ami-587b2138"; 222 - "17.03".us-west-1.hvm-s3 = "ami-70411b10"; 223 - "17.03".us-west-2.hvm-ebs = "ami-a93daac9"; 224 - "17.03".us-west-2.hvm-s3 = "ami-5139ae31"; 225 - 226 - # 17.09.2681.59661f21be6 227 - "17.09".eu-west-1.hvm-ebs = "ami-a30192da"; 228 - "17.09".eu-west-2.hvm-ebs = "ami-295a414d"; 229 - "17.09".eu-west-3.hvm-ebs = "ami-8c0eb9f1"; 230 - "17.09".eu-central-1.hvm-ebs = "ami-266cfe49"; 231 - "17.09".us-east-1.hvm-ebs = "ami-40bee63a"; 232 - "17.09".us-east-2.hvm-ebs = "ami-9d84aff8"; 233 - "17.09".us-west-1.hvm-ebs = "ami-d14142b1"; 234 - "17.09".us-west-2.hvm-ebs = "ami-3eb40346"; 235 - "17.09".ca-central-1.hvm-ebs = "ami-ca8207ae"; 236 - "17.09".ap-southeast-1.hvm-ebs = "ami-84bccff8"; 237 - "17.09".ap-southeast-2.hvm-ebs = "ami-0dc5386f"; 238 - "17.09".ap-northeast-1.hvm-ebs = "ami-89b921ef"; 239 - "17.09".ap-northeast-2.hvm-ebs = "ami-179b3b79"; 240 - "17.09".sa-east-1.hvm-ebs = "ami-4762202b"; 241 - "17.09".ap-south-1.hvm-ebs = "ami-4e376021"; 242 - 243 - # 18.03.132946.1caae7247b8 244 - "18.03".eu-west-1.hvm-ebs = "ami-065c46ec"; 245 - "18.03".eu-west-2.hvm-ebs = "ami-64f31903"; 246 - "18.03".eu-west-3.hvm-ebs = "ami-5a8d3d27"; 247 - "18.03".eu-central-1.hvm-ebs = "ami-09faf9e2"; 248 - "18.03".us-east-1.hvm-ebs = "ami-8b3538f4"; 249 - "18.03".us-east-2.hvm-ebs = "ami-150b3170"; 250 - "18.03".us-west-1.hvm-ebs = "ami-ce06ebad"; 251 - "18.03".us-west-2.hvm-ebs = "ami-586c3520"; 252 - "18.03".ca-central-1.hvm-ebs = "ami-aca72ac8"; 253 - "18.03".ap-southeast-1.hvm-ebs = "ami-aa0b4d40"; 254 - "18.03".ap-southeast-2.hvm-ebs = "ami-d0f254b2"; 255 - "18.03".ap-northeast-1.hvm-ebs = "ami-456511a8"; 256 - "18.03".ap-northeast-2.hvm-ebs = "ami-3366d15d"; 257 - "18.03".sa-east-1.hvm-ebs = "ami-163e1f7a"; 258 - "18.03".ap-south-1.hvm-ebs = "ami-6a390b05"; 259 - 260 - # 18.09.910.c15e342304a 261 - "18.09".eu-west-1.hvm-ebs = "ami-0f412186fb8a0ec97"; 262 - "18.09".eu-west-2.hvm-ebs = "ami-0dada3805ce43c55e"; 263 - "18.09".eu-west-3.hvm-ebs = "ami-074df85565f2e02e2"; 264 - "18.09".eu-central-1.hvm-ebs = "ami-07c9b884e679df4f8"; 265 - "18.09".us-east-1.hvm-ebs = "ami-009c9c3f1af480ff3"; 266 - "18.09".us-east-2.hvm-ebs = "ami-08199961085ea8bc6"; 267 - "18.09".us-west-1.hvm-ebs = "ami-07aa7f56d612ddd38"; 268 - "18.09".us-west-2.hvm-ebs = "ami-01c84b7c368ac24d1"; 269 - "18.09".ca-central-1.hvm-ebs = "ami-04f66113f76198f6c"; 270 - "18.09".ap-southeast-1.hvm-ebs = "ami-0892c7e24ebf2194f"; 271 - "18.09".ap-southeast-2.hvm-ebs = "ami-010730f36424b0a2c"; 272 - "18.09".ap-northeast-1.hvm-ebs = "ami-0cdba8e998f076547"; 273 - "18.09".ap-northeast-2.hvm-ebs = "ami-0400a698e6a9f4a15"; 274 - "18.09".sa-east-1.hvm-ebs = "ami-0e4a8a47fd6db6112"; 275 - "18.09".ap-south-1.hvm-ebs = "ami-0880a678d3f555313"; 276 - 277 - # 19.03.172286.8ea36d73256 278 - "19.03".eu-west-1.hvm-ebs = "ami-0fe40176548ff0940"; 279 - "19.03".eu-west-2.hvm-ebs = "ami-03a40fd3a02fe95ba"; 280 - "19.03".eu-west-3.hvm-ebs = "ami-0436f9da0f20a638e"; 281 - "19.03".eu-central-1.hvm-ebs = "ami-0022b8ea9efde5de4"; 282 - "19.03".us-east-1.hvm-ebs = "ami-0efc58fb70ae9a217"; 283 - "19.03".us-east-2.hvm-ebs = "ami-0abf711b1b34da1af"; 284 - "19.03".us-west-1.hvm-ebs = "ami-07d126e8838c40ec5"; 285 - "19.03".us-west-2.hvm-ebs = "ami-03f8a737546e47fb0"; 286 - "19.03".ca-central-1.hvm-ebs = "ami-03f9fd0ef2e035ede"; 287 - "19.03".ap-southeast-1.hvm-ebs = "ami-0cff66114c652c262"; 288 - "19.03".ap-southeast-2.hvm-ebs = "ami-054c73a7f8d773ea9"; 289 - "19.03".ap-northeast-1.hvm-ebs = "ami-00db62688900456a4"; 290 - "19.03".ap-northeast-2.hvm-ebs = "ami-0485cdd1a5fdd2117"; 291 - "19.03".sa-east-1.hvm-ebs = "ami-0c6a43c6e0ad1f4e2"; 292 - "19.03".ap-south-1.hvm-ebs = "ami-0303deb1b5890f878"; 293 - 294 - # 19.09.2243.84af403f54f 295 - "19.09".eu-west-1.hvm-ebs = "ami-071082f0fa035374f"; 296 - "19.09".eu-west-2.hvm-ebs = "ami-0d9dc33c54d1dc4c3"; 297 - "19.09".eu-west-3.hvm-ebs = "ami-09566799591d1bfed"; 298 - "19.09".eu-central-1.hvm-ebs = "ami-015f8efc2be419b79"; 299 - "19.09".eu-north-1.hvm-ebs = "ami-07fc0a32d885e01ed"; 300 - "19.09".us-east-1.hvm-ebs = "ami-03330d8b51287412f"; 301 - "19.09".us-east-2.hvm-ebs = "ami-0518b4c84972e967f"; 302 - "19.09".us-west-1.hvm-ebs = "ami-06ad07e61a353b4a6"; 303 - "19.09".us-west-2.hvm-ebs = "ami-0e31e30925cf3ce4e"; 304 - "19.09".ca-central-1.hvm-ebs = "ami-07df50fc76702a36d"; 305 - "19.09".ap-southeast-1.hvm-ebs = "ami-0f71ae5d4b0b78d95"; 306 - "19.09".ap-southeast-2.hvm-ebs = "ami-057bbf2b4bd62d210"; 307 - "19.09".ap-northeast-1.hvm-ebs = "ami-02a62555ca182fb5b"; 308 - "19.09".ap-northeast-2.hvm-ebs = "ami-0219dde0e6b7b7b93"; 309 - "19.09".ap-south-1.hvm-ebs = "ami-066f7f2a895c821a1"; 310 - "19.09".ap-east-1.hvm-ebs = "ami-055b2348db2827ff1"; 311 - "19.09".sa-east-1.hvm-ebs = "ami-018aab68377227e06"; 312 - 313 - # 20.03.1554.94e39623a49 314 - "20.03".eu-west-1.hvm-ebs = "ami-02c34db5766cc7013"; 315 - "20.03".eu-west-2.hvm-ebs = "ami-0e32bd8c7853883f1"; 316 - "20.03".eu-west-3.hvm-ebs = "ami-061edb1356c1d69fd"; 317 - "20.03".eu-central-1.hvm-ebs = "ami-0a1a94722dcbff94c"; 318 - "20.03".eu-north-1.hvm-ebs = "ami-02699abfacbb6464b"; 319 - "20.03".us-east-1.hvm-ebs = "ami-0c5e7760748b74e85"; 320 - "20.03".us-east-2.hvm-ebs = "ami-030296bb256764655"; 321 - "20.03".us-west-1.hvm-ebs = "ami-050be818e0266b741"; 322 - "20.03".us-west-2.hvm-ebs = "ami-06562f78dca68eda2"; 323 - "20.03".ca-central-1.hvm-ebs = "ami-02365684a173255c7"; 324 - "20.03".ap-southeast-1.hvm-ebs = "ami-0dbf353e168d155f7"; 325 - "20.03".ap-southeast-2.hvm-ebs = "ami-04c0f3a75f63daddd"; 326 - "20.03".ap-northeast-1.hvm-ebs = "ami-093d9cc49c191eb6c"; 327 - "20.03".ap-northeast-2.hvm-ebs = "ami-0087df91a7b6ebd45"; 328 - "20.03".ap-south-1.hvm-ebs = "ami-0a1a6b569af04af9d"; 329 - "20.03".ap-east-1.hvm-ebs = "ami-0d18fdd309cdefa86"; 330 - "20.03".sa-east-1.hvm-ebs = "ami-09859378158ae971d"; 331 - 332 - # 20.09.2016.19db3e5ea27 333 - "20.09".eu-west-1.hvm-ebs = "ami-0057cb7d614329fa2"; 334 - "20.09".eu-west-2.hvm-ebs = "ami-0d46f16e0bb0ec8fd"; 335 - "20.09".eu-west-3.hvm-ebs = "ami-0e8985c3ea42f87fe"; 336 - "20.09".eu-central-1.hvm-ebs = "ami-0eed77c38432886d2"; 337 - "20.09".eu-north-1.hvm-ebs = "ami-0be5bcadd632bea14"; 338 - "20.09".us-east-1.hvm-ebs = "ami-0a2cce52b42daccc8"; 339 - "20.09".us-east-2.hvm-ebs = "ami-09378bf487b07a4d8"; 340 - "20.09".us-west-1.hvm-ebs = "ami-09b4337b2a9e77485"; 341 - "20.09".us-west-2.hvm-ebs = "ami-081d3bb5fbee0a1ac"; 342 - "20.09".ca-central-1.hvm-ebs = "ami-020c24c6c607e7ac7"; 343 - "20.09".ap-southeast-1.hvm-ebs = "ami-08f648d5db009e67d"; 344 - "20.09".ap-southeast-2.hvm-ebs = "ami-0be390efaccbd40f9"; 345 - "20.09".ap-northeast-1.hvm-ebs = "ami-0c3311601cbe8f927"; 346 - "20.09".ap-northeast-2.hvm-ebs = "ami-0020146701f4d56cf"; 347 - "20.09".ap-south-1.hvm-ebs = "ami-0117e2bd876bb40d1"; 348 - "20.09".ap-east-1.hvm-ebs = "ami-0c42f97e5b1fda92f"; 349 - "20.09".sa-east-1.hvm-ebs = "ami-021637976b094959d"; 350 - 351 - # 21.05.740.aa576357673 352 - "21.05".eu-west-1.hvm-ebs = "ami-048dbc738074a3083"; 353 - "21.05".eu-west-2.hvm-ebs = "ami-0234cf81fec68315d"; 354 - "21.05".eu-west-3.hvm-ebs = "ami-020e459baf709107d"; 355 - "21.05".eu-central-1.hvm-ebs = "ami-0857d5d1309ab8b77"; 356 - "21.05".eu-north-1.hvm-ebs = "ami-05403e3ae53d3716f"; 357 - "21.05".us-east-1.hvm-ebs = "ami-0d3002ba40b5b9897"; 358 - "21.05".us-east-2.hvm-ebs = "ami-069a0ca1bde6dea52"; 359 - "21.05".us-west-1.hvm-ebs = "ami-0b415460a84bcf9bc"; 360 - "21.05".us-west-2.hvm-ebs = "ami-093cba49754abd7f8"; 361 - "21.05".ca-central-1.hvm-ebs = "ami-065c13e1d52d60b33"; 362 - "21.05".ap-southeast-1.hvm-ebs = "ami-04f570c70ff9b665e"; 363 - "21.05".ap-southeast-2.hvm-ebs = "ami-02a3d1df595df5ef6"; 364 - "21.05".ap-northeast-1.hvm-ebs = "ami-027836fddb5c56012"; 365 - "21.05".ap-northeast-2.hvm-ebs = "ami-0edacd41dc7700c39"; 366 - "21.05".ap-south-1.hvm-ebs = "ami-0b279b5bb55288059"; 367 - "21.05".ap-east-1.hvm-ebs = "ami-06dc98082bc55c1fc"; 368 - "21.05".sa-east-1.hvm-ebs = "ami-04737dd49b98936c6"; 369 - 370 - latest = self."21.05"; 371 - }; in self 1 + # Compatibility shim 2 + let 3 + lib = import ../../../lib; 4 + inherit (lib) mapAttrs; 5 + everything = import ./amazon-ec2-amis.nix; 6 + doAllVersions = mapAttrs (versionName: doRegion); 7 + doRegion = mapAttrs (regionName: systems: systems.x86_64-linux); 8 + in 9 + doAllVersions everything