You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:ec2-init

There are download files available for EC2 init scripts.

See all merge proposals.

EC2 init scripts has 18 active branches owned by 4 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:ec2-init
Series: 0.5
1 Development 2009-09-25 15:11:24 UTC
65. replace multiple '| logger' in regene...

Author: Scott Moser
Revision Date: 2009-09-25 15:11:24 UTC

replace multiple '| logger' in regenerate_ssh_host_keys with a single one

This is a speed improvement as previous would make a fork/subshell for
each pipe. This will only make a single fork. I've also verified that
each line in logger output will still get the 'ec2' prefix

$ printf "%s\n%s\n" "hi world" "by world" | logger -s -t ec2 2>/dev/null
$ tail -n 2 /var/log/messages
Sep 24 19:06:10 ip-10-242-225-190 ec2: hi world
Sep 24 19:06:10 ip-10-242-225-190 ec2: by world

The other thing to note is that I redirected stderr of the
regenerate_ssh_host_keys call to logger, so it will go to the logs also.

lp:~smoser/ec2-init/karmic-updates 1 Development 2010-03-01 18:54:37 UTC This branch has not been pushed to yet.
lp:~smoser/ec2-init/karmic 1 Development 2010-03-01 15:12:36 UTC This branch has not been pushed to yet.
lp:~smoser/ec2-init/ec2-init.devel.pkg 1 Development 2010-01-29 18:31:46 UTC
135. package 0.5.2

Author: Scott Moser
Revision Date: 2010-01-29 18:31:46 UTC

package 0.5.2

lp:~smoser/ec2-init/ec2-init.devel bug(Linked to a blueprint) 1 Development 2010-01-29 15:09:25 UTC
137. make disable-ec2-metadata persistent ...

Author: Scott Moser
Revision Date: 2010-01-29 15:09:25 UTC

make disable-ec2-metadata persistent across boots

The sem_and_run and such needs some work, donesn't make a lot of sense
for "always".

lp:~mathiaz/ec2-init/bzr-bd-split-mode (Has a merge proposal) 1 Development 2010-01-23 02:29:25 UTC
127. Don't call boto.

Author: Mathias Gug
Revision Date: 2010-01-23 02:29:25 UTC

Don't call boto.

lp:~zulcss/ec2-init/ec2-init-config (Linked to a blueprint) 1 Development 2010-01-08 14:50:49 UTC
75. More config stuff

Author: Chuck Short
Revision Date: 2010-01-08 14:50:49 UTC

More config stuff

lp:~soren/ec2-init/waitforebsvolume 1 Development 2009-08-26 21:07:12 UTC
64. Wait up to 120 seconds for the EBS de...

Author: Soren Hansen
Revision Date: 2009-08-26 21:06:28 UTC

Wait up to 120 seconds for the EBS device node to turn up.

lp:~soren/ec2-init/lp407949 1 Development 2009-08-24 11:48:16 UTC
59. Merge with lp:~smoser/ec2-init/bug-40...

Author: Soren Hansen
Revision Date: 2009-08-24 11:46:26 UTC

Merge with lp:~smoser/ec2-init/bug-407949... Sort of. :)

Rather than returning a fake location, raise an exception
(CouldNotDetermineLocationException), and let the caller handle it.

lp:~smoser/ec2-init/ec2-init.smoser bug 1 Development 2009-08-20 15:37:07 UTC
60. * ec2-run-user-data.py: define conten...

Author: Scott Moser
Revision Date: 2009-08-20 15:31:53 UTC

* ec2-run-user-data.py: define content_type_handlers after referenced methods
  are defined. (LP:376740)

lp:~soren/ec2-init/ec2-init.karmic 1 Development 2009-08-11 15:58:21 UTC
57. Update changelog.

Author: Soren Hansen
Revision Date: 2009-08-11 15:58:21 UTC

Update changelog.

lp:ec2-init/0.3 2 Mature 2009-08-11 15:47:00 UTC
37. Start next release

Author: Chuck Short
Revision Date: 2009-07-21 16:59:34 UTC

Start next release

lp:~ubuntu-on-ec2/ec2-init/ec2-init.intrepidppa 1 Development 2009-07-11 07:55:31 UTC
30. Merge with trunk.

Author: Soren Hansen
Revision Date: 2009-07-11 07:55:31 UTC

Merge with trunk.

lp:~ubuntu-on-ec2/ec2-init/ec2-init.jauntyppa 1 Development 2009-07-11 07:52:59 UTC
32. Merge with trunk.

Author: Soren Hansen
Revision Date: 2009-07-11 07:52:59 UTC

Merge with trunk.

lp:~ubuntu-on-ec2/ec2-init/ec2-init.hardyppa 1 Development 2009-07-10 22:12:32 UTC
28. Backport 0.3.4ubuntu7 to hardy.

Author: Soren Hansen
Revision Date: 2009-07-10 22:07:05 UTC

Backport 0.3.4ubuntu7 to hardy.

lp:~zulcss/ec2-init/ec2-init-bugfixes-20090706 1 Development 2009-07-06 17:25:42 UTC
33. Detect if the AMI is booting for the ...

Author: Chuck Short
Revision Date: 2009-07-06 17:24:57 UTC

Detect if the AMI is booting for the first time

lp:~zulcss/ec2-init/ec2-init-test 1 Development 2009-07-06 13:27:19 UTC
28. stuff

Author: Chuck Short
Revision Date: 2009-07-06 13:26:43 UTC

stuff

lp:~zulcss/ec2-init/ec2-init 1 Development 2009-01-15 17:43:02 UTC
1. Initial commit

Author: Chuck Short
Revision Date: 2009-01-15 17:43:02 UTC

Initial commit

118 of 18 results
You can't create new branches for EC2 init scripts.