forked from timkay/aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdownload.html
45 lines (45 loc) · 1.45 KB
/
download.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>aws - simple access to Amazon EC2 and S3</title>
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=1;"/>
<style>
@import url("../style.css");
</style>
</head>
<body>
<h2 style="background-color: #082466; color: #fff">aws - simple access to Amazon EC2 and S3</h2>
<p>
<img align=absmiddle src=http://s3.timkay.com/timeyes.gif> <a href=../>timkay.com</a> » <a href=../tools/>tools</a> » <a href=.>aws</a> » download
<p>
<b>DOWNLOAD <font size=+2>aws</font></b>
<p>
aws is a command-line tool that gives you easy access to Amazon EC2
and Amazon S3. aws is designed to be simple to install and simple to
use.
<p>
See <a href=Changes.txt>Changes.txt</a> for the release history.
<br>
<p>
The current release:
<blockquote style="padding: 10px; width: 500px; border: thick solid blue; background: #ffe0e0;">
<a href=aws><b><font size=+2>current</font></b></a> - aws-1.39, the current release<br>supports reserved instances, bug fixes
</blockquote>
<br>
<p>
Past releases:
<blockquote>
See <a href="http://github.com/timkay/aws/">http://github.com/timkay/aws/</a>
</blockquote>
<p>
<br>
<br>
<br>
Copyright 2007-2009 Timothy Kay (<a href=timkay@not.com>timkay@not.com</a>)
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1777501-1";
urchinTracker();
</script>
</body>
</html>