[cl-ec2-devel] Updates on Github
Nikodemus Siivola
nikodemus at random-state.net
Wed Mar 30 21:43:41 UTC 2011
Tree:
https://github.com/nikodemus/ec2
has grown the following commits since last time:
commit 791041382dad35515829c438959ea04d2a67cae4
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Tue Mar 29 18:38:17 2011 +0300
marginally nicer AMI-INSTANCE printing
Don't print the DNS if it's NIL.
commit f92904072a1b8bfcd9e7bf0140ea0eb052daab1c
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Mon Mar 28 13:12:40 2011 +0300
add DETACH-VOLUME and &KEY SNAPSHOT-ID to CREATE-VOLUME
Also remove the 5GiB default size from CREATE-VOLUME, so that it's
more in line with the Amazon docs.
...and group volume-stuff.
commit 364302f046fae8f04667e9dbbc64b5f96b433f7c
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Mon Mar 28 13:06:07 2011 +0300
add DESCRIBE-INSTANCE, and &KEY INSTANCE-ID to DESCRIBE-INSTANCES
Also group instance-stuff in api.lisp and package.lisp.
commit 3c70f38b618a4e141dd3d685fe9b5042b078608e
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Mon Mar 28 12:56:27 2011 +0300
add CREATE-IMAGE
Also start gradually sorting api.lisp and the package definition into
conceptual groupings.
commit 53b019c2f7936d9a53b2f0b367f6e83898a78f9b
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Tue Mar 29 18:42:10 2011 +0300
add START-INSTANCE(S) and STOP-INSTANCE(S)
Instead of adding another trivial class, represent
the responses as alists.
commit c28366f9e4f6a5870df60ce96abf009724cb2aac
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Tue Mar 29 18:52:16 2011 +0300
export GET-PUBLIC-IP-ADDRESS and GET-PRIVATE-IP-ADDRESS
commit dfd2b4bd178537d13a0375d2be38d9cf66f0863c
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Wed Mar 30 22:49:44 2011 +0300
fix UNMONITOR-INSTANCES
Called MAKE-MONITORED-INSTANCE, needs to be
COLLECT-MONITORED-INSTANCES.
commit f1148ac536629cd83f79265e19257a0994478757
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Tue Mar 29 22:26:10 2011 +0300
make &KEY USER-DATA in RUN-INSTANCES optional
commit 09c292a5a3cc98f90aa2756f3973448958bebe4d
Author: Nikodemus Siivola <nikodemus at sb-studio.net>
Date: Tue Mar 29 18:41:24 2011 +0300
don't require AWS keys in environment on load
Ensure that they exist by always accessing *ACCESS-KEY* and
*SECRET-KEY* via function which signal an error if they have not
been provided.
Similarly for *DEFAULT-ZONE*.
Cheers,
-- Nikodemus
More information about the cl-ec2-devel
mailing list