Annotation of wikisrc/amazon_ec2/amis.mdwn, revision 1.38
1.3 wiki 1: # Pre-made AMIs
1.1 wiki 2:
1.3 wiki 3: The following AMIs are publicly available. You can use them to [[start a NetBSD instance|/amazon_ec2/netbsd_in_5_min/]] quickly.
4:
1.8 wiki 5: They come with [src](http://www.netbsd.org/docs/guide/en/chap-fetch.html) and [pkgsrc](http://www.netbsd.org/docs/pkgsrc/) bundled under */usr/src/* and */usr/pkgsrc/* respectively, or a bootstrap script to help fetch them when necessary. The bootstrap script can also be used to set up binary packages support using pkgin(1).
1.1 wiki 6:
1.8 wiki 7: Note: these AMIs send an email to the maintainer on first launch, to
1.27 riz 8: help gauge usage.
1.8 wiki 9:
10: ## amd64 (x86_64) -- 64 bit AMIs
1.1 wiki 11:
1.8 wiki 12: The following AMIs are for 64 bit instances.
1.1 wiki 13:
14: <table class="center">
15: <tr>
16: <th>NetBSD version</th>
17: <th>us-east-1<br />(Virginia)</th>
18: <th>us-west-1<br />(N. California)</th>
1.4 wiki 19: <th>us-west-2<br />(Oregon)</th>
1.1 wiki 20: <th>eu-west-1<br />(Ireland)</th>
21: <th>ap-southeast-1<br />(Singapore)</th>
1.28 riz 22: <th>ap-southeast-2<br />(Sydney)</th>
1.1 wiki 23: <th>ap-northeast-1<br />(Tokyo)</th>
1.4 wiki 24: <th>sa-east-1<br />(Sao Paulo)</th>
1.1 wiki 25: </tr>
26: <tr>
1.35 riz 27: <th>NetBSD 5.1.4</th>
28: <td>ami-738eb31a</td><!-- us-east-1 -->
29: <td>ami-8cc5f7c9</td><!-- us-west-1 -->
30: <td>ami-6e16765e</td><!-- us-west-2 -->
31: <td>ami-226e9a55</td><!-- eu-west-1 -->
32: <td>ami-4e31671c</td><!-- ap-southeast-1 -->
33: <td>ami-815ec0bb</td><!-- ap-southeast-2 -->
34: <td>ami-75c8a174</td><!-- ap-northeast-1 -->
35: <td>ami-c96dcdd4</td><!-- sa-east-1 -->
36: </tr>
37: <tr>
38: <th>NetBSD 5.2.2</th>
39: <td>ami-198cb170</td><!-- us-east-1 -->
40: <td>ami-20c5f765</td><!-- us-west-1 -->
41: <td>ami-841575b4</td><!-- us-west-2 -->
42: <td>ami-106d9967</td><!-- eu-west-1 -->
43: <td>ami-643f6936</td><!-- ap-southeast-1 -->
44: <td>ami-b15ec08b</td><!-- ap-southeast-2 -->
45: <td>ami-d1f79ed0</td><!-- ap-northeast-1 -->
46: <td>ami-876dcd9a</td><!-- sa-east-1 -->
47: </tr>
48: <tr>
49: <th>NetBSD 6.0.4</th>
50: <td>ami-e192af88</td><!-- us-east-1 -->
51: <td>ami-5cc5f719</td><!-- us-west-1 -->
52: <td>ami-48157578</td><!-- us-west-2 -->
53: <td>ami-6c6d991b</td><!-- eu-west-1 -->
54: <td>ami-0830665a</td><!-- ap-southeast-1 -->
55: <td>ami-695ec053</td><!-- ap-southeast-2 -->
56: <td>ami-81f59c80</td><!-- ap-northeast-1 -->
57: <td>ami-936dcd8e</td><!-- sa-east-1 -->
58: </tr>
59: <tr>
1.36 riz 60: <th>NetBSD 6.0.5</th>
61: <td>ami-45465e2c</td><!-- us-east-1 -->
62: <td>ami-22300867</td><!-- us-west-1 -->
63: <td>ami-883643b8</td><!-- us-west-2 -->
64: <td>ami-154bb162</td><!-- eu-west-1 -->
65: <td>ami-c47f2c96</td><!-- ap-southeast-1 -->
66: <td>ami-3108900b</td><!-- ap-southeast-2 -->
67: <td>ami-b52853b4</td><!-- ap-northeast-1 -->
68: <td>ami-5119bb4c</td><!-- sa-east-1 -->
69: </tr>
70: <tr>
1.35 riz 71: <th>NetBSD 6.1.3</th>
72: <td>ami-1d90ad74</td><!-- us-east-1 -->
73: <td>ami-aea092eb</td><!-- us-west-1 -->
74: <td>ami-30076700</td><!-- us-west-2 -->
75: <td>ami-6a7d891d</td><!-- eu-west-1 -->
76: <td>ami-dc34628e</td><!-- ap-southeast-1 -->
77: <td>ami-a1a33d9b</td><!-- ap-southeast-2 -->
78: <td>ami-93e68f92</td><!-- ap-northeast-1 -->
79: <td>ami-6b6dcd76</td><!-- sa-east-1 -->
80: </tr>
1.36 riz 81: <tr>
82: <th>NetBSD 6.1.4</th>
83: <td>ami-87435bee</td><!-- us-east-1 -->
84: <td>ami-223e0667</td><!-- us-west-1 -->
85: <td>ami-26344116</td><!-- us-west-2 -->
86: <td>ami-6b55af1c</td><!-- eu-west-1 -->
87: <td>ami-7e7f2c2c</td><!-- ap-southeast-1 -->
88: <td>ami-fb178fc1</td><!-- ap-southeast-2 -->
89: <td>ami-ab2a51aa</td><!-- ap-northeast-1 -->
90: <td>ami-2f19bb32</td><!-- sa-east-1 -->
91: </tr>
1.1 wiki 92: </table>
93:
1.8 wiki 94: ## i386 -- 32 bit AMIs
1.1 wiki 95:
1.5 riz 96: The following AMIs are for 32-bit instances.
97:
1.1 wiki 98:
99: <table class="center">
100: <tr>
101: <th>NetBSD version</th>
102: <th>us-east-1<br />(Virginia)</th>
103: <th>us-west-1<br />(N. California)</th>
1.5 riz 104: <th>us-west-2<br />(Oregon)</th>
1.1 wiki 105: <th>eu-west-1<br />(Ireland)</th>
106: <th>ap-southeast-1<br />(Singapore)</th>
1.28 riz 107: <th>ap-southeast-2<br />(Sydney)</th>
1.1 wiki 108: <th>ap-northeast-1<br />(Tokyo)</th>
1.5 riz 109: <th>sa-east-1<br />(Sao Paulo)</th>
1.1 wiki 110: </tr>
111: <tr>
1.35 riz 112: <th>NetBSD 5.1.4</th>
113: <td>ami-0d82bf64</td><!-- us-east-1 -->
114: <td>ami-50c8fa15</td><!-- us-west-1 -->
115: <td>ami-7e1a7a4e</td><!-- us-west-2 -->
116: <td>ami-206a9e57</td><!-- eu-west-1 -->
117: <td>ami-223e6870</td><!-- ap-southeast-1 -->
118: <td>ami-b95fc183</td><!-- ap-southeast-2 -->
119: <td>ami-bbd9b0ba</td><!-- ap-northeast-1 -->
120: <td>ami-776ece6a</td><!-- sa-east-1 -->
121: </tr>
122: <tr>
123: <th>NetBSD 5.2.2</th>
124: <td>ami-3583be5c</td><!-- us-east-1 -->
125: <td>ami-cccefc89</td><!-- us-west-1 -->
126: <td>ami-fa1979ca</td><!-- us-west-2 -->
127: <td>ami-ca699dbd</td><!-- eu-west-1 -->
128: <td>ami-1a3e6848</td><!-- ap-southeast-1 -->
129: <td>ami-4f5fc175</td><!-- ap-southeast-2 -->
130: <td>ami-03d9b002</td><!-- ap-northeast-1 -->
131: <td>ami-476ece5a</td><!-- sa-east-1 -->
132: </tr>
133: <tr>
134: <th>NetBSD 6.0.4</th>
135: <td>ami-8b87bae2</td><!-- us-east-1 -->
136: <td>ami-30cbf975</td><!-- us-west-1 -->
137: <td>ami-7c19794c</td><!-- us-west-2 -->
138: <td>ami-14689c63</td><!-- eu-west-1 -->
139: <td>ami-ac3167fe</td><!-- ap-southeast-1 -->
140: <td>ami-6f5fc155</td><!-- ap-southeast-2 -->
141: <td>ami-f1c4adf0</td><!-- ap-northeast-1 -->
142: <td>ami-236ece3e</td><!-- sa-east-1 -->
143: </tr>
144: <tr>
1.36 riz 145: <th>NetBSD 6.0.5</th>
146: <td>ami-fd2f3794</td><!-- us-east-1 -->
147: <td>ami-da2b139f</td><!-- us-west-1 -->
148: <td>ami-e42d58d4</td><!-- us-west-2 -->
149: <td>ami-ad9550da</td><!-- eu-west-1 -->
150: <td>ami-02613250</td><!-- ap-southeast-1 -->
151: <td>ami-450b937f</td><!-- ap-southeast-2 -->
152: <td>ami-11146f10</td><!-- ap-northeast-1 -->
153: <td>ami-a7ef42ba</td><!-- sa-east-1 -->
154: </tr>
155: <tr>
1.35 riz 156: <th>NetBSD 6.1.3</th>
157: <td>ami-a185b8c8</td><!-- us-east-1 -->
158: <td>ami-e4cefca1</td><!-- us-west-1 -->
159: <td>ami-50187860</td><!-- us-west-2 -->
160: <td>ami-7e689c09</td><!-- eu-west-1 -->
161: <td>ami-fa3167a8</td><!-- ap-southeast-1 -->
162: <td>ami-1f5fc125</td><!-- ap-southeast-2 -->
163: <td>ami-13c2ab12</td><!-- ap-northeast-1 -->
164: <td>ami-016ece1c</td><!-- sa-east-1 -->
165: </tr>
1.36 riz 166: <tr>
167: <th>NetBSD 6.1.4</th>
168: <td>ami-cd2b33a4</td><!-- us-east-1 -->
169: <td>ami-6c2b1329</td><!-- us-west-1 -->
170: <td>ami-fc2257cc</td><!-- us-west-2 -->
171: <td>ami-294fb55e</td><!-- eu-west-1 -->
172: <td>ami-be7e2dec</td><!-- ap-southeast-1 -->
173: <td>ami-7d089047</td><!-- ap-southeast-2 -->
174: <td>ami-a52e55a4</td><!-- ap-northeast-1 -->
175: <td>ami-4b1ebc56</td><!-- sa-east-1 -->
176: </tr>
1.1 wiki 177: </table>
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb