How do you configure fabric to connect to remote hosts using SSH keyfiles (for example, Amazon EC2 instances)?
Also worth mentioning here that you can use the command line args for this:
fab command -i /path/to/key.pem [-H [user@]host[:port]]