> > I understand that Fabric would be used on the user side, not on the EC2 > side.
What do you mean? > Can someone explain what advantage does Fabric give over regular SCP > call? > I'm sure almost everything can be coded as bash scripts now but the question is complexity. I believe everyone agrees that bash scripting is hell. Fabric gives better programming language and simple framework which allows to handle errors, check existanse of remote files, parallel operations on multiple hosts, etc. Cost of development and support of the tool will be lower. Sergi
