This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
FAQ
Why won’t rubber connect to my ec2 instance?
Note that capistrano needs both a public and private key file in the same directory in order to connect when setting the rubber config option for ec2_key_file (which should point to the private key file). You should have got the private key when you created a ec2 keypair during the ec2 install/setup (See Requirements). You can get the public key in one of two ways:- Create the pubic key from the private key: ssh-keygen -y -f gsg-keypair > gsg-keypair.pub
- Create an instance and ssh into it to grab the file at /mnt/openssh_id.pub
Alternatively, one can leave ec2_key_file unset and use ssh-add or edit ~/.ssh/config to add your ec2 key to the set used to authenticate with.
Rubber looks nice, but its not quite what I need, are there any alternatives?
If you can’t tweak rubber to meet your needs, then there are alternatives:- Free
- Commercial
For the free alternatives, aside from poolparty, the main difference to rubber is that rubber was built from the ground-up to support deploying to multiple instances, and has a very flexible mechanism for configuring said instances at a host, role or global level.
What other tools are there for EC2?
- cloudclick is a commercial but free web monitoring/management service for ec2 instances.







